📖 Upmana API Documentation

Fetch cultural, historical, and geographic knowledge outputs for Cities, Regions, and Countries. Click an API below to view details, parameters, and examples.

🏙 City Upmana API GET

Endpoint: /api/upmana/city

Description: Fetch knowledge output for a specific city (cultural, historical, and geographic insights).

Query Parameters:

Parameter Type Description
city string (required) Name of the city

Example Response:

{
  "city": "Jaunpur",
  "upmana": "Jaunpur is known for its historical Shahi Fort, cultural heritage, and vibrant local festivals."
}
🌍 Region Upmana API GET

Endpoint: /api/upmana/region

Description: Fetch knowledge output for a specific region (demographics, culture, and trends).

Query Parameters:

Parameter Type Description
region string (required) Name of the region

Example Response:

{
  "region": "Awadh",
  "upmana": "Awadh is known for its rich culinary heritage, traditional music, and historical architecture."
}
🏳 Country Upmana API GET

Endpoint: /api/upmana/country

Description: Fetch knowledge output for a country (major regions, cultural diversity, and key stats).

Query Parameters:

Parameter Type Description
country string (required) Name of the country

Example Response:

{
  "country": "India",
  "upmana": "India is a diverse country with multiple cultures, languages, festivals, and historical landmarks across regions."
}