hurdu HURDU.org
HURDU Logo

HURDU.org

Programmatic Access Hub for AI Developers

اے پی آئی

Programmatic Access (API)

Building the first universal standard for Roman scripts.

GET /api.php

Standard word query endpoint:

GET https://hurdu.org/api.php?word=pyaar

Request

word (String) • Required

Response Sample

{
  "status": "success",
  "data": {
    "standard": "PYAAR",
    "english": "Love",
    "urdu": "محبت",
    "hindi": "प्याر",
    "meaning_roman_ur": "Mohabbat",
    "pos": "Noun"
  }
}