<?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: haarikha</title>
    <description>The latest articles on DEV Community by haarikha (@haarikha).</description>
    <link>https://dev.to/haarikha</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%2F3624343%2F15fb08b1-6f78-4b0c-9ca7-7bb227936473.png</url>
      <title>DEV Community: haarikha</title>
      <link>https://dev.to/haarikha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/haarikha"/>
    <language>en</language>
    <item>
      <title>Harika’s Free Dictionary API – Simple, Fast &amp; No Auth Required</title>
      <dc:creator>haarikha</dc:creator>
      <pubDate>Sat, 22 Nov 2025 13:53:34 +0000</pubDate>
      <link>https://dev.to/haarikha/harikas-free-dictionary-api-simple-fast-no-auth-required-e54</link>
      <guid>https://dev.to/haarikha/harikas-free-dictionary-api-simple-fast-no-auth-required-e54</guid>
      <description>&lt;p&gt;If you need a free dictionary API to get English word definitions without signing up, this project is for you.&lt;br&gt;
I built Harika’s Dictionary API, a simple REST API that returns definitions in clean JSON format.&lt;/p&gt;

&lt;p&gt;🚀 &lt;strong&gt;Live API:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://dictionary-api-7hmy.onrender.com" rel="noopener noreferrer"&gt;https://dictionary-api-7hmy.onrender.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔍&lt;strong&gt;How It Works&lt;/strong&gt;&lt;br&gt;
You can get the meaning of any English word using this endpoint:&lt;br&gt;
GET&lt;br&gt;
&lt;a href="https://dictionary-api-7hmy.onrender.com/define?word=apple" rel="noopener noreferrer"&gt;https://dictionary-api-7hmy.onrender.com/define?word=apple&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🧪 &lt;strong&gt;Example Response&lt;/strong&gt;&lt;br&gt;
{&lt;br&gt;
  "word": "apple",&lt;br&gt;
  "partOfSpeech": "noun",&lt;br&gt;
  "definition": "A common, round fruit produced by the tree Malus domestica..."&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;The API uses dictionaryapi.dev internally, but returns a simplified JSON — perfect for apps, students, and developers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🛠 Features&lt;/strong&gt;&lt;br&gt;
✔ No authentication needed&lt;br&gt;
✔ Free forever&lt;br&gt;
✔ Clean, easy JSON&lt;br&gt;
✔ Perfect for mobile apps &amp;amp; web developers&lt;br&gt;
✔ Fast Render hosting&lt;/p&gt;

&lt;p&gt;📌 &lt;strong&gt;Parameters&lt;/strong&gt;&lt;br&gt;
| Name   | Type   | Required | Description                 |&lt;br&gt;
| ------ | ------ | -------- | --------------------------- |&lt;br&gt;
| &lt;code&gt;word&lt;/code&gt; | string | yes      | The word you want to define |&lt;/p&gt;

&lt;p&gt;Example:&lt;br&gt;
?word=hello&lt;/p&gt;

&lt;p&gt;🧨 Error Codes&lt;br&gt;
| Code | Meaning                      |&lt;br&gt;
| ---- | ---------------------------- |&lt;br&gt;
| 200  | Success (returns JSON)       |&lt;br&gt;
| 400  | Bad Request (missing ?word=) |&lt;br&gt;
| 404  | Word not found               |&lt;br&gt;
| 500  | Server error                 |&lt;/p&gt;

&lt;p&gt;💬&lt;strong&gt;Notes&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This API uses dictionaryapi.dev under the hood&lt;/li&gt;
&lt;li&gt;It returns a simplified JSON for easier integration&lt;/li&gt;
&lt;li&gt;Rate limits: none yet — feel free to use it&lt;/li&gt;
&lt;li&gt;GitHub Repo:
&lt;a href="https://github.com/haarikha/dictionary-api" rel="noopener noreferrer"&gt;https://github.com/haarikha/dictionary-api&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;❤️ &lt;strong&gt;Created By&lt;/strong&gt;&lt;br&gt;
Harika&lt;br&gt;
GitHub: &lt;a href="https://github.com/haarikha" rel="noopener noreferrer"&gt;https://github.com/haarikha&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📣 &lt;strong&gt;Want to Support?&lt;/strong&gt;&lt;br&gt;
Leave a ⭐ on the GitHub repo!&lt;/p&gt;

</description>
      <category>api</category>
      <category>javascript</category>
      <category>node</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
