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 |
|---|---|---|---|---|---|---|---|---|---|
3679c142-91ea-4bb1-b49c-1a984f58287a/5565c0c4-a624-4322-8255-595473865e38/0/0 | WMS | WMS | 0.1 | patch-orders-orderId-slot-deliverySlotId | Update delivery slot for a given order id (restricted to the owner order or employee) | 201 | null | {"success": true} | {"type": "object", "properties": {"success": {"type": "boolean"}}} |
3679c142-91ea-4bb1-b49c-1a984f58287a/fc34b565-66fe-46e5-8cc0-7490f4422405/0/0 | WMS | WMS | 0.1 | get-supplier_filtered_comments_id | Get all Suppliers comments filter by supplier id. | 200 | null | {"@context": "string", "@id": "string", "@type": "string", "hydra:member": [{"@id": "string", "@type": "string", "id": 0, "supplier": "string", "comment": "string", "createdAt": "string", "updatedAt": "string", "employee": {"@id": "string", "@type": "string", "id": 0, "fullName": "string"}}], "hydra:totalItems": 0, "hy... | {"type": "object", "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "hydra:member": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "supplier": {"type": "string"}, "comme... |
3679c142-91ea-4bb1-b49c-1a984f58287a/ee7c9d59-4055-4248-b3ff-9d3f89ab747d/0/0 | WMS | WMS | 0.1 | get-supplier_payment_terms_id | one supplier payment term by id | 200 | null | {"@context": "string", "@id": "string", "@type": "string"} | {"type": "object", "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}}, "x-examples": {"example-1": {"@context": "/api/contexts/SupplierPaymentTerm", "@id": "/api/supplier_payment_terms/1", "@type": "SupplierPaymentTerm"}}} |
3679c142-91ea-4bb1-b49c-1a984f58287a/f419edff-4ec0-40a2-a84b-8a167e16cc56/0/0 | WMS | WMS | 0.1 | get-products-id | Get products list from the supplier order. | 200 | null | {"@context": "string", "@id": "string", "@type": "string", "id": 0, "warehouse": {"@id": "string", "@type": "string", "id": 0, "name": "string", "organization": {"@id": "string", "@type": "string", "id": 0, "name": "string"}}, "supplier": {"@id": "string", "@type": "string", "id": 0, "name": "string", "organization": {... | {"type": "object", "x-examples": {"example-1": {"@context": "string", "@id": "string", "@type": "string", "id": 0, "warehouse": {"@id": "string", "@type": "string", "id": 0, "name": "string", "organization": {"@id": "string", "@type": "string", "id": 0, "name": "string"}}, "supplier": {"@id": "string", "@type": "string... |
3679c142-91ea-4bb1-b49c-1a984f58287a/de85c920-664d-4de3-8f06-1760004f84ec/0/0 | WMS | WMS | 0.1 | get-supplier_payment_terms | Suppliers payment terms list. | 200 | null | {"@context": "string", "@id": "string", "@type": "string", "hydra:member": [{"@id": "string", "@type": "string"}], "hydra:totalItems": 0, "hydra:search": {"@type": "string", "hydra:template": "string", "hydra:variableRepresentation": "string", "hydra:mapping": [{"@type": "string", "variable": "string", "property": "str... | {"type": "object", "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "hydra:member": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}}}}, "hydra:totalItems": {"type": "integer"}, "hydra:search": {"typ... |
3679c142-91ea-4bb1-b49c-1a984f58287a/845ce093-d872-4b10-bf85-3b473f0091df/0/0 | WMS | WMS | 0.1 | get-supplier_orders-id | Get purchase order details. | 200 | null | {"@context": "string", "@id": "string", "@type": "string", "id": 0, "warehouse": {"@id": "string", "@type": "string", "id": 0, "name": "string", "organization": {"@id": "string", "@type": "string", "id": 0, "name": "string"}}, "supplier": {"@id": "string", "@type": "string", "id": 0, "name": "string", "organization": {... | {"type": "object", "x-examples": {"example-1": {"@context": "/api/contexts/SupplierOrder", "@id": "/api/supplier_orders/2717", "@type": "SupplierOrder", "id": 2717, "warehouse": {"@id": "/api/warehouses/1", "@type": "Warehouse", "id": 1, "name": "Lille", "organization": {"@id": "/api/organizations/1", "@type": "Organiz... |
3679c142-91ea-4bb1-b49c-1a984f58287a/4e3aed14-9484-4be4-baaf-f3dc16cd3380/0/0 | WMS | WMS | 0.1 | get-order_refunds | By default this endpoint retrieve all order refunds except those with a deleted status.
Some filters are available | 200 | null | {"id": 0, "order": {"@id": "string", "@type": "string", "id": 0, "shop": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "customer": {"@id": "string", "@type": "string", "fullName": "string", "lastOrderId": 0}, "token": "string", "orderRefundStatus": {"@id": "string", "@type": "string", "id": 0, "name"... | {"type": "object", "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}}, "x-examples": {"example-1": {"@context": "/api/contexts/OrderRefund", "@id": "/api/order_refunds", "@type": "hydra:Collection", "hydra:member": [{"@id": "/api/order_refunds/11306", "@type": "OrderR... |
3679c142-91ea-4bb1-b49c-1a984f58287a/d45c6828-c0c3-4d02-beff-af4dcf420d7d/0/0 | WMS | WMS | 0.1 | get_product_purchase_detail_id | get product purchase details | 200 | null | {"@context": "string", "@id": "string", "@type": "string", "id": 0, "supplierOrder": {"@id": "string", "@type": "string", "id": 0}, "product": {"@id": "string", "@type": "string", "id": 0, "isPackPrepackaged": true, "volume": 0, "isKeg": true, "isPack": true, "name": "string", "thumbnail": "string", "hasBestBeforeDate"... | {"type": "object", "x-examples": {"example-1": {"@context": "string", "@id": "string", "@type": "string", "id": 0, "supplierOrder": {"@id": "string", "@type": "string", "id": 0}, "product": {"@id": "string", "@type": "string", "id": 0, "isPackPrepackaged": true, "volume": 0, "isKeg": true, "isPack": true, "name": "stri... |
0cbfb99f-9b54-4ab9-9671-8e99ebe03f49/2e9d1f64-6718-42c7-9fd6-88933fb01c00/0/0 | Authenticalls | Authenticalls is the 2FA Flash Call industry leader, with 100% coverage and 100% Flash Call delivery | null | Validate Flashcall | After receving a call you need to validate the Flashcall using the phone number the call was received from | 200 | null | {"error": true, "isValid": true} | {"type": "object", "properties": {"error": {"type": "boolean"}, "isValid": {"type": "boolean"}}, "description": "ok"} |
0cbfb99f-9b54-4ab9-9671-8e99ebe03f49/aa5d448d-44d4-46a2-9f80-2c6b440d0c84/0/0 | Authenticalls | Authenticalls is the 2FA Flash Call industry leader, with 100% coverage and 100% Flash Call delivery | null | Retrieve Flashcall metadata | Receive metadata about requested Flashcall | 200 | Example_1 | {"error": true, "data": {"id": 0, "verification_code": "", "is_generated": true, "is_matched": true, "network_mccmnc": "", "network_name": "", "country": "", "is_validated": true, "generated_at": "", "matched_at": "", "validated_at": "", "created_at": ""}} | {"type": "object", "properties": {"error": {"type": "boolean"}, "data": {"type": "object", "properties": {"id": {"type": "integer", "description": "Flashcall Id", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "verification_code": {"type": "string", "description": "Verification code used for authent... |
0cbfb99f-9b54-4ab9-9671-8e99ebe03f49/aa5d448d-44d4-46a2-9f80-2c6b440d0c84/1/0 | Authenticalls | Authenticalls is the 2FA Flash Call industry leader, with 100% coverage and 100% Flash Call delivery | null | Retrieve Flashcall metadata | Receive metadata about requested Flashcall | 404 | Example_1 | {"error": true, "message": ""} | {"type": "object", "properties": {"error": {"type": "boolean", "default": true}, "message": {"type": "string"}}} |
0cbfb99f-9b54-4ab9-9671-8e99ebe03f49/79acc687-7cd0-4552-8de4-80d69e330d6c/0/0 | Authenticalls | Authenticalls is the 2FA Flash Call industry leader, with 100% coverage and 100% Flash Call delivery | null | Generate Flashcall | You need to input the phone number you need verification for. | 200 | null | {"error": true, "flashcallId": 0, "is_generated": true, "human_readable": "", "generated_at": ""} | {"type": "object", "properties": {"error": {"type": "boolean"}, "flashcallId": {"type": "integer", "description": "Id of generated Flashcall", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "is_generated": {"type": "boolean"}, "human_readable": {"type": "string", "description": "Example of Phone num... |
b0fd8daa-b2c4-44ff-9a99-f3d2d9739d77/c74f9b76-f027-4125-a3a4-2d32b126451d/0/0 | RakutenSupportDefaultTeam | RのSupportテストです。 | null | Search | Search Items | 401 | Response | {"error": "invalid_token", "error_description": "specify valid access token"} | {"properties": {"error": {"type": "string"}, "error_description": {"type": "string"}}, "type": "object"} |
5755a702-7430-455e-88d5-d6157cb4e126/60c7d2c0-d3f2-4443-acc0-86842ad3748c/0/0 | IP Conversion | This api can be used to convert from ipv4 address to ipv4-mapped-ipv6 address and from ipv4-mapped-ipv6 address to ipv4 address | 5.3 | ipv4 to ipv4-mapped-ipv6 | This request is used to convert from ipv4 address to ipv4-mapped-ipv6 address.
Maximum length of ipv4 addresses that are allowed is 50 | 200 | ipv4 convert to ipv4-mapped-ipv6 | [{"success": false, "ipv4": "0.0.0.0.0:ffff:0856:2A69", "ipv4MappedIpv6": "ipv4 address is invalid"}, {"success": true, "ipv4": "8.8.8.8", "ipv4MappedIpv6": {"ipv6Compressed": "::ffff:0808:0808", "ipv6ExpandedShort": "0.0.0.0.0:ffff:0808:0808", "ipv6Expanded": "0000.0000.0000.0000.0000:ffff:0808:0808"}}, {"success": tr... | {"type": "array", "items": {"type": "object"}} |
5755a702-7430-455e-88d5-d6157cb4e126/7f0ecc17-bf14-4470-b0dd-bb3ba41e3e5d/0/0 | IP Conversion | This api can be used to convert from ipv4 address to ipv4-mapped-ipv6 address and from ipv4-mapped-ipv6 address to ipv4 address | 5.3 | ipv4-mapped-ipv6 to ipv4 | This request is used to convert from ipv4-mapped-ipv6 address to ipv4 address
Maximum length of ipv4-mapped-ipv6 addresses that are allowed is 50 | 200 | ipv4-mapped-ipv6 convert to ipv4 | [{"success": false, "ipv4MappedIpv6": "2001:db8:0:1:1:1:1:1", "ipv4": "ipv6 address is not ipv4 mapped ipv6"}, {"success": false, "ipv4MappedIpv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334", "ipv4": "ipv6 address is not ipv4 mapped ipv6"}, {"success": false, "ipv4MappedIpv6": "::1", "ipv4": "ipv6 address is not ipv4 ma... | {"type": "array", "items": {"type": "object", "properties": {"success": {"type": "boolean"}, "ipv4MappedIpv6": {"type": "string"}, "ipv4": {"type": "string"}}}} |
cab93c8d-5e72-467c-9c29-96e655cec7e7/826dc34b-c23f-426e-a212-995915dbe131/0/0 | Fake Users | This API provides a list of fake users. | 0 | Get all users | This endpoint returns all users | 200 | Response | [{"email": "melissa.fleming@example.com", "phone_number": "0740-304-475", "location": {"street": "3655 manchester road", "city": "winchester", "state": "berkshire", "postcode": "YB2 8EJ"}, "first_name": "melissa", "last_name": "fleming"}, {"email": "christoffer.christiansen@example.com", "phone_number": "05761325", "lo... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "phone_number": {"type": "string"}, "location": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postcode": {"ty... |
e1f5314b-e1fb-4775-830b-5001687fd9c5/23153104-9429-466f-930e-1546fc358edc/0/0 | Test | API for testing Rapid API features | null | JSON RPC boolean format | JSON RPC response format with single field of type boolean | 200 | New Example | {"jsonrpc": "2.0", "result": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"jsonrpc": {"type": "string"}, "result": {"type": "boolean"}}, "required": ["jsonrpc", "result"]} |
706a6329-dc94-4909-9b31-708b2114a4ba/aabbe45a-dfe5-4c1a-a7b9-1b91a3aa8018/0/0 | OpenSea NFT Metadata | Get NFT Metadata from OpenSea by providing the URL / Link. | null | Fetch Metadata | Fetch the Metadata from OpenSea | 200 | New Example | {"image": "ipfs://QmZwfgoWzTqo7c13A63XjcWcw3tJUEksfHiUbikgeUDvEt", "attributes": [{"trait_type": "Mouth", "value": "Dumbfounded"}, {"trait_type": "Hat", "value": "Safari"}, {"trait_type": "Eyes", "value": "Closed"}, {"trait_type": "Fur", "value": "Golden Brown"}, {"trait_type": "Background", "value": "Blue"}, {"trait_t... | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}}}, "image": {"type": "string"}}} |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/bdcb85e8-406c-4cd7-b17c-1b9a972fcea9/0/0 | Falcon | Services for law firm automation | null | get_tracker_api_v1_trackers__tracker_id__get | 200 | null | {"id": "tracker-1", "name": "Client 20304 - Our Production", "user_name": "my@email.com", "documents": {}} | {"title": "Tracker", "required": ["name", "user_name"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "default": "054b8def-b256-4ea5-93cc-b11d7633645b"}, "name": {"title": "Name", "type": "string"}, "user_name": {"title": "User Name", "type": "string"}, "documents": {"title": "Documents", "ty... | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/bdcb85e8-406c-4cd7-b17c-1b9a972fcea9/1/0 | Falcon | Services for law firm automation | null | get_tracker_api_v1_trackers__tracker_id__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": {"anyOf": [{"type": "string"}, {"type": "inte... | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/d438daee-c829-4540-96aa-d0de02e85f13/0/0 | Falcon | Services for law firm automation | null | get_documents_api_v1_trackers__tracker_id__documents_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": {"anyOf": [{"type": "string"}, {"type": "inte... | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/d8dfe967-0634-4c01-b29f-0ed730cf4d26/0/0 | Falcon | Services for law firm automation | null | delete_tracker_api_v1_trackers__tracker_id__delete | 200 | null | {"message": "Document added", "id": "2876ce60-0f93-4548-8c2f-ac1014dd8697"} | {"title": "ResponseAndId", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "id": {"title": "Id", "type": "string"}}, "description": "Response model - For Responses that contain an ID field."} | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/d8dfe967-0634-4c01-b29f-0ed730cf4d26/2/0 | Falcon | Services for law firm automation | null | delete_tracker_api_v1_trackers__tracker_id__delete | 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... | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/69f459d1-1174-45c9-b2f9-42ce19105937/0/0 | Falcon | Services for law firm automation | null | root__get | 200 | null | {"message": "Falcon API Copyright (c) 2022, Thomas J. Daley, Esq. - Version 1.0.0"} | {"title": "Response", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}}, "description": "Response model - For Responses that do NOT contain an ID field."} | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/0c24cb23-1576-4ef8-88f8-0c719a973a17/0/0 | Falcon | Services for law firm automation | null | create_tracker_api_v1_trackers__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... | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/0c24cb23-1576-4ef8-88f8-0c719a973a17/1/0 | Falcon | Services for law firm automation | null | create_tracker_api_v1_trackers__post | 201 | null | {"message": "Document added", "id": "2876ce60-0f93-4548-8c2f-ac1014dd8697"} | {"title": "ResponseAndId", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "id": {"title": "Id", "type": "string"}}, "description": "Response model - For Responses that contain an ID field."} | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/8d69449b-88d1-434d-adab-d9bc179ea7f6/0/0 | Falcon | Services for law firm automation | null | delete_document_api_v1_trackers__tracker_id__documents__document_id__delete | 200 | null | {"message": "Document added", "id": "2876ce60-0f93-4548-8c2f-ac1014dd8697"} | {"title": "ResponseAndId", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "id": {"title": "Id", "type": "string"}}, "description": "Response model - For Responses that contain an ID field."} | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/8d69449b-88d1-434d-adab-d9bc179ea7f6/1/0 | Falcon | Services for law firm automation | null | delete_document_api_v1_trackers__tracker_id__documents__document_id__delete | 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... | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/055a51af-2e01-40e5-9c8e-084e156282a1/1/0 | Falcon | Services for law firm automation | null | add_document_to_tracker_api_v1_trackers__tracker_id__documents_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... | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/055a51af-2e01-40e5-9c8e-084e156282a1/2/0 | Falcon | Services for law firm automation | null | add_document_to_tracker_api_v1_trackers__tracker_id__documents_post | 201 | null | {"message": "Document added", "id": "2876ce60-0f93-4548-8c2f-ac1014dd8697"} | {"title": "ResponseAndId", "required": ["message"], "type": "object", "properties": {"message": {"title": "Message", "type": "string"}, "id": {"title": "Id", "type": "string"}}, "description": "Response model - For Responses that contain an ID field."} | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/8c5145fa-2a88-4fdd-9efb-41fa7ba53623/0/0 | Falcon | Services for law firm automation | null | get_document_api_v1_trackers__tracker_id__documents__document_id__get | 200 | null | {"id": "doc-1", "tracker_id": "tracker-1", "path": "C:\\Users\\my\\Documents\\Client 20304 - Our Production\\20304-OurProduction.pdf", "filename": "20304-OurProduction.pdf", "title": "20304-OurProduction", "create_date": "2020-04-01", "document_date": "2020-04-01", "beginning_bates": "TJD000001", "ending_bates": "TJD00... | {"title": "Document", "required": ["tracker_id", "path", "filename", "title", "create_date"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "default": "fdc57c12-939b-4ecd-ada9-372aad5e97bb"}, "tracker_id": {"title": "Tracker Id", "type": "string"}, "path": {"title": "Path", "type": "string"},... | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/8c5145fa-2a88-4fdd-9efb-41fa7ba53623/1/0 | Falcon | Services for law firm automation | null | get_document_api_v1_trackers__tracker_id__documents__document_id__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": {"anyOf": [{"type": "string"}, {"type": "inte... | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/4f20093e-2c22-407e-987d-801a5f5e10b1/1/0 | Falcon | Services for law firm automation | null | get_trackers_for_user_api_v1_trackers_user__user_name__get | 200 | null | [{"id": "054b8def-b256-4ea5-93cc-b11d7633645b", "name": "", "user_name": "", "documents": {}}] | {"title": "Response Get Trackers For User Api V1 Trackers User User Name Get", "type": "array", "items": {"title": "Tracker", "required": ["name", "user_name"], "type": "object", "properties": {"id": {"title": "Id", "type": "string", "default": "054b8def-b256-4ea5-93cc-b11d7633645b"}, "name": {"title": "Name", "type"... | |
d6bcf32e-935b-40b6-bf6d-6268b24e1446/4f20093e-2c22-407e-987d-801a5f5e10b1/2/0 | Falcon | Services for law firm automation | null | get_trackers_for_user_api_v1_trackers_user__user_name__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": {"anyOf": [{"type": "string"}, {"type": "inte... | |
47313cf3-2b10-4aff-bda6-7f4e25f2c181/a0067f06-3a29-47d4-b47c-edc2a552e871/0/0 | Air Quality Demo 1 | Created from RapidAPI for Mac | 0.2 | /v1/airquality | 200 | null | {"CO": {"concentration": 0, "aqi": 2}, "NO2": {"concentration": 0, "aqi": 14}, "O3": {"concentration": 0, "aqi": 93}, "SO2": {"concentration": 0, "aqi": 9}, "PM2.5": {"concentration": 0, "aqi": 13}, "PM10": {"concentration": 0, "aqi": 4}, "overall_aqi": 93} | {"type": "object", "properties": {"CO": {"type": "object", "properties": {"concentration": {"type": "number"}, "aqi": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}, "NO2": {"type": "object", "properties": {"concentration": {"type": "number"}, "aqi": {"type": "... | |
50c6a623-c7e3-4011-8938-ea51605ee09e/48ccd099-e0ff-4b05-b86e-032eb4af55b3/0/0 | Horoscope Astrology | The Horoscope API Server provides daily horoscope predictions for all zodiac signs. Users can access the API to retrieve daily astrological forecasts for their specific sun sign, as well as general horoscope information for the entire zodiac. The API is designed to be simple and easy to use, allowing developers to inte... | 9.7 | Daily Phrase | Get a daily phrase | 200 | Response | {"daily": "The only way to do great work is to love what you do."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"daily": {"type": "string"}}, "required": ["daily"]} |
50c6a623-c7e3-4011-8938-ea51605ee09e/f7aaf6f6-fa45-46c2-ac0a-589e6d6c0610/0/0 | Horoscope Astrology | The Horoscope API Server provides daily horoscope predictions for all zodiac signs. Users can access the API to retrieve daily astrological forecasts for their specific sun sign, as well as general horoscope information for the entire zodiac. The API is designed to be simple and easy to use, allowing developers to inte... | 9.7 | Numerology | . | 200 | Response | {"desc": "These people prefer mental work. They want to realise their potential and work hard in order to improve themselves. They need friendship in their life. Their marriage can be complicated because they want to be independent. There are unexpected changes in their lives. Do not force anything. In order to succeed... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"desc": {"type": "string"}, "number": {"type": "string"}}, "required": ["desc", "number"]} |
50c6a623-c7e3-4011-8938-ea51605ee09e/704c027c-46d3-42b0-870d-f8a4be4e5ae5/0/0 | Horoscope Astrology | The Horoscope API Server provides daily horoscope predictions for all zodiac signs. Users can access the API to retrieve daily astrological forecasts for their specific sun sign, as well as general horoscope information for the entire zodiac. The API is designed to be simple and easy to use, allowing developers to inte... | 9.7 | Sign | Users can access the endpoint by sending a request for a specific sign, and receive a response with in-depth information about the traits, personality, and characteristics associated with that sign. This information can include compatibility with other signs, strengths and weaknesses, and general insights into the indi... | 200 | Response | {"about": "Libra sign epitomizes balance and fairness. The sign restores equilibrium to all affairs, no matter how big or small it is. Libra individuals are fascinated by balance and symmetry. They enjoy keeping their brains stimulated with books, discussions and fighting for justice. They often self-indulge in expensi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"about": {"type": "string"}, "career": {"type": "string"}, "compatibility": {"type": "string"}, "date_range": {"type": "string"}, "element": {"type": "string"}, "health": {"type": "string"}, "love": {"type": "string"}, "man": {"type": "strin... |
50c6a623-c7e3-4011-8938-ea51605ee09e/f9b458f4-7d6d-4b0d-988c-581cc200cbd7/0/0 | Horoscope Astrology | The Horoscope API Server provides daily horoscope predictions for all zodiac signs. Users can access the API to retrieve daily astrological forecasts for their specific sun sign, as well as general horoscope information for the entire zodiac. The API is designed to be simple and easy to use, allowing developers to inte... | 9.7 | Compatibility | . | 200 | Response | [{"header": "When Aries and Libra come together in a love affair, the inherent polarity of the Zodiac is invoked.", "text": " Aries and Libra are directly opposite one another in the Zodiac \u2014 180 degrees apart. Each Sign possesses qualities that the other lacks; combined with Libra\u2019s natural yen for harmony, ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"header": {"type": "string"}, "text": {"type": "string"}}, "required": ["header", "text"]}} |
50c6a623-c7e3-4011-8938-ea51605ee09e/d0acd9de-1391-4230-99c4-b160faffb260/0/0 | Horoscope Astrology | The Horoscope API Server provides daily horoscope predictions for all zodiac signs. Users can access the API to retrieve daily astrological forecasts for their specific sun sign, as well as general horoscope information for the entire zodiac. The API is designed to be simple and easy to use, allowing developers to inte... | 9.7 | Get three tarot card | This endpoint returns a randomly selected tarot card from a traditional tarot deck, along with its corresponding interpretation and meaning. The tarot card reading is generated using a randomized algorithm, offering users a unique and personalized tarot experience. The API is designed to be easy to use, allowing develo... | 200 | Response | {"res": [{"cbd_desc": "", "desc": "A young person, may be an artist, who is graceful and poetic. They are an indolent dreamer of sensual pleasures. Can mean a messenger, a proposition or an invitation.", "name": "Knight of Cups", "rdesc": "Lazy and deceitful, a dissolute and merciless person.", "sequence": 53}, {"cbd_d... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"res": {"type": "array", "items": {"type": "object", "properties": {"cbd_desc": {"type": "string"}, "desc": {"type": "string"}, "name": {"type": "string"}, "rdesc": {"type": "string"}, "sequence": {"type": "integer"}}, "required": ["cbd_desc... |
50c6a623-c7e3-4011-8938-ea51605ee09e/b8170405-ded3-48b0-a51c-004eaf855041/0/0 | Horoscope Astrology | The Horoscope API Server provides daily horoscope predictions for all zodiac signs. Users can access the API to retrieve daily astrological forecasts for their specific sun sign, as well as general horoscope information for the entire zodiac. The API is designed to be simple and easy to use, allowing developers to inte... | 9.7 | Get a tarot card | This endpoint returns a randomly selected tarot card from a traditional tarot deck, along with its corresponding interpretation and meaning. The tarot card reading is generated using a randomized algorithm, offering users a unique and personalized tarot experience. The API is designed to be easy to use, allowing develo... | 200 | Response | {"res": [{"cbd_desc": "Victory or an achievement putting the querent in a strong and protected position. Ambition, energy, motivation to move forward. Public honor. Power and high status.", "desc": "Triumph of the will, to surmount opposition, success. Self-control, ability to determinate the own destiny. Good news. Gr... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"res": {"type": "array", "items": {"type": "object", "properties": {"cbd_desc": {"type": "string"}, "desc": {"type": "string"}, "name": {"type": "string"}, "rdesc": {"type": "string"}, "sequence": {"type": "integer"}}, "required": ["cbd_desc... |
19458c25-a557-493f-afd7-7796abcaebb7/34c270c8-3618-43dd-9c84-6f1b78a113af/0/0 | Pet_Test_V1 | Test API | null | getPetById | Returns a single pet | 200 | Example_1 | [{"type": "Dog", "message": "Lab"}, {"type": "Cat", "message": "Persian"}] | {"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 92233... |
19458c25-a557-493f-afd7-7796abcaebb7/dbac1a50-648c-43ba-b35b-92c7357a464b/2/0 | Pet_Test_V1 | Test API | null | getUserByName | 200 | null | {"id": 0, "username": "", "firstName": "", "lastName": "", "email": "", "password": "", "phone": "", "userStatus": 0} | {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "username": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}, "phone": {"type":... | |
19458c25-a557-493f-afd7-7796abcaebb7/7ed92275-393e-42a7-a261-1594548f46f8/0/0 | Pet_Test_V1 | Test API | null | findPetsByStatus | Multiple status values can be provided with comma separated strings | 200 | null | [{"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"}] | {"type": "array", "items": {"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036... |
19458c25-a557-493f-afd7-7796abcaebb7/146e832d-d96f-4ec7-b1d3-4b52dc6ddcd1/0/0 | Pet_Test_V1 | Test API | null | uploadFile | 200 | null | {"code": 0, "type": "", "message": ""} | {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
19458c25-a557-493f-afd7-7796abcaebb7/4e549a50-e886-4f86-91db-c062aa63e8ba/2/0 | Pet_Test_V1 | Test API | null | findPetsByTags | Muliple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing. | 200 | null | [{"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"}] | {"type": "array", "items": {"type": "object", "required": ["name", "photoUrls"], "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "category": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036... |
19458c25-a557-493f-afd7-7796abcaebb7/150cb648-b014-4ad7-9645-d426e4caf1ae/2/0 | Pet_Test_V1 | Test API | null | placeOrder | 200 | null | {"id": 0, "petId": 0, "quantity": 0, "shipDate": "", "status": "placed", "complete": false} | {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "petId": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "quantity": {"type": "integer", "format": "int32", "minimum":... | |
19458c25-a557-493f-afd7-7796abcaebb7/e39e1741-3e0d-42fb-ac41-12f6cb6b4618/1/0 | Pet_Test_V1 | Test API | null | getOrderById | For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions | 200 | null | {"id": 0, "petId": 0, "quantity": 0, "shipDate": "", "status": "placed", "complete": false} | {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "petId": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "quantity": {"type": "integer", "format": "int32", "minimum":... |
08bb7fcd-921c-43d4-ac3b-2832aa4bb29a/f3c20dbb-e6f9-4dc1-91ef-1707a8660e69/0/0 | color-hunter | Simple api to finding best color palette for you, and your website | 0.2 | basic color | Basic Color
Return default 50 palettes of colors based on query.
type: popular | hot
random: true | false
limit: number
color: return palette which included this color - color need to be in hex without '#' | 200 | Response | [{"code": "d7f7f575cac32a6171f34573", "colors": ["#D7F7F5", "#75CAC3", "#2A6171", "#F34573"], "tags": "teal navy red cold", "color_rgb": ["rgb(215, 247, 245)", "rgb(117, 202, 195)", "rgb(42, 97, 113)", "rgb(243, 69, 115)"]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "colors": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "string"}, "color_rgb": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "color_rgb", "col... |
4deff894-4565-41fb-927d-e3874b19e5d0/c09e36f7-71f4-4617-991d-9ed49f253252/0/0 | Goodreads Books | Get data from the most famous book collection on the web. | 8.9 | Get author by user ID | Returns all data about the author.
Slower than /authors/author-id/{author-id}. | 200 | New Example | {"userId": 26367680, "authorId": 3389, "name": "Stephen King", "url": "https://www.goodreads.com/photo/author/3389.Stephen_King", "imageURL": "https://images.gr-assets.com/authors/1362814142p5/3389.jpg", "website": "http://www.stephenking.com", "memberSince": "December 2013", "genres": ["Horror", "Mystery", "Literature... | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "url": {"type": "string"}, "imageURL": {"type": "string"}, "website": {"type": "string"}, "memberSince": {"type": "string"}, "genres": {"type": "array", "items": {"type": "string"}}, "influences": {"type": "array", "items": {"type"... |
4deff894-4565-41fb-927d-e3874b19e5d0/f6991076-b46b-4940-9623-4d22cf564e6d/0/0 | Goodreads Books | Get data from the most famous book collection on the web. | 8.9 | Get author by author ID | Returns all data about the author.
Faster than /authors/user-id/{user-id}. | 200 | New Example | {"authorId": 3389, "name": "Stephen King", "url": "https://www.goodreads.com/photo/author/3389.Stephen_King", "imageURL": "https://images.gr-assets.com/authors/1362814142p5/3389.jpg", "website": "http://www.stephenking.com", "memberSince": "December 2013", "genres": ["Horror", "Mystery", "Literature & Fiction"], "influ... | {"type": "object", "properties": {"authorId": {"type": "integer"}, "name": {"type": "string"}, "url": {"type": "string"}, "imageURL": {"type": "string"}, "website": {"type": "string"}, "memberSince": {"type": "string"}, "genres": {"type": "array", "items": {"type": "string"}}, "influences": {"type": "array", "items": {... |
4deff894-4565-41fb-927d-e3874b19e5d0/8b97e6ae-09de-42be-a9be-b769f5ebfb92/0/0 | Goodreads Books | Get data from the most famous book collection on the web. | 8.9 | Get author's books by author ID | Returns a list of all books written by the author with the provided author ID.
Each page contains 30 results. | 200 | New Example | [{"id": 57739102, "url": "https://www.goodreads.com/book/show/57739102-gwendy-s-final-task", "title": "Gwendy's Final Task (The Button Box, #3)", "author": "Stephen KingRichard ChizmarKeith Minnion(Illustrator)", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1618416259i/57739102._SY... | {"type": "array", "items": {"type": "object"}} |
4deff894-4565-41fb-927d-e3874b19e5d0/13714feb-4ef8-457e-8d71-b3f39d0cac68/0/0 | Goodreads Books | Get data from the most famous book collection on the web. | 8.9 | Search authors | Returns a list of all the authors that match the query.
Each page contains 20 results. | 200 | New Example | [{"userId": 13961364, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/13961364-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/m_50x66-82093808bca726cb3249a493fbd3bd0f.png", "books": 3}, {"userId": 13719329, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/... | {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "name": {"type": "string"}, "url": {"type": "string"}, "imageURL": {"type": "string"}, "books": {"type": "integer"}}}} |
4deff894-4565-41fb-927d-e3874b19e5d0/endpoint_8f57d38a-36ce-4f74-984b-338cb621e405/0/0 | Goodreads Books | Get data from the most famous book collection on the web. | 8.9 | Search books | Returns all books that matches the query (title, author, ISBN, tag, genre...).
Each page contains 20 results. | 200 | New Example | [{"id": 13516541, "url": "https://www.goodreads.com/book/show/13516541-when-the-past-haunts-you?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1981", "title": "When the Past Haunts You (Harry Bronson Mystery #3)", "author": "L.C. Hayden", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "smallImageURL": {"type": "string"}, "rating": {"type": "number"}, "ratings": {"type": "integer"}, "publicationYear": {"type": "integer"}}}} |
4deff894-4565-41fb-927d-e3874b19e5d0/d07967ff-735c-407c-b8d4-a2dbeb97c7fd/0/0 | Goodreads Books | Get data from the most famous book collection on the web. | 8.9 | List by id | Returns all books included on a list (100 books per page)
You can get the id of a list using the endpoint "/lists" to retrieve all available lists, or visiting goodreads.com/list to search for a list and copying it's id from the url. | 200 | New Example | {"title": "Art & Artists in Fiction", "description": "Works of fiction about art, paintings, artists, sculptors, painters, etc.", "booksAmount": 793, "items": [{"rankingPosition": 200, "id": 9601, "url": "https://www.goodreads.com/book/show/9601.Bluebeard", "title": "Bluebeard", "author": "Kurt Vonnegut Jr.", "imageURL... | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "booksAmount": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object"}}}} |
4deff894-4565-41fb-927d-e3874b19e5d0/90ace442-2a98-4103-9d14-863e8aee3a49/0/0 | Goodreads Books | Get data from the most famous book collection on the web. | 8.9 | Lists | Returns the best lists of books (each page contains 10 lists) | 200 | New Example | [{"id": 1, "name": "Best Books Ever", "url": "https://www.goodreads.com/list/show/1.Best_Books_Ever", "booksAmount": 54920, "voters": 217693, "preview": [{"title": "The Hunger Games by Suzanne Collins", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1586722975l/2767052._SX98_.jpg"}, ... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "url": {"type": "string"}, "booksAmount": {"type": "integer"}, "voters": {"type": "integer"}, "preview": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "imageURL... |
4deff894-4565-41fb-927d-e3874b19e5d0/endpoint_5c917a55-19ea-45f5-a9ad-6a8d086c90ac/0/0 | Goodreads Books | Get data from the most famous book collection on the web. | 8.9 | Best books | Returns a list of the 50 most representative books of a genre
To see the available genres go to goodreads.com/genres/list. | 200 | New Example | {"genre": "Fantasy", "books": [{"id": 3, "url": "https://www.goodreads.com/book/show/3.Harry_Potter_and_the_Sorcerer_s_Stone", "title": "Harry Potter and the Sorcerer's Stone (Harry Potter, #1)", "author": "J.K. Rowling", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1474154022... | {"type": "object", "properties": {"genre": {"type": "string"}, "books": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "smallImageURL": {"type": "string"}, "rating": {"type": "number"}, "rating... |
07ff415a-e032-44ed-94af-626b207b8a69/f513bd67-9c8c-4a82-9a09-ba664151e445/0/0 | Demo1 | demo1 | 6.1 | CONTESTS | Get list of contests | 200 | Response | [{"name": "ProjectEuler+", "url": "https://hackerrank.com/contests/projecteuler", "start_time": "2014-07-07T15:38:00.000Z", "end_time": "2024-07-30T18:30:00.000Z", "duration": "317616720.0", "site": "HackerRank", "in_24_hours": "No", "status": "CODING"}, {"name": "IBM zStudent Contest", "url": "https://www.hackerearth.... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "start_time": {"type": "string"}, "end_time": {"type": "string"}, "duration": {"type": "string"}, "site": {"type": "string"}, "in_24_hours": {"type": "string"}... |
146b4e9e-98ed-46e0-aa0c-070e253db9d5/77e2b250-e070-469e-9588-d27042696138/0/0 | K4sada | Kasada API | null | IPS | IPS solve
Decode base64 sensor and post that as content type octet-stream.
Open ticket if you need help. | 200 | New Example | {"sensor": "AAJCeHvZJIGQAJ+M5YSmb5zfWrQC0tRKVBAcdz2OcUMlOz/3Q2tk8GQIAoIkfsKODWN/xKUmi4XbjoXyFOKaA+s2R3ahprLKXN4+16QyQwOzIxOK3KeK1muly2NNmgEZhkGQsNiSLAd++2PEeu0uTcjE7xsWnjDPOKtSyzsxKKrnqBgW29YKcMP9lXYS7U1Q4EzENjv+sYK/rRwe2b51bBH80sYungIwDDv6drYAqUx27A/0Kz+YKMPmo/Bz7ntoBJVSttabz9BS1oj2T4MLBCw5DdHWczeleczbkpJJ2JByR/QPNEf7... | {"type": "object", "properties": {"sensor": {"type": "string"}, "ct": {"type": "string"}}} |
146b4e9e-98ed-46e0-aa0c-070e253db9d5/fdd1f329-a508-4e34-a0ba-d5f32b6173ed/0/0 | K4sada | Kasada API | null | Worktime | Worktime request, -cd header | 200 | New Example | {"workTime": 1683494485626, "id": "d9fc718d72381422cd98578d26d5dc7b", "answers": [5, 4], "duration": 1, "d": -297, "st": 1683448166833, "rst": "1683448166536"} | {"type": "object", "properties": {"workTime": {"type": "integer"}, "id": {"type": "string"}, "answers": {"type": "array", "items": {"type": "integer"}}, "duration": {"type": "integer"}, "d": {"type": "integer"}, "st": {"type": "integer"}, "rst": {"type": "string"}}} |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/591e64ac-dffa-4b07-9e79-bbbb6337aad5/0/0 | Quran Com | The default API of Quran.com website | 9.2 | verses by page | Get all verses of a specific Madani Mushaf page(1 to 604) | 200 | response | {"verses": [{"id": 1, "verse_number": 1, "page_number": 1, "verse_key": "1:1", "juz_number": 1, "hizb_number": 1, "rub_el_hizb_number": 1, "sajdah_type": null, "sajdah_number": null, "words": [{"id": 1, "position": 1, "audio_url": "wbw/001_001_001.mp3", "char_type_name": "word", "line_number": 2, "page_number": 1, "cod... | {"type": "object", "properties": {"verses": {"type": "array", "items": {"title": "Verse", "type": "object", "properties": {"id": {"type": "integer"}, "chapter_id": {"type": "integer", "description": "Chapter number of this verse"}, "verse_number": {"type": "integer"}, "verse_key": {"type": "string", "description": "key... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/986bff71-e147-4929-8e8b-710c3b713f3a/0/0 | Quran Com | The default API of Quran.com website | 9.2 | rub el hizb recitations | Get list of ayah recitations for a Rub el Hizb. | 200 | response | {"audio_files": [{"verse_key": "1:1", "url": "AbdulBaset/Mujawwad/mp3/001001.mp3"}, {"verse_key": "1:2", "url": "AbdulBaset/Mujawwad/mp3/001002.mp3"}, {"verse_key": "1:3", "url": "AbdulBaset/Mujawwad/mp3/001003.mp3"}], "pagination": {"per_page": 10, "current_page": 1, "next_page": 2, "total_pages": 15, "total_records":... | {"type": "object", "properties": {"audio_files": {"type": "array", "items": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile"... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/0eed6acc-de07-49d9-88a0-717a1f1e0707/0/0 | Quran Com | The default API of Quran.com website | 9.2 | uthmani simple text | Get Uthmani simple script(without tashkiq/diacritical marks) of ayah. Use query strings to filter results, leave all query string blank if you want to fetch script of whole Quran. | 200 | response | {"verses": [{"id": 1, "verse_key": "1:1", "text_uthmani_simple": "\u0628\u0633\u0645 \u0627\u0644\u0644\u0647 \u0627\u0644\u0631\u062d\u0645\u0646 \u0627\u0644\u0631\u062d\u064a\u0645"}]} | {"type": "object", "properties": {"verses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "verse_key": {"type": "string"}, "text_uthmani_simple": {"type": "string"}}}}}} |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/928dd759-c630-4036-84b7-079ad0683041/0/0 | Quran Com | The default API of Quran.com website | 9.2 | tafirs by id | Get a single tafsir
See tafsirs endpoint to fetch available tafsirs.
You can also include more fields of tafsir using fields query string. | 200 | response | {"tafsirs": [{"resource_id": 169, "text": "<h2 class=\"title\">Which was revealed in Makkah</h2><h2 class=\"title\">The Meaning of Al-Fatihah and its Various Names</h2><p>This Surah is called</p><p>- Al-Fatihah, that is, the Opener of the Book, the Surah with which prayers are begun."}], "meta": {"tafsir_name": ... | {"type": "object", "properties": {"tafsirs": {"type": "array", "items": {"title": "Tafsir", "type": "object", "properties": {"id": {"type": "integer"}, "verse_id": {"type": "integer"}, "language_id": {"type": "integer"}, "text": {"type": "string"}, "language_name": {"type": "string"}, "resource_name": {"type": "string"... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/bc4d1090-445a-4db8-a2af-37899181e644/0/0 | Quran Com | The default API of Quran.com website | 9.2 | glyph code QCF v1 font | Get glyph codes of ayah for QCF v1 font | 200 | response | {"verses": [{"id": 1, "verse_key": "1:1", "code_v1": "\ufb51 \ufb52 \ufb53 \ufb54 \ufb55", "v1_page": 1}]} | {"type": "object", "properties": {"verses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "verse_key": {"type": "string"}, "code_v1": {"type": "string", "description": "Glyph codes for v1"}, "v1_page": {"type": "integer", "minimum": 1, "maximum": 604, "description": "Madani Muh... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/5da8ba8c-d7a3-499c-809d-9e87dbbcb8e2/0/0 | Quran Com | The default API of Quran.com website | 9.2 | recitations by id | Get list of reciters for a single recitaiton. See reciters endpoint to fetch available recitations.
You can also include more fields of audio files using fields query string. | 200 | response | {"audio_files": [{"verse_key": "1:1", "url": "Alafasy/mp3/001001.mp3"}, {"verse_key": "1:2", "url": "Alafasy/mp3/001002.mp3"}, {"verse_key": "1:3", "url": "Alafasy/mp3/001003.mp3"}, {"verse_key": "1:4", "url": "Alafasy/mp3/001004.mp3"}, {"verse_key": "1:5", "url": "Alafasy/mp3/001005.mp3"}, {"verse_key": "1:6", "url": ... | {"type": "object", "properties": {"audio_files": {"type": "array", "items": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile"... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/acf7c21c-4565-436b-bb52-127f1179c237/0/0 | Quran Com | The default API of Quran.com website | 9.2 | indopak text | Get Indopak script of ayah. Use query strings to filter results, leave all query string blank if you want to fetch Indopak script of whole Quran. | 200 | response | {"verses": [{"id": 1, "verse_key": "1:1", "text_indopak": "\u0628\u0650\u0633\u06e1\u0645\u0650 \u0627\u0644\u0644\u0647\u0650 \u0627\u0644\u0631\u0651\u064e\u062d\u06e1\u0645]\u0670\u0646\u0650 \u0627\u0644\u0631\u0651\u064e\u062d\u0650\u064a\u06e1\u0645\u0650"}]} | {"type": "object", "properties": {"verses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "verse_key": {"type": "string"}, "text_indopak": {"type": "string"}}}}}} |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/5ebf3ece-850a-4a4a-9777-f0d1882d4c42/0/0 | Quran Com | The default API of Quran.com website | 9.2 | Tajweed colored uthmani text | Get Uthmani color coded tajweed text of ayah. Tajweed rules are embeded in text as tajweed html tags. | 200 | response | {"verses": [{"id": 1, "verse_key": "1:1", "text_uthmani_tajweed": "\u0628\u0650\u0633\u0652\u0645\u0650 <tajweed class=ham_wasl>\u0671</tajweed>\u0644\u0644\u0651\u064e\u0647\u0650 <tajweed class=ham_wasl>\u0671</tajweed><tajweed class=laam_shamsiyah>\u0644</tajweed>\u0631\u0651\u064e\u062d\u0652\u0645\u064e<tajweed cl... | {"type": "object", "properties": {"verses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "verse_key": {"type": "string"}, "text_uthmani_tajweed": {"type": "string"}}}}}} |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/ffa9a1b0-9bc6-4833-809f-5f73e3a565a4/0/0 | Quran Com | The default API of Quran.com website | 9.2 | reciters | Get list of reciters | 200 | response | {"reciters": [{"id": 3, "name": "Abu Bakr al-Shatri", "arabic_name": "\u0623\u0628\u0648 \u0628\u0643\u0631 \u0627\u0644\u0634\u0627\u0637\u0631\u0649", "relative_path": "abu_bakr_ash-shaatree/", "format": "mp3", "files_size": 1258422528}, {"id": 4, "name": "Sa`ud ash-Shuraym", "arabic_name": "\u0633\u0639\u0648\u062f ... | {"type": "object", "properties": {"reciters": {"type": "array", "items": {"title": "Chapter Reciters", "type": "object", "properties": {"id": {"type": "integer", "description": "Reciter ID"}, "name": {"type": "string", "description": "Name of reciter in English"}, "arabic_name": {"type": "string", "description": "Recit... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/8a6ca93b-a24d-4a07-abf6-ddfbc735b3da/0/0 | Quran Com | The default API of Quran.com website | 9.2 | translation by id | Get a single translation
see translations endpoint to fetch available translations.
You can also include more fields of translation using fields query string. | 200 | response | {"translations": [{"resource_id": 131, "text": "In the Name of Allah\u2014the Most Compassionate, Most Merciful."}], "meta": {"translation_name": "Dr. Mustafa Khattab, the Clear Quran", "author_name": "Dr. Mustafa Khattab"}} | {"type": "object", "properties": {"translations": {"type": "array", "items": {"title": "Translation", "type": "object", "properties": {"resource_id": {"type": "integer"}, "resource_name": {"type": "string"}, "id": {"type": "integer"}, "text": {"type": "string", "description": "Text of the translation, text could have H... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/dae73de3-3332-4934-bdba-0fbc1b25b627/0/0 | Quran Com | The default API of Quran.com website | 9.2 | verses by key | Get a specific ayah with key. Key is combination of surah number and ayah number. 1:1 is first ayah offirst surah for exampke.
10:5 is 5th ayah of 10th surah. | 200 | response | {"verse": {"id": 1, "verse_number": 1, "page_number": 1, "verse_key": "1:1", "juz_number": 1, "hizb_number": 1, "rub_el_hizb_number": 1, "sajdah_type": null, "sajdah_number": null, "words": [{"id": 1, "position": 1, "audio_url": "wbw/001_001_001.mp3", "char_type_name": "word", "line_number": 2, "page_number": 1, "code_... | {"type": "object", "properties": {"verse": {"title": "Verse", "type": "object", "properties": {"id": {"type": "integer"}, "chapter_id": {"type": "integer", "description": "Chapter number of this verse"}, "verse_number": {"type": "integer"}, "verse_key": {"type": "string", "description": "key of the verse, key is genera... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/3396a5ba-6471-43a4-8e6a-ff5b3243fe19/0/0 | Quran Com | The default API of Quran.com website | 9.2 | verses by hizb | Get all verses from a specific Hizb( half(1-60). | 200 | response | {"verses": [{"id": 1, "verse_number": 1, "page_number": 1, "verse_key": "1:1", "juz_number": 1, "hizb_number": 1, "rub_el_hizb_number": 1, "sajdah_type": null, "sajdah_number": null, "words": [{"id": 1, "position": 1, "audio_url": "wbw/001_001_001.mp3", "char_type_name": "word", "line_number": 2, "page_number": 1, "cod... | {"type": "object", "properties": {"verses": {"type": "array", "items": {"title": "Verse", "type": "object", "properties": {"id": {"type": "integer"}, "chapter_id": {"type": "integer", "description": "Chapter number of this verse"}, "verse_number": {"type": "integer"}, "verse_key": {"type": "string", "description": "key... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/2df8218f-78ec-4995-a54f-b857c2b2d350/0/0 | Quran Com | The default API of Quran.com website | 9.2 | chapters audio | Get list of chapters audio for specific reciter | 200 | response | {"audio_files": [{"id": 43, "chapter_id": 22, "file_size": 19779712, "format": "mp3", "total_files": 1, "audio_url": "https://download.quranicaudio.com/quran/abdullaah_3awwaad_al-juhaynee//022.mp3"}, {"id": 87, "chapter_id": 44, "file_size": 6453376, "format": "mp3", "total_files": 1, "audio_url": "https://download.qur... | {"type": "object", "properties": {"audio_files": {"type": "array", "items": {"title": "Chapter Recitation", "type": "object", "properties": {"id": {"type": "integer"}, "chapter_id": {"type": "integer"}, "file_size": {"type": "integer"}, "format": {"type": "string"}, "total_files": {"type": "integer"}, "audio_url": {"ty... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/9670fc06-e7bc-419b-9bef-3feadc967cdc/0/0 | Quran Com | The default API of Quran.com website | 9.2 | chapter by id | Get details of a single chapter. | 200 | response | {"chapter": {"id": 1, "revelation_place": "makkah", "revelation_order": 5, "bismillah_pre": false, "name_simple": "Al-Fatihah", "name_complex": "Al-F\u0101ti\u0125ah", "name_arabic": "\u0627\u0644\u0641\u0627\u062a\u062d\u0629", "verses_count": 7, "pages": [1, 1], "translated_name": {"language_name": "english", "name":... | {"type": "object", "properties": {"chapter": {"title": "Chapter", "type": "object", "properties": {"id": {"type": "integer"}, "revelation_place": {"type": "string"}, "revelation_order": {"type": "integer"}, "bismillah_pre": {"type": "boolean"}, "name_complex": {"type": "string"}, "name_arabic": {"type": "string"}, "ver... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/ef72b2a3-3e49-4f3a-8f5f-d9b1f7e4f6ce/0/0 | Quran Com | The default API of Quran.com website | 9.2 | info | Get chapters information in specific language. Default to English. | 200 | response | {"chapter_info": {"id": 1, "chapter_id": 1, "language_name": "english", "short_text": "This Surah is named Al-Fatihah because of its subject-matter. Fatihah is that which opens a subject or a book or any other thing. In other words, Al-Fatihah is a sort of preface.", "source": "Sayyid Abul Ala Maududi - Tafhim al-Qur'a... | {"type": "object", "properties": {"chapter_info": {"title": "Chapter Info", "type": "object", "properties": {"chapter_id": {"type": "number"}, "text": {"type": "string", "description": "Long text of chapter info, this could include html tags for formatting and styling."}, "short_text": {"type": "string"}, "language_nam... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/50923f15-93d0-4f9f-9ec3-89e24cc03d19/0/0 | Quran Com | The default API of Quran.com website | 9.2 | list chapters by reciters | Get list of chapters by reciters. | 200 | response | {"audio_file": {"id": 43, "chapter_id": 22, "file_size": 19779712, "format": "mp3", "total_files": 1, "audio_url": "https://download.quranicaudio.com/quran/abdullaah_3awwaad_al-juhaynee//022.mp3"}} | {"type": "object", "properties": {"audio_file": {"title": "Chapter Recitation", "type": "object", "properties": {"id": {"type": "integer"}, "chapter_id": {"type": "integer"}, "file_size": {"type": "integer"}, "format": {"type": "string"}, "total_files": {"type": "integer"}, "audio_url": {"type": "string"}}, "x-stopligh... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/e2d3dcd3-5d05-40fa-babf-e147130ca774/0/0 | Quran Com | The default API of Quran.com website | 9.2 | list | Get list of Chapter (Surah) with the whole information of the number of verses, order, page etc. | 200 | response | {"chapters": [{"id": 1, "revelation_place": "makkah", "revelation_order": 5, "bismillah_pre": false, "name_simple": "Al-Fatihah", "name_complex": "Al-F\u0101ti\u0125ah", "name_arabic": "\u0627\u0644\u0641\u0627\u062a\u062d\u0629", "verses_count": 7, "pages": [1, 1], "translated_name": {"language_name": "english", "name... | {"type": "object", "properties": {"chapters": {"type": "array", "items": {}}}} |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/45e7c984-5bd1-4526-b54e-4ae5abddeb79/0/0 | Quran Com | The default API of Quran.com website | 9.2 | verses by rub el hizb | Get all verses of a specific Rub el Hizb number(1-240). | 200 | response | {"verses": [{"id": 1, "verse_number": 1, "page_number": 1, "verse_key": "1:1", "juz_number": 1, "hizb_number": 1, "rub_el_hizb_number": 1, "sajdah_type": null, "sajdah_number": null, "words": [{"id": 1, "position": 1, "audio_url": "wbw/001_001_001.mp3", "char_type_name": "word", "line_number": 2, "page_number": 1, "cod... | {"type": "object", "properties": {"verses": {"type": "array", "items": {"title": "Verse", "type": "object", "properties": {"id": {"type": "integer"}, "chapter_id": {"type": "integer", "description": "Chapter number of this verse"}, "verse_number": {"type": "integer"}, "verse_key": {"type": "string", "description": "key... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/cc7862d9-f977-4cb1-9e0e-bbd0315caa7b/0/0 | Quran Com | The default API of Quran.com website | 9.2 | verses by juz | Get all verses from a specific juz(1-30). | 200 | response | {"verses": [{"id": 1, "verse_number": 1, "page_number": 1, "verse_key": "1:1", "juz_number": 1, "hizb_number": 1, "rub_el_hizb_number": 1, "sajdah_type": null, "sajdah_number": null, "words": [{"id": 1, "position": 1, "audio_url": "wbw/001_001_001.mp3", "char_type_name": "word", "line_number": 2, "page_number": 1, "cod... | {"type": "object", "properties": {"verses": {"type": "array", "items": {"title": "Verse", "type": "object", "properties": {"id": {"type": "integer"}, "chapter_id": {"type": "integer", "description": "Chapter number of this verse"}, "verse_number": {"type": "integer"}, "verse_key": {"type": "string", "description": "key... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/5db4a880-6945-4b70-b1ee-209c697f0fad/0/0 | Quran Com | The default API of Quran.com website | 9.2 | random | Get a random verse. You can get random verse by chapter,page, juz, hizb, rub el hizb, ruku, manzil number, or from whole Quran. | 200 | response | {"verse": {"id": 1, "verse_number": 1, "page_number": 1, "verse_key": "1:1", "juz_number": 1, "hizb_number": 1, "rub_el_hizb_number": 1, "sajdah_type": null, "sajdah_number": null, "words": [{"id": 1, "position": 1, "audio_url": "wbw/001_001_001.mp3", "char_type_name": "word", "line_number": 2, "page_number": 1, "code_... | {"type": "object", "properties": {"verse": {"title": "Verse", "type": "object", "properties": {"id": {"type": "integer"}, "chapter_id": {"type": "integer", "description": "Chapter number of this verse"}, "verse_number": {"type": "integer"}, "verse_key": {"type": "string", "description": "key of the verse, key is genera... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/20f7f243-0c78-4678-8f7e-4bc507bc354f/0/0 | Quran Com | The default API of Quran.com website | 9.2 | verses by chapter id | Get list of verses by Chapter / Surah number. | 200 | response | {"verses": [{"id": 1, "verse_number": 1, "page_number": 1, "verse_key": "1:1", "juz_number": 1, "hizb_number": 1, "rub_el_hizb_number": 1, "sajdah_type": null, "sajdah_number": null, "words": [{"id": 1, "position": 1, "audio_url": "wbw/001_001_001.mp3", "char_type_name": "word", "line_number": 2, "page_number": 1, "cod... | {"type": "object", "properties": {"verses": {"type": "array", "items": {"title": "Verse", "type": "object", "properties": {"id": {"type": "integer"}, "chapter_id": {"type": "integer", "description": "Chapter number of this verse"}, "verse_number": {"type": "integer"}, "verse_key": {"type": "string", "description": "key... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/37c6ba85-8584-4792-ac5a-3f9e694b099f/0/0 | Quran Com | The default API of Quran.com website | 9.2 | list hizb | Get list of ayah recitations for a Hizb. | 200 | response | {"audio_files": [{"verse_key": "1:1", "url": "AbdulBaset/Mujawwad/mp3/001001.mp3"}, {"verse_key": "1:2", "url": "AbdulBaset/Mujawwad/mp3/001002.mp3"}, {"verse_key": "1:3", "url": "AbdulBaset/Mujawwad/mp3/001003.mp3"}], "pagination": {"per_page": 10, "current_page": 1, "next_page": 2, "total_pages": 15, "total_records":... | {"type": "object", "properties": {"audio_files": {"type": "array", "items": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile"... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/28f8123e-c5de-4606-8cd1-89436f6c53b7/0/0 | Quran Com | The default API of Quran.com website | 9.2 | recitation info by id | Get information of a specific recitation. Could include detail about the reciter, recitation style. When and who recorded it etc. | 200 | response | {"info": {"id": 1, "info": null}} | {"type": "object", "properties": {"info": {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": ["string", "null"]}}}}} |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/fcbe3d59-e14c-42ed-b616-1116ec025437/0/0 | Quran Com | The default API of Quran.com website | 9.2 | ayah recitations | Get list of ayah recitations for a Hizb. | 200 | response | {"audio_files": [{"verse_key": "1:1", "url": "AbdulBaset/Mujawwad/mp3/001001.mp3"}, {"verse_key": "1:2", "url": "AbdulBaset/Mujawwad/mp3/001002.mp3"}, {"verse_key": "1:3", "url": "AbdulBaset/Mujawwad/mp3/001003.mp3"}], "pagination": {"per_page": 10, "current_page": 1, "next_page": 2, "total_pages": 15, "total_records":... | {"type": "object", "properties": {"audio_files": {"type": "array", "items": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile"... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/4e9075ad-add4-4d6e-8c79-c553cde62c5c/0/0 | Quran Com | The default API of Quran.com website | 9.2 | verse media | Get media related to the verse. | 200 | Example_1 | {"id": 0, "name": "", "author_name": "", "language_name": ""} | {"type": "object", "properties": {"id": {"type": "number"}, "name": {"type": "string"}, "author_name": {"type": "string"}, "language_name": {"type": "string"}}} |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/313c83eb-5cbd-430d-aca5-9509cf55ba96/0/0 | Quran Com | The default API of Quran.com website | 9.2 | tafsir info by id | Get the information of a specific tafsir. Could include information about the author, when it was published etc. | 200 | Example_1 | {"id": 0, "info": ""} | {"type": "object", "properties": {"id": {"type": "number"}, "info": {"type": ["string", "null"]}}} |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/db91081f-d47d-451e-ba5b-5877d8e99a82/0/0 | Quran Com | The default API of Quran.com website | 9.2 | languages | Get all languages. You can get translated names of languages in specific language using language query parameter. For example
/resources/languages?language=ur
will return language names translated into Urdu | 200 | null | [{"id": -71611860, "iso_code": "amet"}] | {"type": "array", "items": {"title": "Language", "type": "object", "properties": {"id": {"type": "number"}, "name": {"type": "string"}, "native_name": {"type": "string"}, "iso_code": {"type": "string", "description": "iso code of the language, you'll pass this code in api calls for fetching content in specific language... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/7dcf488f-c80e-4550-b393-8e1f9f62a066/0/0 | Quran Com | The default API of Quran.com website | 9.2 | tafsirs | Get list of available tafsirs. | 200 | null | {"tafsirs": [{"id": 169, "name": "Tafsir Ibn Kathir", "author_name": "Hafiz Ibn Kathir", "slug": "en-tafisr-ibn-kathir", "language_name": "english", "translated_name": {"name": "Tafsir Ibn Kathir", "language_name": "english"}}]} | {"type": "object", "properties": {"tafsirs": {"type": "array", "items": {"title": "Resource", "type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "author_name": {"type": "string"}, "slug": {"type": "string"}, "language_name": {"type": "string"}, "translated_name": {"type": "object", ... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/cf0b405b-4b3e-4ae6-a658-33df5911199f/0/0 | Quran Com | The default API of Quran.com website | 9.2 | translations | Get list of available translations. Use language query to get translated names of authors in specific language(e.g language=ur will send translation names in Urdu).
For list of available language see #endpoint:EZsWyDnekGaDKaCpt endpoint. | 200 | null | {"translations": [{"id": 131, "name": "Dr. Mustafa Khattab, the Clear Quran", "author_name": "Dr. Mustafa Khattab", "slug": "clearquran-with-tafsir", "language_name": "english", "translated_name": {"name": "Dr. Mustafa Khattab", "language_name": "english"}}]} | {"type": "object", "properties": {"translations": {"type": "array", "items": {"title": "Resource", "type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "author_name": {"type": "string"}, "slug": {"type": "string"}, "language_name": {"type": "string"}, "translated_name": {"type": "obje... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/4f831fd7-29c9-4a04-9792-53da4232b93a/0/0 | Quran Com | The default API of Quran.com website | 9.2 | recitations by chapter number | Get list of ayah recitations for a Surah. | 200 | response | {"audio_files": [{"verse_key": "1:1", "url": "AbdulBaset/Mujawwad/mp3/001001.mp3"}, {"verse_key": "1:2", "url": "AbdulBaset/Mujawwad/mp3/001002.mp3"}, {"verse_key": "1:3", "url": "AbdulBaset/Mujawwad/mp3/001003.mp3"}], "pagination": {"per_page": 10, "current_page": 1, "next_page": 2, "total_pages": 2, "total_records": ... | {"type": "object", "properties": {"audio_files": {"type": "array", "items": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile"... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/a2fa0f02-99ea-40ac-8de5-f1e97600b5eb/0/0 | Quran Com | The default API of Quran.com website | 9.2 | chapters info | Get list of chaper info we've in different languages. | 200 | response | {"chapter_infos": [{"id": 155, "name": "Hamza Roberto Piccardo", "author_name": "Hamza Roberto Piccardo", "slug": "hamza-roberto-piccardo-info", "language_name": "italian", "translated_name": {"name": "Hamza Roberto Piccardo", "language_name": "english"}}, {"id": 63, "name": "Chapter Info", "author_name": "Sayyid Abul ... | {"type": "object", "properties": {"chapter_infos": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "author_name": {"type": "string"}, "slug": {"type": ["string", "null"]}, "language_name": {"type": "string"}, "translated_name": {"type": "object", "prop... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/e6a47ee0-3d10-4e29-b213-5ca70d77e35d/0/0 | Quran Com | The default API of Quran.com website | 9.2 | translation info by id | Get information of a specific translation. Could include detail about the author, publishing date and publisher etc. | 200 | response | {"info": {"id": 1, "info": null}} | {"type": "object", "properties": {"info": {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": ["string", "null"]}}}}} |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/1f358135-f35c-4d75-9034-33006a11c76b/0/0 | Quran Com | The default API of Quran.com website | 9.2 | recitations | Get list of available Recitations. | 200 | null | {"recitations": [{"id": 1, "reciter_name": "AbdulBaset AbdulSamad", "style": "Mujawwad", "translated_name": {"name": "AbdulBaset AbdulSamad", "language_name": "english"}}]} | {"type": "array", "items": {"title": "Recitation", "type": "object", "properties": {"id": {"type": "integer"}, "reciter_name": {"type": "string"}, "style": {"type": "string"}, "translated_name": {"type": "object", "properties": {"name": {"type": "string"}, "language_name": {"type": "string"}}}}, "x-stoplight": {"id": "... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/e79a6d17-6160-4aec-a492-14526d1898d1/0/0 | Quran Com | The default API of Quran.com website | 9.2 | recitation style | Get the available recitation styles. | 200 | Example_1 | {"mujawwad": "", "murattal": "", "muallim": ""} | {"type": "object", "properties": {"mujawwad": {"type": "string"}, "murattal": {"type": "string"}, "muallim": {"type": "string"}}} |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/85a8d633-49d5-435c-9f6a-b409d7e6d38f/0/0 | Quran Com | The default API of Quran.com website | 9.2 | recitations by juz number | Get list of ayah recitations for a juz. | 200 | response | {"audio_files": [{"verse_key": "1:1", "url": "AbdulBaset/Mujawwad/mp3/001001.mp3"}, {"verse_key": "1:2", "url": "AbdulBaset/Mujawwad/mp3/001002.mp3"}, {"verse_key": "1:3", "url": "AbdulBaset/Mujawwad/mp3/001003.mp3"}], "pagination": {"per_page": 10, "current_page": 1, "next_page": 2, "total_pages": 2, "total_records": ... | {"type": "object", "properties": {"audio_files": {"type": "array", "items": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile"... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/f61750a2-be94-44ef-8ee3-3baee3dd398b/0/0 | Quran Com | The default API of Quran.com website | 9.2 | simple text without tashkil/diacritical | Get Imlaei simple script(without tashkil/diacritical marks) of ayah. | 200 | response | {"verses": [{"id": 1, "verse_key": "1:1", "text_imlaei": "\u0628\u0650\u0633\u0652\u0645\u0650 \u0627\u0644\u0644\u0651\u064e\u0647\u0650 \u0627\u0644\u0631\u0651\u064e\u062d\u0652\u0645\u064e\u0670\u0646\u0650 \u0627\u0644\u0631\u0651\u064e\u062d\u0650\u064a\u0645\u0650"}]} | {"type": "object", "properties": {"verses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "verse_key": {"type": "string"}, "text_imlaei": {"type": "string"}}}}}} |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/5f6f792c-312e-4e7f-b01f-f117d208d58f/0/0 | Quran Com | The default API of Quran.com website | 9.2 | recitations by page number | Get list of ayah recitations for a Madani Mushaf page. | 200 | response | {"audio_files": [{"verse_key": "1:1", "url": "AbdulBaset/Mujawwad/mp3/001001.mp3"}, {"verse_key": "1:2", "url": "AbdulBaset/Mujawwad/mp3/001002.mp3"}, {"verse_key": "1:3", "url": "AbdulBaset/Mujawwad/mp3/001003.mp3"}], "pagination": {"per_page": 10, "current_page": 1, "next_page": 2, "total_pages": 15, "total_records":... | {"type": "object", "properties": {"audio_files": {"type": "array", "items": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile"... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/b735a25f-72a0-4fbd-a70e-773b17c7a007/0/0 | Quran Com | The default API of Quran.com website | 9.2 | glyph codes QCF v2 font | Get glyph codes of ayah for QCF v2 font | 200 | response | {"verses": [{"id": 1, "verse_key": "1:1", "code_v2": " \ufc42 \ufc43 \ufc44 \ufc45", "v2_page": 1}]} | {"type": "object", "properties": {"verses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "verse_key": {"type": "string"}, "code_v2": {"type": "string", "description": "Glyph codes for v2"}, "v2_page": {"type": "integer", "description": "Madani Muhsaf page number. You can use `... |
67cfe0e7-0da0-449a-8b4e-31506c9c725d/164f5acc-3d2e-477f-98d3-48989702d820/0/0 | Quran Com | The default API of Quran.com website | 9.2 | uthmani text | Get Uthmani script of ayah. Use query strings to filter results, leave all query string blank if you want to fetch Uthmani script of whole Quran. | 200 | response | {"verses": [{"id": 1, "verse_key": "1:1", "text_uthmani": "\u0628\u0650\u0633\u0652\u0645\u0650 \u0671\u0644\u0644\u0651\u064e\u0647\u0650 \u0671\u0644\u0631\u0651\u064e\u062d\u0652\u0645\u064e\u0640\u0670\u0646\u0650 \u0671\u0644\u0631\u0651\u064e\u062d\u0650\u064a\u0645\u0650"}]} | {"type": "object", "properties": {"verses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "verse_key": {"type": "string"}, "text_uthmani": {"type": "string"}}}}}} |
434ac233-197e-4114-b40f-a01cabc777cd/17ebddb1-2801-4d72-a143-d2662e6a220b/0/0 | Dad Jokes | Dad Jokes API is a web-based application programming interface that provides access to a vast collection of dad jokes. It allows users to retrieve a random dad joke with a simple HTTP GET request. The jokes are sourced from a publicly available dataset of dad jokes and are filtered to remove any potentially offensive o... | null | Get Dad Jokes | Returns a random dad joke from a collection of over 20,000 jokes. The jokes are curated to be family-friendly and appropriate for all ages. The response is returned in JSON format with the joke text included as a string. Users can call this endpoint as many times as they like to receive a new joke each time. | 200 | New Example | {"joke": "Just went fishing and accidentally caught a cat Im hooked on a feline"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"joke": {"type": "string"}}, "required": ["joke"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.