<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sandarne Creations</title>
    <description>The latest articles on DEV Community by Sandarne Creations (@sandarnec).</description>
    <link>https://dev.to/sandarnec</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2894023%2F5df3f74a-6e3e-4f58-9557-2e659da44397.jpg</url>
      <title>DEV Community: Sandarne Creations</title>
      <link>https://dev.to/sandarnec</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sandarnec"/>
    <language>en</language>
    <item>
      <title>Try out our Free Plan today: https://translator.sandarnecreations.com/</title>
      <dc:creator>Sandarne Creations</dc:creator>
      <pubDate>Wed, 19 Mar 2025 09:38:43 +0000</pubDate>
      <link>https://dev.to/sandarnec/try-out-our-free-plan-today-httpstranslatorsandarnecreationscom-431</link>
      <guid>https://dev.to/sandarnec/try-out-our-free-plan-today-httpstranslatorsandarnecreationscom-431</guid>
      <description></description>
      <category>watercooler</category>
    </item>
    <item>
      <title>We just launched SC Translator API – a freemium REST API that allows you to translate between 20 languages. We would love for people to try it out and give us some feedback! More info here: https://translator.sandarnecreations.com/</title>
      <dc:creator>Sandarne Creations</dc:creator>
      <pubDate>Sat, 22 Feb 2025 06:55:18 +0000</pubDate>
      <link>https://dev.to/sandarnec/we-just-launched-sc-translator-api-a-freemium-rest-api-that-allows-you-to-translate-between-20-5908</link>
      <guid>https://dev.to/sandarnec/we-just-launched-sc-translator-api-a-freemium-rest-api-that-allows-you-to-translate-between-20-5908</guid>
      <description></description>
    </item>
    <item>
      <title>Need a Translation API? Here’s an easy to use Freemium Solution!</title>
      <dc:creator>Sandarne Creations</dc:creator>
      <pubDate>Sat, 22 Feb 2025 06:53:22 +0000</pubDate>
      <link>https://dev.to/sandarnec/need-a-translation-api-heres-an-easy-to-use-freemium-solution-42m0</link>
      <guid>https://dev.to/sandarnec/need-a-translation-api-heres-an-easy-to-use-freemium-solution-42m0</guid>
      <description>&lt;p&gt;We just launched the &lt;strong&gt;SC Translator API&lt;/strong&gt; (&lt;a href="https://translator.sandarnecreations.com" rel="noopener noreferrer"&gt;link&lt;/a&gt;) – a freemium REST API that allows you to translate between 20 languages. &lt;/p&gt;

&lt;p&gt;You get 250 API requests (or up to 250,000 characters) per month per month for free and with the paid plan you get up to 10.000 API requests (or up to 25,000,000 characters) per month.&lt;/p&gt;

&lt;p&gt;Using the API to translate text is as simple as sending the following POST request:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;POST /translate HTTP/1.1
Endpoint: https://translator.sandarnecreations.com/api/translate
Accept: application/json
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
    "text": "Hello, how are you?",
    "to": "es"
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The API will automatically detect the language from which to translate and reply with the following response&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;HTTP/1.1 200 OK
Content-Type: application/json
{
    "text": "Hola, ¿cómo estás?",
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Languages currently supported:&lt;/strong&gt; English, Spanish, French, German, Arabic, Danish, Greek, Persian, Finnish, Hindi, Italian, Japanese, Korean, Norwegian, Polish, Russian, Swedish, Thai, Ukrainian, Chinese.&lt;/p&gt;

&lt;p&gt;We would love for people to try it out and give us some feedback! &lt;/p&gt;

&lt;p&gt;More info here: &lt;a href="https://translator.sandarnecreations.com" rel="noopener noreferrer"&gt;https://translator.sandarnecreations.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
  </channel>
</rss>
