Advance Course Finder
This documentation provides an overview of the API endpoints, their descriptions, methods, parameters, and example requests and responses. Be sure to replace your_api_key_here with your actual API key in the request headers.
Advance Course Finder endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Countries /country |
Retrieve the list of countries Method: GET URL: /country URL with ID: /country Response: • Success (200 OK) • Error (404 Not Found) |
| GET |
Get Countries with ID /country/{country_id} |
Retrieve a specific country by ID. Method: GET URL: /country URL with ID: /country/{country_id} Response: • Success (200 OK) • Error (404 Not Found) |
| GET |
Get States /state |
Retrieve the list of states Method: GET URL: /state URL with Country ID: /state Response: • Success (200 OK) • Error (404 Not Found) |
| GET |
Get States with Country Id /state/{country_id} |
Retrieve a specific state by country ID. Method: GET URL: /state URL with Country ID: /state/{country_id} Response: • Success (200 OK) • Error (404 Not Found) |
| GET |
Search Universities /search |
Search for universities based on various parameters. Method: GET URL: /search Parameters: • stem (optional) • course_name (optional) • university_name (optional) • qualification… |
| GET |
Get Universities /university |
Retrieve the list of universities. Method: GET URL: /university URL with ID: /university Response: • Success (200 OK) • Error (404 Not Found) |
| GET |
Get University Blogs /uniblog |
Retrieve the list of university blogs. Method: GET URL: /uniblog URL with University ID: /uniblog Response: • Success (200 OK) • Error (404 Not Found) |
| GET |
Get Courses /course |
Retrieve the list of courses. Method: GET URL: /course URL with ID: /course Response: • Success (200 OK) • Error (404 Not Found) |
| GET |
Get Count of University Courses /countuniversitycourse |
Retrieve the count of courses available in universities. Method: GET URL: /countuniversitycourse Response: • Success (200 OK) • Error (404 Not Found) |
| GET |
Get Count of Universities and Courses /count |
Retrieve the count of universities and courses. Method: GET URL: /count Response: • Success (200 OK) • Error (404 Not Found) Response Codes • 200 OK: The request was successful.… |
| GET |
Get Universities with university_id /university/{university_id} |
Retrieve a specific university by ID. Method: GET URL: /university URL with ID: /university/{university_id} Response: • Success (200 OK) • Error (404 Not Found) |
| GET |
Get University Blogs with University_id /uniblog/{university_id} |
Retrieve a specific blog by university ID. Method: GET URL: /uniblog URL with University ID: /uniblog/{university_id} Response: • Success (200 OK) • Error (404 Not Found) |
| GET |
Get Courses with course_id /course/{course_id} |
Retrieve a specific course by ID. Method: GET URL: /course URL with ID: /course/{course_id} Response: • Success (200 OK) • Error (404 Not Found) |
Advance Course Finder pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 5 / second |
|
| ULTRA Recommended | $20 / month | 10 / second |
|
| MEGA | $30 / month | 15 / second |
|