id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
ae3b09cc-57b2-4c0e-94e9-abba9c60e2e5/97bf8cc3-cd9b-46e1-9b05-5d70dc5d3c8e/0/0 | Bible | Russian translation bible API | 5.3 | book_book_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... | |
ae3b09cc-57b2-4c0e-94e9-abba9c60e2e5/97bf8cc3-cd9b-46e1-9b05-5d70dc5d3c8e/1/0 | Bible | Russian translation bible API | 5.3 | book_book_get | 200 | null | {"id": 10, "short_name": "\u0411\u044b\u0442", "long_name": "\u0411\u044b\u0442", "chapters": 50} | {"title": "BookOut", "required": ["id", "short_name", "long_name", "chapters"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "short_name": {"title": "Short Name", "type": "string"}, "long_name": {"title": "Long Name", "type": "string"}, "chapters": {"title": "Chapters", "type": "integer"}}... | |
ae3b09cc-57b2-4c0e-94e9-abba9c60e2e5/3e932e89-e64b-4368-9e2e-2b444137df89/0/0 | Bible | Russian translation bible API | 5.3 | chapter_chapter_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... | |
ae3b09cc-57b2-4c0e-94e9-abba9c60e2e5/3e932e89-e64b-4368-9e2e-2b444137df89/1/0 | Bible | Russian translation bible API | 5.3 | chapter_chapter_get | 200 | null | {"book_id": 10, "chapter": 1, "verses": 31} | {"title": "ChapterOut", "required": ["book_id", "chapter", "verses"], "type": "object", "properties": {"book_id": {"title": "Book Id", "type": "integer"}, "chapter": {"title": "Chapter", "type": "integer"}, "verses": {"title": "Verses", "type": "integer"}}} | |
ae3b09cc-57b2-4c0e-94e9-abba9c60e2e5/205fba3d-9a87-452b-b579-c54ed48bf2bb/0/0 | Bible | Russian translation bible API | 5.3 | books_books_get | 200 | null | {"count": 0, "items": [{"id": 0, "short_name": "", "long_name": ""}]} | {"title": "Books", "required": ["count", "items"], "type": "object", "properties": {"count": {"title": "Count", "type": "integer"}, "items": {"title": "Items", "type": "array", "items": {"title": "Book", "required": ["id", "short_name", "long_name"], "type": "object", "properties": {"id": {"title": "Id", "type": "integ... | |
b36098c0-1fc6-4d59-a1c6-23890b1098d4/3677a597-01bf-4517-988a-ba56a3f34fa3/0/0 | English text simplifier | This API takes any text in English and rewrites it with simple words and constructions. | null | /v1/simplify | Simplifies any English text | 200 | Response | {"text": "Rowing, sometimes referred to as Crew in the United States, is a sport where people use oars to move a boat on water."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]} |
a6b6285a-b21b-42e4-be3d-1df33719910b/99cbd2c4-27b2-4dcd-b40c-c1534a25b217/0/0 | BookPi | Unlock a world of knowledge with our powerful book retrieval API. Discover a vast collection of books from various genres. | 0 | Search for a Book by Name | This Endpoint Enables You To Search For A Specific Book Within A Database Of Books By Name. | 200 | Response | {"data": [{"id": "64b7d2446f0a497e95226eb5", "name": "Valis", "description": "b", "publishing_date": "1984"}, {"id": "64b7d6ae6f0a497e95226eb6", "name": "Valis", "description": "Valis is a 1981 science fiction novel by American writer Philip K. Dick, intended to be the first book of a three-part series. The title is an... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "publishing_date": {"type": "string"}}, "required": ["description", "id", "name", "... |
a6b6285a-b21b-42e4-be3d-1df33719910b/99cbd2c4-27b2-4dcd-b40c-c1534a25b217/1/0 | BookPi | Unlock a world of knowledge with our powerful book retrieval API. Discover a vast collection of books from various genres. | 0 | Search for a Book by Name | This Endpoint Enables You To Search For A Specific Book Within A Database Of Books By Name. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl... |
a6b6285a-b21b-42e4-be3d-1df33719910b/18356a69-d1d3-47b9-85a9-0912c89419d7/0/0 | BookPi | Unlock a world of knowledge with our powerful book retrieval API. Discover a vast collection of books from various genres. | 0 | Delete Book by ID | This Endpoint Allows You to Remove a Book from the Database Based on Its Unique Identifier. | 200 | Response | {"status": "ok", "status_code": 204} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "status_code": {"type": "integer"}}, "required": ["status", "status_code"]} |
a6b6285a-b21b-42e4-be3d-1df33719910b/18356a69-d1d3-47b9-85a9-0912c89419d7/1/0 | BookPi | Unlock a world of knowledge with our powerful book retrieval API. Discover a vast collection of books from various genres. | 0 | Delete Book by ID | This Endpoint Allows You to Remove a Book from the Database Based on Its Unique Identifier. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl... |
a6b6285a-b21b-42e4-be3d-1df33719910b/af4b37fb-1c45-4e6f-9c00-1229271266b9/0/0 | BookPi | Unlock a world of knowledge with our powerful book retrieval API. Discover a vast collection of books from various genres. | 0 | Update Book Info | This Endpoint Allows You to Modify the Information of a Book in the Database by Its Name. | 200 | Response | {"data": {"id": "64b7d2446f0a497e95226eb5", "name": "Valis", "description": "b", "publishing_date": "1984"}, "status_code": 200} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "publishing_date": {"type": "string"}}, "required": ["description", "id", "name", "publishing_date"]}, "status... |
a6b6285a-b21b-42e4-be3d-1df33719910b/af4b37fb-1c45-4e6f-9c00-1229271266b9/1/0 | BookPi | Unlock a world of knowledge with our powerful book retrieval API. Discover a vast collection of books from various genres. | 0 | Update Book Info | This Endpoint Allows You to Modify the Information of a Book in the Database by Its Name. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl... |
a6b6285a-b21b-42e4-be3d-1df33719910b/41a7d2dd-214a-4de5-9d4c-16e543243b98/0/0 | BookPi | Unlock a world of knowledge with our powerful book retrieval API. Discover a vast collection of books from various genres. | 0 | Add a Book | This Endpoint Provides You with the Capability to Insert a New Book into the Database with All the Relevant Details. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl... |
a6b6285a-b21b-42e4-be3d-1df33719910b/41a7d2dd-214a-4de5-9d4c-16e543243b98/1/0 | BookPi | Unlock a world of knowledge with our powerful book retrieval API. Discover a vast collection of books from various genres. | 0 | Add a Book | This Endpoint Provides You with the Capability to Insert a New Book into the Database with All the Relevant Details. | 200 | Response | {"data": {"_id": "64b7e3224a7b664a31a2587c", "name": "Valis", "description": "Valis is a 1981 science fiction novel by American writer Philip K. Dick, intended to be the first book of a three-part series. The title is an acronym for Vast Active Living Intelligence System, Dick's gnostic vision of God", "publishing_date... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "publishing_date": {"type": "string"}}, "required": ["_id", "description", "name", "publishing_date"]}, "stat... |
c388345f-e711-4e05-9f31-67141e8300ed/bdceb002-4bd8-41cd-bf03-d67e1b1391a7/0/0 | Docs | Example for tests Docs | null | docs | tests docs | 200 | New Example | {"id": 1, "name": "Vasya"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]} |
6656c4e0-110d-4534-8cfa-3fee025ab17d/e23b6776-8638-4861-ab57-a2aea035a5ac/0/0 | BBCast API | free to use books api based on the Gutenberg project books collection. | 0.1 | getBookById | Returns a book | 200 | null | {"id": 0, "title": "", "download_count": 0, "cover": "", "subjects": [], "authors": [], "languages": [], "copyright": ""} | {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "title": {"type": "string"}, "download_count": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "cover": {"type": "stri... |
6656c4e0-110d-4534-8cfa-3fee025ab17d/5182b2bd-471f-4823-a6c7-ba0faa8f9ef0/0/0 | BBCast API | free to use books api based on the Gutenberg project books collection. | 0.1 | getBooks | Returns all books | 200 | null | [{"id": 0, "title": "", "download_count": 0, "cover": ""}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "title": {"type": "string"}, "download_count": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 922337203685477600... |
6656c4e0-110d-4534-8cfa-3fee025ab17d/6a7aedc6-38a7-4ccf-9411-5e7576c064e2/0/0 | BBCast API | free to use books api based on the Gutenberg project books collection. | 0.1 | searchBooks | Returns a book | 200 | null | [{"id": 0, "title": "", "download_count": 0, "cover": ""}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "title": {"type": "string"}, "download_count": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 922337203685477600... |
6656c4e0-110d-4534-8cfa-3fee025ab17d/3b52b67c-30e5-414d-8e08-aa92e4a781ef/0/0 | BBCast API | free to use books api based on the Gutenberg project books collection. | 0.1 | getBooksBySubject | Returns all books by subject | 200 | null | [{"id": 0, "title": "", "download_count": 0, "cover": ""}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "title": {"type": "string"}, "download_count": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 922337203685477600... |
9abb110e-8ea4-4fbf-8a97-d469fbfc5aa2/53cfd928-4a62-4953-bb02-2856145af039/0/0 | Baby random First name | Generates baby first name by origin and gender | 0.1 | origins | Origins names | 200 | Response | ["African", "African American", "American", "Anglo-Saxon", "Arabic", "Armenian", "Celtic", "Chinese", "Czechoslovakian", "Danish", "Dutch", "Egyptian", "English", "Finnish", "French", "Gaelic", "German", "Greek", "Hawaiian", "Hebrew", "Hindi", "Hungarian", "Indian", "Irish", "Italian", "Japanese", "Korean", "Latin", "M... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
2d16dfa8-a220-4782-856a-d4561306027b/31a6cbf4-9735-4325-a68d-56c08785404b/0/0 | Defensie | An API for Defensie | null | Krijg news van een specifieke news site | Nieuws van een specifieke site | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
3c58f702-a59c-4d8f-81eb-8be647c7f51e/1ce4ffd4-9b17-4a73-b802-ac5b80d193e6/0/0 | CMEfy | Clinicians are learning all the time. CMEfy their invaluable time! | null | CMEfy Learning Moment | CMEfy a learning moment based on contextual parameters for learning. | 200 | Success | {"success": true, "cmefy_link": "https://earnc.me/GskzuW", "cmefy_id": "0pJpNP-"} | {"type": "object", "properties": {"success": {"type": "boolean"}, "cmefy_link": {"type": "string"}, "cmefy_id": {"type": "string"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/f699acd9-62f7-41a1-ba83-6fc26f65b82a/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | add to existing students information by setting department and faculty to undefined | This request is used to add to already created students information by setting department and faculty to undefined.
Length of students information to be provided must be greater than zero and lesser than or equal to 100.
To add to already existing students information, the unique id of the existing one must be use. | 200 | add to exist student info with undefined faculty and department | {"success": true, "fetch_uuid": "df80b9e7-cf2c-4e6e-80cf-1db72129dc65", "insertedMatricNo": ["140041", "140042", "140043", "140044", "140045"]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "fetch_uuid": {"type": "string"}, "insertedMatricNo": {"type": "array", "items": {"type": "string"}}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/0ab41caf-b778-4a34-8fdf-017a30ee9713/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve student results with matriculation number | This request is used to retrieve student results with matriculation number. | 200 | Response | {"success": true, "paginations": 1, "paginationNumber": 1, "studentResult": [{"matriculationNumber": "140001", "details": {"name": "george precious", "level": "300", "session": "2024/25", "commulativePoint": "72", "commulativeUnit": "18", "point": "72", "unit": "18", "totalScore": "124", "obtainableScore": "180", "facu... | {"type": "object", "properties": {"success": {"type": "boolean"}, "paginations": {"type": "integer"}, "paginationNumber": {"type": "integer"}, "studentResult": {"type": "array", "items": {"type": "object", "properties": {"matriculationNumber": {"type": "string"}, "details": {"type": "object", "properties": {"name": {"t... |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/f819c704-ffcc-4531-b5f8-65b238233af8/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve student results within level and faculty | This request is used to retrieve student results within level and faculty. | 200 | Response | {"success": true, "paginations": 1, "paginationNumber": 1, "studentResult": [{"matriculationNumber": "140002", "details": {"name": "george precious", "level": "300", "session": "2024/25", "commulativePoint": "60", "commulativeUnit": "15", "point": "60", "unit": "15", "totalScore": "75", "obtainableScore": "120", "facul... | {"type": "object", "properties": {"success": {"type": "boolean"}, "paginations": {"type": "integer"}, "paginationNumber": {"type": "integer"}, "studentResult": {"type": "array", "items": {"type": "object", "properties": {"matriculationNumber": {"type": "string"}, "details": {"type": "object", "properties": {"name": {"t... |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/8b742d66-e57d-4337-a805-79956a8b9712/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve student results within level and department | This request is used to retrieve student results within level and department. | 200 | Response | {"success": true, "paginations": 1, "paginationNumber": 1, "studentResult": [{"matriculationNumber": "140002", "details": {"name": "george precious", "level": "300", "session": "2024/25", "commulativePoint": "60", "commulativeUnit": "15", "point": "60", "unit": "15", "totalScore": "75", "obtainableScore": "120", "facul... | {"type": "object", "properties": {"success": {"type": "boolean"}, "paginations": {"type": "integer"}, "paginationNumber": {"type": "integer"}, "studentResult": {"type": "array", "items": {"type": "object", "properties": {"matriculationNumber": {"type": "string"}, "details": {"type": "object", "properties": {"name": {"t... |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/ae4a8c85-0f5a-4156-9955-7159e2711890/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve student results within level | This request is used to retrieve student results within the level. | 200 | Response | {"success": true, "paginations": 1, "paginationNumber": 1, "studentResult": [{"matriculationNumber": "140001", "details": {"name": "george precious", "level": "300", "session": "2024/25", "commulativePoint": "72", "commulativeUnit": "18", "point": "72", "unit": "18", "totalScore": "124", "obtainableScore": "180", "facu... | {"type": "object", "properties": {"success": {"type": "boolean"}, "paginations": {"type": "integer"}, "paginationNumber": {"type": "integer"}, "studentResult": {"type": "array", "items": {"type": "object", "properties": {"matriculationNumber": {"type": "string"}, "details": {"type": "object", "properties": {"name": {"t... |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/6bde88d4-9e95-466c-a37b-d121ac44dd77/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve student results within faculty | This request is used to retrieve student results within the faculty. | 200 | Response | {"success": true, "paginations": 1, "paginationNumber": 1, "studentResult": [{"matriculationNumber": "140002", "details": {"name": "george precious", "level": "300", "session": "2024/25", "commulativePoint": "60", "commulativeUnit": "15", "point": "60", "unit": "15", "totalScore": "75", "obtainableScore": "120", "facul... | {"type": "object", "properties": {"success": {"type": "boolean"}, "paginations": {"type": "integer"}, "paginationNumber": {"type": "integer"}, "studentResult": {"type": "array", "items": {"type": "object", "properties": {"matriculationNumber": {"type": "string"}, "details": {"type": "object", "properties": {"name": {"t... |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/b47db57b-3b0d-4d14-bfad-1eb483016722/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve student results within department | This request is used to retrieve student results within the department. | 200 | Response | {"success": true, "paginations": 1, "paginationNumber": 1, "studentResult": [{"matriculationNumber": "140002", "details": {"name": "george precious", "level": "300", "session": "2024/25", "commulativePoint": "60", "commulativeUnit": "15", "point": "60", "unit": "15", "totalScore": "75", "obtainableScore": "120", "facul... | {"type": "object", "properties": {"success": {"type": "boolean"}, "paginations": {"type": "integer"}, "paginationNumber": {"type": "integer"}, "studentResult": {"type": "array", "items": {"type": "object", "properties": {"matriculationNumber": {"type": "string"}, "details": {"type": "object", "properties": {"name": {"t... |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/6cad7144-d4dc-46b7-99f8-6a0a2cc9c12f/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve student results by range | This request is used to retrieve student results within the school using range. | 200 | Response | {"success": true, "paginations": 1, "paginationNumber": 1, "studentResult": [{"matriculationNumber": "140001", "details": {"name": "george precious", "level": "300", "session": "2024/25", "commulativePoint": "72", "commulativeUnit": "18", "point": "72", "unit": "18", "totalScore": "124", "obtainableScore": "180", "facu... | {"type": "object", "properties": {"success": {"type": "boolean"}, "paginations": {"type": "integer"}, "paginationNumber": {"type": "integer"}, "studentResult": {"type": "array", "items": {"type": "object", "properties": {"matriculationNumber": {"type": "string"}, "details": {"type": "object", "properties": {"name": {"t... |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/aabf8fe9-3aec-461b-8613-a976fb3ffd3b/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve student results | This request is used to retrieve student results within the school. | 200 | Response | {"success": true, "paginations": 1, "paginationNumber": 1, "studentResult": [{"matriculationNumber": "140001", "details": {"name": "george precious", "level": "300", "session": "2024/25", "commulativePoint": "72", "commulativeUnit": "18", "point": "72", "unit": "18", "totalScore": "124", "obtainableScore": "180", "facu... | {"type": "object", "properties": {"success": {"type": "boolean"}, "paginations": {"type": "integer"}, "paginationNumber": {"type": "integer"}, "studentResult": {"type": "array", "items": {"type": "object", "properties": {"matriculationNumber": {"type": "string"}, "details": {"type": "object", "properties": {"name": {"t... |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/e5685695-4b3d-44ea-bc4d-3eac0501c370/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve total students within level and department | This request is used to retrieve total students within the level and department. | 200 | Response | {"success": true, "totalStudent": 38} | {"type": "object", "properties": {"success": {"type": "boolean"}, "totalStudent": {"type": "integer"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/e5fa1b30-d675-4a79-b735-98b1469cc34b/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve total students within level and faculty | This request is used to retrieve total students within the level and faculty. | 200 | Response | {"success": true, "totalStudent": 38} | {"type": "object", "properties": {"success": {"type": "boolean"}, "totalStudent": {"type": "integer"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/54a14b5c-52dd-4bd6-b6d3-d7c5abab7ff1/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve total students within level | This request is used to retrieve total students within the level. | 200 | Response | {"success": true, "totalStudent": 39} | {"type": "object", "properties": {"success": {"type": "boolean"}, "totalStudent": {"type": "integer"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/c1027016-3513-45a4-9558-639c904324ff/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve total students within faculty | This request is used to retrieve total students within the faculty. | 200 | Response | {"success": true, "totalStudent": 1} | {"type": "object", "properties": {"success": {"type": "boolean"}, "totalStudent": {"type": "integer"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/97aeeca0-33b4-4006-9bdf-3f333b89eefd/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve total students within department | This request is used to retrieve total students within the department. | 200 | Response | {"success": true, "totalStudent": 1} | {"type": "object", "properties": {"success": {"type": "boolean"}, "totalStudent": {"type": "integer"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/8dd71334-f299-4d9b-8313-3fafb6497e48/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | retrieve total students | This request is used to retrieve total students within the school. | 200 | Response | {"success": true, "totalStudent": 39} | {"type": "object", "properties": {"success": {"type": "boolean"}, "totalStudent": {"type": "integer"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/368280ad-d047-4c0a-8540-602ecc428699/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | remove all student at a level | This request is used to remove student using their level.
To omit students with carryover, object carryOver is set to false, to remove all students without considering carryover, object carryOver is set to true or declare undefined. | 200 | remove student by level | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/5e6ac8de-1bb2-4aa1-9861-445155885ac4/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | remove student | This request is used to remove student using their matriculation number. | 200 | remove student | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/d4d06421-7303-47ab-b4bb-d631ba8ec787/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | update department and faculty | This request is used to update student department with their faculty. | 200 | update dept and faculty | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/de6390c1-df17-4791-bf3f-9833f0e74654/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | update student level | This request is used to update the students level. | 200 | New Example | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/f29dac40-d169-435d-9851-c73af6d80095/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | update session and reset all scores | This request is used to update the academic session and reset all scores obtain in that session back to default. | 200 | update session and reset scores | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/19aac885-58ab-4a54-a376-e77c2a0b7d0e/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | update session | This request is used to update the academic session only. | 200 | update session | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/6c134209-fc4a-44ae-87a2-727368925794/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | add more student scores | This request is used to formulate each student scores by identifying the score to their matriculation number.
Length of students scores to be provided must be greater than zero and lesser than or equal to 100. | 200 | student scores | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/5a0f4aae-fbec-4f50-9176-852be97fcd4b/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | add student scores | This request is used to formulate each student scores by identifying the score to their matriculation number.
Length of students scores to be provided must be greater than zero and lesser than or equal to 100. | 200 | student scores | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/bf0f5732-e26a-411d-a755-0fcd66e11175/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | add to existing students information | This request is used to add to already created students information.
Length of students information to be provided must be greater than zero and lesser than or equal to 100.
To add to already existing students information, the unique id of the existing one must be use. | 200 | add to exist student info | {"success": true, "fetch_uuid": "df80b9e7-cf2c-4e6e-80cf-1db72129dc65", "insertedMatricNo": ["140021", "140022", "140023", "140024", "140025", "140026", "140027", "140028", "140029", "140030", "140031", "140032", "140033", "140034", "140035", "140036", "140037", "140038", "140039", "140040"]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "fetch_uuid": {"type": "string"}, "insertedMatricNo": {"type": "array", "items": {"type": "string"}}}} |
6260af37-9e45-4ed2-be7d-41b2c2c75d2d/b7ea5e62-02f0-4951-86ac-7afb22ee94dd/0/0 | Student Result Api | This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at ... | 8 | add student information | This request is used to create students information .
Length of students information to be provided must be greater than zero and lesser than or equal to 100. | 200 | add student info | {"success": true, "fetch_uuid": "df80b9e7-cf2c-4e6e-80cf-1db72129dc65", "insertedMatricNo": ["140001", "140002", "140003", "140004", "140005", "140006", "140007", "140008", "140009", "140010", "140011", "140012", "140013", "140014", "140015", "140016", "140017", "140018", "140019", "140020"]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "fetch_uuid": {"type": "string"}, "insertedMatricNo": {"type": "array", "items": {"type": "string"}}}} |
28403e3c-1d87-4111-9d95-4552f930848d/7789ec69-a8c8-4a66-9146-a2646808d36f/0/0 | SOE | Pronunciation Assessment and Scoring API Solutions
Multi-Dimensional Chinese and English Pronunciation Evaluation API | 8.4 | English Paragraphs Assessment(16K) | If you find that the score difference is too big, you can check whether the sampling rate of the audio you sent is 16K. Currently, only 16K audio is supported for evaluation.
- send audio up to 300 seconds long
- reference text up to 1000 characters. | 200 | New Example | {"payload": {"accuracy": 69.2425308227539, "endTime": 1090, "fluency": {"overall": 97.6374969482422, "pause": 0, "speed": 1}, "hypothesis": "hi there", "integrity": 50.126871557412, "overall": 73.1748123168945, "refText": "Hi there.", "rhythm": {"overall": 0, "sense": 0, "stress": 0, "tone": 0}, "startTime": 440, "wave... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"payload": {"type": "object", "properties": {"accuracy": {"type": "number"}, "endTime": {"type": "integer"}, "fluency": {"type": "object", "properties": {"overall": {"type": "number"}, "pause": {"type": "integer"}, "speed": {"type": "integer... |
28403e3c-1d87-4111-9d95-4552f930848d/6a8ab2b6-0bac-49d7-ac2f-a8cfc4441788/0/0 | SOE | Pronunciation Assessment and Scoring API Solutions
Multi-Dimensional Chinese and English Pronunciation Evaluation API | 8.4 | Mandarin Chinese Paragraphs Assessment(16K) |
send audio up to 300 seconds long
reference text up to 1000 characters.
| 200 | New Example | {"payload": {"accuracy": 92.8462142944336, "audioInfo": {"clip": 0, "snr": 57.8266677856445, "tipId": "00000", "volume": 60.88525390625}, "characters": [{"endTime": 920, "erRef": 0, "erScore": 0, "fluency": 60.3578758239746, "overall": 96.5647888183594, "phn": 94.9913635253906, "pinyin": "zao", "refText": "\u65e9", "st... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"payload": {"type": "object", "properties": {"accuracy": {"type": "number"}, "audioInfo": {"type": "object", "properties": {"clip": {"type": "integer"}, "snr": {"type": "number"}, "tipId": {"type": "string"}, "volume": {"type": "number"}}, "... |
28403e3c-1d87-4111-9d95-4552f930848d/0a65e7ec-7bea-4c7f-8a23-7d44a6ce8157/0/0 | SOE | Pronunciation Assessment and Scoring API Solutions
Multi-Dimensional Chinese and English Pronunciation Evaluation API | 8.4 | Mandarin Chinese Word Assessment(16K) |
send audio up to 20 seconds long
reference text up to 50 characters.
| 200 | New Example | {"payload": {"phn": 98.624839477539, "endTime": 830, "refText": "\u65e9 \u65e9\u70b9", "pinyin": "zao3 zao2 dian3", "overall": 95.7539062483947, "toneScore": 96.4839470627539, "startTime": 340, "waveTime": 1020, "taskId": "b1195999-1446-4a71-a671-699c2ceb607f", "timestamp": 1670465928, "characters": [{"refText": "\u65e... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"payload": {"type": "object", "properties": {"phn": {"type": "number"}, "endTime": {"type": "integer"}, "refText": {"type": "string"}, "pinyin": {"type": "string"}, "overall": {"type": "number"}, "toneScore": {"type": "number"}, "startTime":... |
28403e3c-1d87-4111-9d95-4552f930848d/c5365821-fb90-4cb1-862e-563549874e78/0/0 | SOE | Pronunciation Assessment and Scoring API Solutions
Multi-Dimensional Chinese and English Pronunciation Evaluation API | 8.4 | English Word Assessment(16K) | If you find that the score difference is too big, you can check whether the sampling rate of the audio you sent is 16K. Currently, only 16K audio is supported for evaluation.
- send audio up to 20 seconds long
- reference text up to 100 characters. | 200 | New Example | {"payload": {"accuracy": 98.8102645874023, "endTime": 1420, "hypothesis": "good morning", "overall": 98.4839477539062, "refText": "good morning", "startTime": 340, "waveTime": 1512, "wordInfo": [{"accuracy": 98.0167541503906, "endTime": 640, "hypothesis": "good", "refText": "good", "rhythm": {"stressRef": 0, "stressSco... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"payload": {"type": "object", "properties": {"accuracy": {"type": "number"}, "endTime": {"type": "integer"}, "hypothesis": {"type": "string"}, "overall": {"type": "number"}, "refText": {"type": "string"}, "startTime": {"type": "integer"}, "w... |
28403e3c-1d87-4111-9d95-4552f930848d/32b645ae-aa99-4723-9cea-022915b25648/0/0 | SOE | Pronunciation Assessment and Scoring API Solutions
Multi-Dimensional Chinese and English Pronunciation Evaluation API | 8.4 | Mandarin Chinese Sentence Assessment(16K) |
send audio up to 40 seconds long
reference text up to 100 characters.
| 200 | New Example | {"payload": {"accuracy": 92.8462142944336, "audioInfo": {"clip": 0, "snr": 57.8266677856445, "tipId": "00000", "volume": 60.88525390625}, "characters": [{"endTime": 920, "erRef": 0, "erScore": 0, "fluency": 60.3578758239746, "overall": 96.5647888183594, "phn": 94.9913635253906, "pinyin": "zao", "refText": "\u65e9", "st... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"payload": {"type": "object", "properties": {"accuracy": {"type": "number"}, "audioInfo": {"type": "object", "properties": {"clip": {"type": "integer"}, "snr": {"type": "number"}, "tipId": {"type": "string"}, "volume": {"type": "number"}}, "... |
28403e3c-1d87-4111-9d95-4552f930848d/0b12ae44-9e9b-49b5-8520-1818cb7761b0/0/0 | SOE | Pronunciation Assessment and Scoring API Solutions
Multi-Dimensional Chinese and English Pronunciation Evaluation API | 8.4 | English Sentence Assessment(16K) | If you find that the score difference is too big, you can check whether the sampling rate of the audio you sent is 16K. Currently, only 16K audio is supported for evaluation.
- send audio up to 40 seconds long
- reference text up to 300 characters. | 200 | New Example | {"payload": {"accuracy": 69.2425308227539, "endTime": 1090, "fluency": {"overall": 97.6374969482422, "pause": 0, "speed": 1}, "hypothesis": "hi there", "integrity": 50.126871557412, "overall": 73.1748123168945, "refText": "Hi there.", "rhythm": {"overall": 0, "sense": 0, "stress": 0, "tone": 0}, "startTime": 440, "wave... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"payload": {"type": "object", "properties": {"accuracy": {"type": "number"}, "endTime": {"type": "integer"}, "fluency": {"type": "object", "properties": {"overall": {"type": "number"}, "pause": {"type": "integer"}, "speed": {"type": "integer... |
cc02c5be-cdf1-4939-9598-367ba3a2b97f/70d14e34-74b1-4df5-b32e-a92873dcc400/0/0 | Plagiarism Checker and Auto Citation Generator Multi-Lingual | A Plagiarism Checker and Auto Citation Machine powered by Smodin (https://smodin.io) which works in 50 languages (List of the major languages: arabic, catalan, danish, dutch, french, hungarian, indonesian, italian, polish, swedish, turkish, ukranian, filipino, english, spanish, portuguese, german, malay, norwegian, rom... | 9.7 | Plagiarism and Citation Endpoint | RAPID API test endpoint only returns a mock response. We recommend you use postman to test real data. **For questions or how to use Postman, please see "About" FAQ. | 200 | New Example | {"percentPlagiarism": 100, "sources": [{"url": "https://sherlockholmes.ch/en/Info/Sherlock_Holmes", "title": "Sherlock Holmes | Sherlock Holmes Haslital", "matches": [{"inputStart": 55, "inputEnd": 429, "matchText": "fictional private detective created by British author Sir Arthur Conan Doyle. Referring to himself as a... | {"type": "object", "properties": {"percentPlagiarism": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "matches": {"type": "array", "items": {"type": "object", "properties": {"inputStart": {"type": "integer"}, "inputEnd... |
0188926a-e1c1-43b3-a966-15bcc463743d/8b676ab7-16a1-4186-b0ba-cd718c5062ac/0/0 | Learning Objects V2 | Get the best learning objects from thousand of sources: YouTube, Books, Podcasts, MOOC and more! | 6.5 | /lang | This endpoint returns a list of the languages currently supported by the API. | 200 | Example_1 | [{"lang": "en", "description": "Use this code for LO in english language."}, {"lang": "fr", "description": "Use this code for LO in french language (fran\u00e7ais)."}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "lang"]}} |
0188926a-e1c1-43b3-a966-15bcc463743d/e6e83e5d-59e7-4462-b39f-e3c1219a407f/0/0 | Learning Objects V2 | Get the best learning objects from thousand of sources: YouTube, Books, Podcasts, MOOC and more! | 6.5 | /type | This endpoint returns a list of the types currently supported by the API. | 200 | Example_1 | [{"type": "video", "description": "Educational videos from providers such as YouTube, Dailymotion, Vimeo, etc."}, {"type": "mooc", "description": "Massive Open Online Course (MOOC) from providers such as edX, Coursera, OpenClassrooms, Linkedin Learning, etc."}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "type"]}} |
0188926a-e1c1-43b3-a966-15bcc463743d/abe51974-fe2e-4224-bd6c-2777a65fe012/1/0 | Learning Objects V2 | Get the best learning objects from thousand of sources: YouTube, Books, Podcasts, MOOC and more! | 6.5 | /search-provider | Returns a list of learning objects (LO) that matches specific keywords, language and provider. | 200 | Example_1 | {"statusCode": 200, "request": {"keywords": "Excel", "lang": "en", "sort": "popularity", "max": "10", "model": "strict", "ageMin": "", "ageMax": "", "popularityMin": "", "provider": "youtube", "levelMin": "", "levelMax": "", "learningTimeMin": "", "learningTimeMax": "", "page": "0"}, "response": {"content": [{"title": ... | {"type": "object"} |
0188926a-e1c1-43b3-a966-15bcc463743d/4005c600-4e40-4c12-ac56-2e811d7c5a1d/8/0 | Learning Objects V2 | Get the best learning objects from thousand of sources: YouTube, Books, Podcasts, MOOC and more! | 6.5 | /search | Returns a list of learning objects (LO) that matches specific keywords, language and type. | 200 | Example_1 | {"statusCode": 200, "request": {"keywords": "Excel", "lang": "en", "type": "video", "sort": "popularity", "max": "10", "bloom": "discover", "model": "strict", "ageMin": "", "ageMax": "", "popularityMin": "", "provider": "", "levelMin": "", "levelMax": "", "learningTimeMin": "", "learningTimeMax": "", "page": "0"}, "res... | {"type": "object"} |
0188926a-e1c1-43b3-a966-15bcc463743d/636be0f9-71f7-4091-8e00-89ed72ef5afa/0/0 | Learning Objects V2 | Get the best learning objects from thousand of sources: YouTube, Books, Podcasts, MOOC and more! | 6.5 | /bloom | This endpoint returns a list of the Bloom objectives currently supported by the API. | 200 | Example_1 | [{"bloom": "discover", "description": "These LO are the first step to discover a job or a skill. You'll be able to talk about it, to know the basics. You'll have all the knowledge to decide wether it's for you or not."}, {"bloom": "understand", "description": "These LO help you better understand this job or skill, in d... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"bloom": {"type": "string"}, "description": {"type": "string"}}, "required": ["bloom", "description"]}} |
0188926a-e1c1-43b3-a966-15bcc463743d/fd1fd3ec-2564-4d35-9350-23417fdca354/0/0 | Learning Objects V2 | Get the best learning objects from thousand of sources: YouTube, Books, Podcasts, MOOC and more! | 6.5 | /provider | This endpoint returns a list of the major providers currently supported by the API. | 200 | Example_1 | [{"provider": "amazon"}, {"provider": "applebooks"}, {"provider": "canal-u"}, {"provider": "coursera"}, {"provider": "edx"}, {"provider": "inrs"}, {"provider": "instructables"}, {"provider": "iutenligne"}, {"provider": "linkedinlearning"}, {"provider": "merlot"}, {"provider": "medium"}, {"provider": "moncompteformation... | {"type": "array", "items": {"type": "object", "properties": {"provider": {"type": "string"}}}} |
8df85704-d65e-45c6-8194-1fb610a8d69f/d6a74672-7855-461b-8ccf-ef5394adbbc7/0/0 | University Domains | Check if a domain name belongs to a college or university. | null | domain | Check if a domain name belongs to a college or university. | 200 | Response | [{"domain": "schreiner.edu", "name": "Schreiner University", "country": "United States", "country_code": "US"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "country_code": {"type": "string"}}, "required": ["country", "country_code", "domain", "name"]}} |
32ed3de0-8831-4ce0-b25f-8053d33df99c/0ea724d1-954b-4063-a642-e4b64b0e479b/0/0 | Spanish Conjugation | This Spanish Conjugation API will provide you over 9000+ Spanish verbs conjugations. | 6 | conjugate | This endpoint conjugates the Spanish verb. | 200 | Successfull Response | {"code": 1, "data": {"participles": {"present": "bebiendo", "past": "bebido"}, "indicative": {"yo": {"present": "bebo", "preterite": "beb\u00ed", "imperfect": "beb\u00eda", "conditional": "beber\u00eda", "future": "beber\u00e9"}, "t\u00fa": {"present": "bebes", "preterite": "bebiste", "imperfect": "beb\u00edas", "condi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"participles": {"type": "object", "properties": {"present": {"type": "string"}, "past": {"type": "string"}}, "required": ["past", "present"]}, "indicative": {"type": "obj... |
28ddba87-ce7a-499a-97ce-75d63f23e108/01f756ff-a6ee-421e-bf25-1882974c4857/0/0 | Bhagavad Gita | Bhagavad Gita API is an open-source REST API that lets anyone use the text from Srimad Bhagavad Gita in their own web or mobile application(s). | 9.6 | Get all chapters | Get information about all the chapters from the Bhagavad Gita. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
28ddba87-ce7a-499a-97ce-75d63f23e108/01f756ff-a6ee-421e-bf25-1882974c4857/1/0 | Bhagavad Gita | Bhagavad Gita API is an open-source REST API that lets anyone use the text from Srimad Bhagavad Gita in their own web or mobile application(s). | 9.6 | Get all chapters | Get information about all the chapters from the Bhagavad Gita. | 200 | Response | [{"id": 1, "name": "\u0905\u0930\u094d\u091c\u0941\u0928\u0935\u093f\u0937\u093e\u0926\u092f\u094b\u0917", "name_transliterated": "Arjun Vi\u1e63h\u0101d Yog", "name_translated": "Arjuna Visada Yoga", "verses_count": 47, "chapter_number": 1, "name_meaning": "Arjuna's Dilemma", "chapter_summary": "The first chapter of t... | {"title": "Response Get All Chapters V2 Chapters Get", "type": "array", "items": {"title": "GitaChapter", "required": ["id", "name", "name_transliterated", "name_translated", "verses_count", "chapter_number", "name_meaning", "chapter_summary"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"},... |
28ddba87-ce7a-499a-97ce-75d63f23e108/3fa7b31c-4650-4ce9-b7a0-40144721b423/0/0 | Bhagavad Gita | Bhagavad Gita API is an open-source REST API that lets anyone use the text from Srimad Bhagavad Gita in their own web or mobile application(s). | 9.6 | Get a particular chapter | Get information about a particular chapter from the Bhagavad Gita. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
28ddba87-ce7a-499a-97ce-75d63f23e108/3fa7b31c-4650-4ce9-b7a0-40144721b423/1/0 | Bhagavad Gita | Bhagavad Gita API is an open-source REST API that lets anyone use the text from Srimad Bhagavad Gita in their own web or mobile application(s). | 9.6 | Get a particular chapter | Get information about a particular chapter from the Bhagavad Gita. | 200 | Response | {"id": 1, "name": "\u0905\u0930\u094d\u091c\u0941\u0928\u0935\u093f\u0937\u093e\u0926\u092f\u094b\u0917", "name_transliterated": "Arjun Vi\u1e63h\u0101d Yog", "name_translated": "Arjuna Visada Yoga", "verses_count": 47, "chapter_number": 1, "name_meaning": "Arjuna's Dilemma", "chapter_summary": "The first chapter of th... | {"title": "GitaChapter", "required": ["id", "name", "name_transliterated", "name_translated", "verses_count", "chapter_number", "name_meaning", "chapter_summary"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "name": {"title": "Name", "type": "string"}, "name_transliterated": {"title": "Na... |
28ddba87-ce7a-499a-97ce-75d63f23e108/be5ad49f-7351-48df-871e-27f63e6042d5/0/0 | Bhagavad Gita | Bhagavad Gita API is an open-source REST API that lets anyone use the text from Srimad Bhagavad Gita in their own web or mobile application(s). | 9.6 | Get all verses from a particular chapter | Get information, translations and commentaries for all the verses of a specific chapter in the Bhagavad Gita. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
28ddba87-ce7a-499a-97ce-75d63f23e108/782f6e8a-df8c-452d-a838-68b0fecdcb36/0/0 | Bhagavad Gita | Bhagavad Gita API is an open-source REST API that lets anyone use the text from Srimad Bhagavad Gita in their own web or mobile application(s). | 9.6 | Get a particular verse | Get information, translations and commentaries from a particular verse in the Bhagavad Gita. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
d78601df-be71-4921-94cb-0fe74d0e8a48/16e503ec-0805-4749-9347-2d6905f2693a/0/0 | Game of Thrones Audio Book | An API showing audiobooks of all game of thrones books | null | Get all game of thrones audiobooks of a specific book | Get all game of thrones audiobooks of a specific book | 200 | New Example | [{"title": "001.mp3", "url": "//m3.audiokniga.club/audio/jrtA2sSsOZDUanWHpe2r8g/1642596056/uploads/books_eng/book16/eng/reader407/128/001.mp3"}, {"title": "002.mp3", "url": "//m3.audiokniga.club/audio/HSUBesa4D3I6SV5XM0I25A/1642596056/uploads/books_eng/book16/eng/reader407/128/002.mp3"}, {"title": "003.mp3", "url": "//... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}} |
d7b3176e-9ef6-4ae3-bd08-2e36f8e3b0b7/04b958cb-2900-40d3-bff6-8bedf907e560/0/0 | Tech Exams | Tech Exams offers flexible, affordable and the most up to date test banks for self-study training and exam creation. Practice exams for CompTIA, and coming soon, Microsoft, EC-Council, SANS, PMI, ISC2, CISCO, ISACA, CITRIX, ITIL, VMware, Juniper. | 8.4 | getQuestionsandAnswers | Returns all multiple choice and true or false questions with answers and feedback. | 200 | Response | {"status": "success", "data": [{"questionId": 1, "typeDescription": "MultipleChoice", "questionDescription": "A penetration tester has compromised a Windows server and is attempting to achieve persistence. Which of the following would achieve that goal?", "exam": "PT0-001, PT0-002", "tags": null, "feedback": null, "cho... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"questionId": {"type": "integer"}, "typeDescription": {"type": "string"}, "questionDescription": {"type": "string"}, "exam": {"type": "string"... |
d7b3176e-9ef6-4ae3-bd08-2e36f8e3b0b7/2dcdb688-d5d2-466c-b34b-1f631d6d18fe/0/0 | Tech Exams | Tech Exams offers flexible, affordable and the most up to date test banks for self-study training and exam creation. Practice exams for CompTIA, and coming soon, Microsoft, EC-Council, SANS, PMI, ISC2, CISCO, ISACA, CITRIX, ITIL, VMware, Juniper. | 8.4 | getQuestionsByExam | Get exam questions by exam | 200 | Response | {"status": "success", "data": [{"questionId": 1, "typeDescription": "MultipleChoice", "questionDescription": "A penetration tester has compromised a Windows server and is attempting to achieve persistence. Which of the following would achieve that goal?", "exam": "PT0-001, PT0-002", "tags": null, "choices": [{"choiceId... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"questionId": {"type": "integer"}, "typeDescription": {"type": "string"}, "questionDescription": {"type": "string"}, "exam": {"type": "string"... |
d7b3176e-9ef6-4ae3-bd08-2e36f8e3b0b7/5b2fffbf-109e-4642-b098-abfe261bcdfa/0/0 | Tech Exams | Tech Exams offers flexible, affordable and the most up to date test banks for self-study training and exam creation. Practice exams for CompTIA, and coming soon, Microsoft, EC-Council, SANS, PMI, ISC2, CISCO, ISACA, CITRIX, ITIL, VMware, Juniper. | 8.4 | / | Get a list of all multiple choice and true or false questions. | 200 | Response | {"status": "success", "data": [{"questionId": 1, "typeDescription": "MultipleChoice", "questionDescription": "A penetration tester has compromised a Windows server and is attempting to achieve persistence. Which of the following would achieve that goal?", "exam": "PT0-001, PT0-002", "tags": null, "choices": [{"choiceId... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"questionId": {"type": "integer"}, "typeDescription": {"type": "string"}, "questionDescription": {"type": "string"}, "exam": {"type": "string"... |
d7b3176e-9ef6-4ae3-bd08-2e36f8e3b0b7/c7c2762c-6b74-4803-bd49-cc0a57fa2b79/0/0 | Tech Exams | Tech Exams offers flexible, affordable and the most up to date test banks for self-study training and exam creation. Practice exams for CompTIA, and coming soon, Microsoft, EC-Council, SANS, PMI, ISC2, CISCO, ISACA, CITRIX, ITIL, VMware, Juniper. | 8.4 | getOneQuestionWithAnswers | Get a specific question and corresponding answers | 200 | Response | {"status": "success", "data": [{"questionId": 1028, "typeDescription": "MultipleChoice", "questionDescription": "An engineer, who is conducting a penetration test for a web application, discovers the user login process sends from field data using the HTTP GET method. To mitigate the risk of exposing sensitive informati... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"questionId": {"type": "integer"}, "typeDescription": {"type": "string"}, "questionDescription": {"type": "string"}, "exam": {"type": "string"... |
35ea4583-780f-4525-93ac-b54298061bee/def22163-067f-4a09-b702-e9d965664b54/0/0 | Mushrooms Live | An API with a variety of great information/sources of mushrooms. | null | Receive Particular Info From Various Websites | Get different information/articles/research about mushrooms from specific websites. | 200 | New Example | [{"title": "Colorado State University - Food Source Information - Mushroom", "url": "https://britanicca.com/science/mushroomhttps://fsi.colostate.edu/mushrooms/", "source": "britannica"}, {"title": "Cleveland Clinic - 7 Impressive Reasons To Eat Mushrooms", "url": "https://britanicca.com/science/mushroomhttps://health.... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
5a267634-e85e-4bdf-a406-a51981cbfd93/3d4cb260-594e-47ea-aedd-b47eeed9d2de/1/0 | Chemical Configurations | This is an API that provides you with the electron configuration of any chemical element passed to it. | null | predict_predit__post | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... | |
12e157e1-084d-478c-880b-f9659ec430cf/68702646-ec4c-4e63-81bf-04da14249c75/0/0 | MisemoHub | This API serves as a central hub or repository for Swahili proverbs and their meaning, | 0.1 | Get Proverbs by Keywords | Retrieve proverbs by searching with keyword | 200 | Response | [{"_id": "64a1a7e144e29dd54848fa54", "Swahili": "Mwenda pole hajikwai", "English": "he one who walks slowly doesn't stumble.", "Maana": "Misemo hii inashauri kutembea kwa taratibu ili kuepuka kufanya makosa au kukabiliana na vikwazo", "Matumizi": " It emphasizes the importance of patience and carefulness in various asp... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "Swahili": {"type": "string"}, "English": {"type": "string"}, "Maana": {"type": "string"}, "Matumizi": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}... |
12e157e1-084d-478c-880b-f9659ec430cf/84c0bc2a-ecb9-471a-bf69-6733c08120c6/0/0 | MisemoHub | This API serves as a central hub or repository for Swahili proverbs and their meaning, | 0.1 | Get Random Proverbs | Get Random Proverbs | 200 | Response | [{"_id": "64a1dbb3d114eb308abf1943", "Swahili": "Mwenda pole hajikwai", "English": "he one who walks slowly doesn't stumble.", "Maana": "Misemo hii inashauri kutembea kwa taratibu ili kuepuka kufanya makosa au kukabiliana na vikwazo", "Matumizi": " It emphasizes the importance of patience and carefulness in various asp... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "Swahili": {"type": "string"}, "English": {"type": "string"}, "Maana": {"type": "string"}, "Matumizi": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}... |
c3529601-5730-4eff-acc6-59b976f1a434/0fc662ca-573a-4584-ac7d-7c95dd1c178e/0/0 | Exámenes DGT | API para descargar tests desde la web oficial de la DGT | 5.6 | Examen | Devuelve un examen aleatorio | 200 | Response | {"id": 20552, "codTipoCuest": "B", "idIdioma": 1, "preguntas": [{"id": 495211, "urlImagen": "/IMAGENES/Imagenblanca.jpg", "idPreguntaCuest": 2640, "enunciado": "En una v\u00eda interurbana de doble sentido y tres carriles separados por l\u00edneas discontinuas, \u00bfd\u00f3nde se situar\u00e1 el conductor de un turism... | {"type": "object", "properties": {"id": {"type": "integer"}, "codTipoCuest": {"type": "string"}, "idIdioma": {"type": "integer"}, "preguntas": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "urlImagen": {"type": "string"}, "idPreguntaCuest": {"type": "integer"}, "enunciado": {"t... |
5f730676-31d8-4d69-affa-142693a29f79/bfed8984-7dc7-4940-a691-b71d2885ed1a/0/0 | Dictionary Data API | A concise linguistic resource delivering pronunciation, definition, part of speech, and example usage for words via a single GET endpoint. Enrich your applications with accurate language insights. | 9.2 | GetDefinition | This is used to retrieve definition, pronunciation and example usages of any word | 200 | Example_1 | {"word": "dance", "pronunciation": "https://static.sfdict.com/audio/D00/D0028900.mp3", "meaning": [{"tag": "verb (used without object),", "values": ["to move one's feet or body, or both, rhythmically in a pattern of steps, especially to the accompaniment of music.", "to leap, skip, etc., as from excitement or emotion; ... | {"type": "object", "properties": {"word": {"type": "string"}, "pronunciation": {"type": "string"}, "meaning": {"type": "array", "items": {"type": "object", "properties": {"tag": {"type": "string"}, "values": {"type": "array", "items": {"type": "string"}}}}}}} |
b814e2fa-ab72-42eb-ba43-8320eca16b1d/cd23bf14-7ee7-4e03-9fd5-d6797b34fbad/0/0 | Dinosaur API | An api for dinosaurs and dinosaur lovers | 6.8 | dinosaur random facts | Returns a random fact about dinosaurs | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
b814e2fa-ab72-42eb-ba43-8320eca16b1d/b1962352-1d51-48c4-9012-ff22bd5efa03/0/0 | Dinosaur API | An api for dinosaurs and dinosaur lovers | 6.8 | Dinosaurs by Era | Will return a list of dinosaurs based on their era. You can use triassic, jurassic or cretaceous. | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
b814e2fa-ab72-42eb-ba43-8320eca16b1d/316bda73-c782-4fef-b0cf-38add0906a71/0/0 | Dinosaur API | An api for dinosaurs and dinosaur lovers | 6.8 | Get dinosaur | Will retrieve a single dinosaur based on its id | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
e45c0e85-eecc-49bf-82d3-56f498ce6262/ce9bfb06-e7c4-4956-8560-6926556a57aa/0/0 | japanese alphabet | The Japanese alphabet API is used to get the Japanese alphabets characters | 7.2 | get language characters |
all: characters from hiragana, katakana and combinations
fullhiragana: All hiragana characters
hiragana: Base hiragana characters
-hiraganacombinations: hiragana combinations characters
-fullkatakana: All katakana characters
-katakana: Base katakana characters
-katakanacombinations: katakana combinations characters
| 200 | New Example | {"status": 200, "message": "Success", "data": [{"name": "hiragana", "content": [{"japanese": "\u3042", "romaji": "a", "examples": [{"japanese": "\u3042\u308a\u304c\u3068\u3046 \u3054\u3056\u3044\u307e\u3059", "romaji": "Arigatou gozaimasu", "meaning": "Thank you"}, {"japanese": "\u3042\u306a\u305f", "romaji": "Anata", ... | {"type": "object", "properties": {"0": {"type": "object", "properties": {"name": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "properties": {"japanese": {"type": "string"}, "romaji": {"type": "string"}, "examples": {"type": "array", "items": {"type": "object", "properties": {"japanese": ... |
828a8c45-ff53-4f6c-881c-b5041cb90cc1/09b2dfa0-731c-4612-aca5-b05c1b7fbdce/0/0 | Simple Rest Faker | Faking simple objects and lists with java faker. | null | generateFakeList | Generating a list with simple fake objects. As key you can pass the property of the object and the value is the faking function from the java faker library. The size in the url is the amount of generated objects. | 200 | Address | [{"firstName": "Anitra", "lastName": "Heller", "phone": "(941) 904-1988", "language": "Swedish", "job": "Sales Strategist", "email": "ester.tillman@hotmail.com"}, {"firstName": "Philip", "lastName": "Funk", "phone": "339-463-5355 x5316", "language": "French", "job": "IT Developer", "email": "augustus.greenholt@yahoo.co... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "phone": {"type": "string"}, "language": {"type": "string"}, "job": {"type": "string"}, "email": {"type": "string"}}, "required": ["email", "firstNam... |
828a8c45-ff53-4f6c-881c-b5041cb90cc1/09b2dfa0-731c-4612-aca5-b05c1b7fbdce/0/1 | Simple Rest Faker | Faking simple objects and lists with java faker. | null | generateFakeList | Generating a list with simple fake objects. As key you can pass the property of the object and the value is the faking function from the java faker library. The size in the url is the amount of generated objects. | 200 | Person | {"firstName": "name.firstName", "lastName": "name.lastName", "language": "nation.language", "job": "job.title", "phone": "phoneNumber.phoneNumber", "email": "internet.emailAddress"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "language": {"type": "string"}, "job": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}}, "required": ["email", "firstName", "job", "language", "las... |
828a8c45-ff53-4f6c-881c-b5041cb90cc1/5fdd0417-398f-4566-a16b-ea38ca6dacf2/0/0 | Simple Rest Faker | Faking simple objects and lists with java faker. | null | generateFakeObject | Generating a simple fake object. As key you can pass the property of the object and the value is the faking function from the java faker library | 200 | Address | {"zip": "23993-6915", "country": "Guinea-Bissau", "city": "Selenaside", "street": "Prince Roads", "streetNr": "547", "latitude": "4.3467232", "state": "Wyoming", "longitude": "-60.059281"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"zip": {"type": "string"}, "country": {"type": "string"}, "city": {"type": "string"}, "street": {"type": "string"}, "streetNr": {"type": "string"}, "latitude": {"type": "string"}, "state": {"type": "string"}, "longitude": {"type": "string"}}... |
828a8c45-ff53-4f6c-881c-b5041cb90cc1/5fdd0417-398f-4566-a16b-ea38ca6dacf2/0/1 | Simple Rest Faker | Faking simple objects and lists with java faker. | null | generateFakeObject | Generating a simple fake object. As key you can pass the property of the object and the value is the faking function from the java faker library | 200 | Person | {"firstName": "Felicita", "lastName": "Balistreri", "phone": "605.809.7358 x264", "language": "English", "job": "Government Manager", "email": "beau.botsford@gmail.com"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "phone": {"type": "string"}, "language": {"type": "string"}, "job": {"type": "string"}, "email": {"type": "string"}}, "required": ["email", "firstName", "job", "language", "las... |
f1817f05-fe45-4a8a-a941-a1ef05111448/6b5efa8e-c172-4d21-8193-007bfb32d4f9/0/0 | Hello World | RapidAPI Hello world | null | Get All Results | Get All Results | 200 | New Example | [{"title": "What is climate change? The evidence and solutions explained in charts", "url": "https://www.thetimes.co.uk/article/what-is-climate-change-the-evidence-and-solutions-explained-in-charts-jtrqp0v0j", "source": "thetimes"}, {"title": "20 things you can do right now to stop climate change", "url": "https://www.... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
4361e7d4-cac4-4d62-987c-3816d7c77075/1d5880ab-7b02-4c61-b2c3-a6b60a31f5d7/0/0 | Country Facts | null | 8 | Oceania Countries | Get all Oceania countries and facts about them | 200 | Response | [{"name": {"common": "Australia", "official": "Commonwealth of Australia", "native": {"eng": {"official": "Commonwealth of Australia", "common": "Australia"}}}, "tld": [".au"], "cca2": "AU", "ccn3": "036", "cca3": "AUS", "cioc": "AUS", "independent": true, "status": "officially-assigned", "unMember": true, "currencies"... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "native": {"type": "object", "properties": {"eng": {"type": "object", "properties": {"official": {"type": "str... |
5350d9db-69d7-46ed-92c5-3fc06ca7cc20/c6720156-aa7a-4981-8a46-7cc2369d91d8/0/0 | siiau-api | Quickly consume data from the SIIAU system | null | Get payment order | Retrieves the payment order information of the student | 200 | New Example | {"payments": [{"account": "string", "concept": "string", "description": "string", "date": "string", "expirationDate": "string", "amount": "string"}], "total": "string"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"payments": {"type": "array", "items": {"type": "object", "properties": {"account": {"type": "string"}, "concept": {"type": "string"}, "description": {"type": "string"}, "date": {"type": "string"}, "expirationDate": {"type": "string"}, "amou... |
5350d9db-69d7-46ed-92c5-3fc06ca7cc20/9101757d-4550-4a26-82e7-749845ddb88a/0/0 | siiau-api | Quickly consume data from the SIIAU system | null | Get schedule | Retrieves the schedule of the student from some calendar if specifed. If no calendar passed, then return the last calendar schedule | 200 | New Example | [{"nrc": "string", "subjectId": "string", "subject": "string", "section": "string", "credits": "string", "schedules": [{"timePeriod": "string", "days": "string", "daysKeys": ["string", "string"], "building": "string", "classroom": "string", "teacher": "string", "dateOfStart": "string", "dateOfEnd": "string"}]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"nrc": {"type": "string"}, "subjectId": {"type": "string"}, "subject": {"type": "string"}, "section": {"type": "string"}, "credits": {"type": "string"}, "schedules": {"type": "array", "items": {"type": "object", "p... |
5350d9db-69d7-46ed-92c5-3fc06ca7cc20/eb6637d0-b562-44ae-9ac0-dc0c61047a01/0/0 | siiau-api | Quickly consume data from the SIIAU system | null | Get admission | Retrieves the admission information of the student | 200 | New Example | [{"calendar": "string", "schoolOfOrigin": "string", "admissionType": "string", "gpaSchoolOfOrigin": "string", "admissionTestScore": "string", "admissionScore": "string", "personalContribution": "string", "career": "string"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"calendar": {"type": "string"}, "schoolOfOrigin": {"type": "string"}, "admissionType": {"type": "string"}, "gpaSchoolOfOrigin": {"type": "string"}, "admissionTestScore": {"type": "string"}, "admissionScore": {"type... |
5350d9db-69d7-46ed-92c5-3fc06ca7cc20/ae4581ce-a96a-46c5-b31b-0b66b3f9ea0c/0/0 | siiau-api | Quickly consume data from the SIIAU system | null | Get credits information | Retrieves the credits information about the student | 200 | New Example | {"required": "string", "aquired": "string", "left": "string", "mandatorySpecializedSubject": {"required": "string", "aquired": "string", "left": "string"}, "selectiveSpecializedSubject": {"required": "string", "aquired": "string", "left": "string"}, "electiveSubject": {"required": "string", "aquired": "string", "left":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"required": {"type": "string"}, "aquired": {"type": "string"}, "left": {"type": "string"}, "mandatorySpecializedSubject": {"type": "object", "properties": {"required": {"type": "string"}, "aquired": {"type": "string"}, "left": {"type": "stri... |
5350d9db-69d7-46ed-92c5-3fc06ca7cc20/3a3e8e11-d118-4967-b78f-9ee0ad948cb1/0/0 | siiau-api | Quickly consume data from the SIIAU system | null | Get grades/kardex | Retrieves the grades per subject of the student from some calendar if specifed. Alternatively you can use the kardex endpoint, will produce the same output. | 200 | New Example | [{"calendar": "string", "grades": [{"nrc": "string", "subjectId": "string", "subject": "string", "grade": "string", "type": "string", "credits": "string", "date": "string", "extra": {"type": "string", "grade": "string", "credits": "string", "date": "string"}}]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"calendar": {"type": "string"}, "grades": {"type": "array", "items": {"type": "object", "properties": {"nrc": {"type": "string"}, "subjectId": {"type": "string"}, "subject": {"type": "string"}, "grade": {"type": "s... |
5350d9db-69d7-46ed-92c5-3fc06ca7cc20/41923e37-bb8e-4d08-b790-0ec2ede18bcd/0/0 | siiau-api | Quickly consume data from the SIIAU system | null | Get student progress | Retrieves the progress of the student by Semester-Calendar/Career/Campus | 200 | New Example | {"semesters": [{"calendar": "string", "admission": "string", "career": "string", "campus": "string", "campusAlt": "string", "gpa": "string", "credits": "string", "percentage": "string"}], "total": {"gpa": "string", "credits": "string", "percentage": "string"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"semesters": {"type": "array", "items": {"type": "object", "properties": {"calendar": {"type": "string"}, "admission": {"type": "string"}, "career": {"type": "string"}, "campus": {"type": "string"}, "campusAlt": {"type": "string"}, "gpa": {"... |
5350d9db-69d7-46ed-92c5-3fc06ca7cc20/8fe7e4ec-55de-4d33-85a3-6a14c64d13d4/0/0 | siiau-api | Quickly consume data from the SIIAU system | null | Get student information | Retrieves the general information about the student | 200 | StudentInfo | {"code": "string", "name": "string", "campus": "string", "career": "string", "degree": "string", "status": "string", "location": "string", "lastCalendar": "string", "admissionDate": "string"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "campus": {"type": "string"}, "career": {"type": "string"}, "degree": {"type": "string"}, "status": {"type": "string"}, "location": {"type": "string"}, "lastCalendar": {"type": "string"... |
c6681c47-682f-49ba-aae5-84eef01e431e/a5847d9c-d5a2-4702-bc80-4c7f063fe871/0/0 | Contacts | Contacts API | null | contacts | Returns contacts | 200 | sample | {"contacts": [{"contact_id": 1, "full_name": "Jack Harrison", "phone": "033343"}, {"contact_id": 2, "full_name": "John Doe", "phone": "0335454"}, {"contact_id": 3, "full_name": "Jane Doe", "phone": "066664"}, {"contact_id": 4, "full_name": "Mattew Weier O'Phienny", "phone": "099993"}, {"contact_id": 5, "full_name": "Ch... | {"contacts": [{"contact_id": 1, "full_name": "Jack Harrison", "phone": "033343"}, {"contact_id": 2, "full_name": "John Doe", "phone": "0335454"}, {"contact_id": 3, "full_name": "Jane Doe", "phone": "066664"}, {"contact_id": 4, "full_name": "Mattew Weier O'Phienny", "phone": "099993"}, {"contact_id": 5, "full_name": "Ch... |
c440daeb-4698-4c0f-8103-e3d3b1a02ac6/9385d413-3955-4562-9fac-5b521170b614/0/0 | createuserApi | Hey new programmers who has started web develoment may be you are learing front-end development may be you are learning back-end development or full-stack developemnt you will heard name of API. Now what is API? Api stands for Application programming interface with the help of api you can send the data, receive the dat... | 0.1 | update user | This iwll update one user | 200 | New Example | {"name": "mahesh", "email": "a@gmail.com", "address": "road number2", "number": "123", "about": "I am a programmer"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "address": {"type": "string"}, "number": {"type": "string"}, "about": {"type": "string"}}, "required": ["about", "address", "email", "name", "number"]} |
c440daeb-4698-4c0f-8103-e3d3b1a02ac6/226dbc2b-10c2-4866-8ded-a14372cafc92/0/0 | createuserApi | Hey new programmers who has started web develoment may be you are learing front-end development may be you are learning back-end development or full-stack developemnt you will heard name of API. Now what is API? Api stands for Application programming interface with the help of api you can send the data, receive the dat... | 0.1 | get home page | This endpointis just for testing the home page | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
943851b3-92a7-45ab-a18d-79dcf2d106de/bc6c587a-3310-45d3-ae7b-426c311eda02/0/0 | TED Talks API | Get TED talks based on multiple different parameters and filtering options, from the speaker, topic, talk duration, and more. | 7.9 | getTalks | Get info about specific talks based on the provided parameters | 200 | Response | {"get": "talks", "parameters": [{"name": "speaker", "value": "yuval_noah_harari"}, {"name": "min_duration", "value": "300"}, {"name": "subtitle_lang", "value": "he"}, {"name": "audio_lang", "value": "en"}, {"name": "from_record_date", "value": "2017-01-01"}, {"name": "topic", "value": "politics"}], "errors": [], "resul... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "errors": {"type": "array"}, "result": {"type": ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.