API Documentation

Access Farkhondeh data programmatically. All endpoints return JSON and support CORS.

Base URL
https://farkhondeh.vercel.app
GET
/api/universities
List all approved universities

Parameters

NameTypeDescription
countrystringFilter by country name
limitnumberMax results (default: 50, max: 100)
offsetnumberPagination offset
includestringInclude related data: designs,gems

Example Request

curl "/api/universities?country=USA&limit=10&include=designs,gems"
GET
/api/designs
List t-shirt and logo designs

Parameters

NameTypeDescription
university_idstringFilter by university
typestringFilter by type: tshirt, logo
sortstringSort by: popular, recent, ai
limitnumberMax results (default: 50, max: 100)
offsetnumberPagination offset

Example Request

curl "/api/designs?sort=popular&type=tshirt&limit=20"
Open Source
Farkhondeh is designed to be open and community-driven

All university data is contributed by the community. You can use this API to:

  • Build your own university discovery apps
  • Create data visualizations and analyses
  • Integrate university information into your projects
  • Contribute to open educational resources