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, "hydra:search": {"@type": "string", "hydra:template": "string", "hydra:variableRepresentation": "string", "hydra:mapping": [{"@type": "string", "variable": "string", "property": "string", "required": true}]}}
{"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"}, "comment": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "employee": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "fullName": {"type": "string"}}}}}}, "hydra:totalItems": {"type": "integer"}, "hydra:search": {"type": "object", "properties": {"@type": {"type": "string"}, "hydra:template": {"type": "string"}, "hydra:variableRepresentation": {"type": "string"}, "hydra:mapping": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "variable": {"type": "string"}, "property": {"type": "string"}, "required": {"type": "boolean"}}}}}}}, "x-examples": {"example-1": {"@context": "/api/contexts/SupplierComment", "@id": "/api/supplier_comments", "@type": "hydra:Collection", "hydra:member": [{"@id": "/api/supplier_comments/46", "@type": "SupplierComment", "id": 46, "supplier": "/api/suppliers/1", "comment": "fsgdfgsd", "createdAt": "2021-05-25T08:47:56+00:00", "updatedAt": "2021-05-25T08:47:56+00:00", "employee": {"@id": "/api/employees/554", "@type": "Employee", "id": 554, "fullName": "Kevin Verschaeve"}}, {"@id": "/api/supplier_comments/23", "@type": "SupplierComment", "id": 23, "supplier": "/api/suppliers/2", "comment": "test", "createdAt": "2021-05-12T13:07:11+00:00", "updatedAt": "2021-05-12T13:07:11+00:00", "employee": {"@id": "/api/employees/590", "@type": "Employee", "id": 590, "fullName": "Mykyta Kovach"}}, {"@id": "/api/supplier_comments/22", "@type": "SupplierComment", "id": 22, "supplier": "/api/suppliers/2", "comment": "test", "createdAt": "2021-05-12T13:07:07+00:00", "updatedAt": "2021-05-12T13:07:07+00:00", "employee": {"@id": "/api/employees/590", "@type": "Employee", "id": 590, "fullName": "Mykyta Kovach"}}, {"@id": "/api/supplier_comments/16", "@type": "SupplierComment", "id": 16, "supplier": "/api/suppliers/4", "comment": "test", "createdAt": "2021-05-12T07:48:06+00:00", "updatedAt": "2021-05-12T07:48:06+00:00", "employee": {"@id": "/api/employees/590", "@type": "Employee", "id": 590, "fullName": "Mykyta Kovach"}}, {"@id": "/api/supplier_comments/2", "@type": "SupplierComment", "id": 2, "supplier": "/api/suppliers/571", "comment": "your comment here", "createdAt": "2021-05-10T12:33:06+00:00", "updatedAt": "2021-05-10T12:33:06+00:00", "employee": {"@id": "/api/employees/1", "@type": "Employee", "id": 1, "fullName": "Automated Action"}}, {"@id": "/api/supplier_comments/1", "@type": "SupplierComment", "id": 1, "supplier": "/api/suppliers/1", "comment": "your comment here", "createdAt": "2021-05-10T12:32:48+00:00", "updatedAt": "2021-05-10T12:32:48+00:00", "employee": {"@id": "/api/employees/1", "@type": "Employee", "id": 1, "fullName": "Automated Action"}}], "hydra:totalItems": 6, "hydra:search": {"@type": "hydra:IriTemplate", "hydra:template": "/api/supplier_comments{?supplier,supplier[]}", "hydra:variableRepresentation": "BasicRepresentation", "hydra:mapping": [{"@type": "IriTemplateMapping", "variable": "supplier", "property": "supplier", "required": false}, {"@type": "IriTemplateMapping", "variable": "supplier[]", "property": "supplier", "required": false}]}}}}
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": {"@id": "string", "@type": "string", "id": 0, "name": "string"}}, "arrival": "string", "status": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "supplierOrderDetails": [{"@id": "string", "@type": "string", "id": 0, "product": {"@id": "string", "@type": "string", "id": 0, "isPackPrepackaged": true, "volume": 0, "wholesalePrice": 0, "isKeg": true, "isPack": true, "name": "string", "thumbnail": "string", "hasBestBeforeDate": true, "organization": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "unitsPerPackage": 0, "perfectdraft": true, "organic": true, "manufacturerId": 0, "manufacturerName": "string"}, "status": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "expectedQuantity": 0, "receivedQuantity": 0, "price": 0, "bestBeforeDate": "string", "packing": {"nullable": true}}], "description": "string", "dae": "string", "orderedTotalAmountNet": 216, "orderedTotalAmountGross": 216, "receivedTotalAmountNet": 0, "receivedTotalAmountGross": 0, "supplierOrderReceptionTypes": [{}], "supplierReference": {"nullable": true}, "palletsNumber": 0, "customComment": {"nullable": true}, "supplierOrderCustomStatus": {"@id": "string", "@type": "string", "id": 0, "langs": [{"@id": "string", "@type": "string", "name": "string"}]}, "supplierOrderCustomDocument": {"@id": "string", "@type": "string", "id": 0, "langs": [{"@id": "string", "@type": "string", "name": "string"}]}, "currency": {"@id": "/api/currencies/2", "@type": "Currency", "id": 2, "name": "British Pound", "currencyCode": "GBP", "sign": "\u00a3"}, "carrierComment": {"nullable": true}, "organization": {"@id": "string", "@type": "string", "id": 0, "name": "string"}}
{"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", "id": 0, "name": "string", "organization": {"@id": "string", "@type": "string", "id": 0, "name": "string"}}, "arrival": "string", "status": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "supplierOrderDetails": [{"@id": "string", "@type": "string", "id": 0, "product": {"@id": "string", "@type": "string", "id": 0, "isPackPrepackaged": true, "volume": 0, "wholesalePrice": 0, "isKeg": true, "isPack": true, "name": "string", "thumbnail": "string", "hasBestBeforeDate": true, "organization": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "unitsPerPackage": 0, "perfectdraft": true, "organic": true, "manufacturerId": 0, "manufacturerName": "string"}, "status": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "expectedQuantity": 0, "receivedQuantity": null, "price": 0, "bestBeforeDate": null, "packing": null}], "description": "string", "dae": "string", "orderedTotalAmountNet": null, "orderedTotalAmountGross": null, "receivedTotalAmountNet": null, "receivedTotalAmountGross": null, "supplierOrderReceptionTypes": [{}], "supplierReference": null, "palletsNumber": 0, "customComment": null, "supplierOrderCustomStatus": {"@id": "string", "@type": "string", "id": 0, "langs": [{"@id": "string", "@type": "string", "name": "string"}]}, "supplierOrderCustomDocument": {"@id": "string", "@type": "string", "id": 0, "langs": [{"@id": "string", "@type": "string", "name": "string"}]}, "currency": null, "carrierComment": null, "organization": {"@id": "string", "@type": "string", "id": 0, "name": "string"}}}, "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "warehouse": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "organization": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}}}, "supplier": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "organization": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}}}, "arrival": {"type": "string"}, "status": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}, "supplierOrderDetails": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "product": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "isPackPrepackaged": {"type": "boolean"}, "volume": {"type": "integer"}, "wholesalePrice": {"type": "integer"}, "isKeg": {"type": "boolean"}, "isPack": {"type": "boolean"}, "name": {"type": "string"}, "thumbnail": {"type": "string"}, "hasBestBeforeDate": {"type": "boolean"}, "organization": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}, "unitsPerPackage": {"type": "integer"}, "perfectdraft": {"type": "boolean"}, "organic": {"type": "boolean"}, "manufacturerId": {"type": "integer"}, "manufacturerName": {"type": "string"}}}, "status": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}, "expectedQuantity": {"type": "integer"}, "receivedQuantity": {"type": "integer"}, "price": {"type": "integer"}, "bestBeforeDate": {"type": "string"}, "packing": {"type": "object", "properties": {"nullable": {"type": "boolean"}}}}}}, "description": {"type": "string"}, "dae": {"type": "string"}, "orderedTotalAmountNet": {"type": "integer"}, "orderedTotalAmountGross": {"type": "integer"}, "receivedTotalAmountNet": {"type": "integer"}, "receivedTotalAmountGross": {"type": "integer"}, "supplierOrderReceptionTypes": {"type": "array", "items": {"type": "object"}}, "supplierReference": {"type": "object", "properties": {"nullable": {"type": "boolean"}}}, "palletsNumber": {"type": "integer"}, "customComment": {"type": "object", "properties": {"nullable": {"type": "boolean"}}}, "supplierOrderCustomStatus": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "langs": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "name": {"type": "string"}}}}}}, "supplierOrderCustomDocument": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "langs": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "name": {"type": "string"}}}}}}, "currency": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "currencyCode": {"type": "string"}, "sign": {"type": "string"}}}, "carrierComment": {"type": "object", "properties": {"nullable": {"type": "boolean"}}}, "organization": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"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": "string", "required": true}]}}
{"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": {"type": "object", "properties": {"@type": {"type": "string"}, "hydra:template": {"type": "string"}, "hydra:variableRepresentation": {"type": "string"}, "hydra:mapping": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "variable": {"type": "string"}, "property": {"type": "string"}, "required": {"type": "boolean"}}}}}}}, "x-examples": {"example-1": {"@context": "/api/contexts/SupplierPaymentTerm", "@id": "/api/supplier_payment_terms", "@type": "hydra:Collection", "hydra:member": [{"@id": "/api/supplier_payment_terms/1", "@type": "SupplierPaymentTerm"}, {"@id": "/api/supplier_payment_terms/2", "@type": "SupplierPaymentTerm"}], "hydra:totalItems": 2, "hydra:search": {"@type": "hydra:IriTemplate", "hydra:template": "/api/supplier_payment_terms{?id,id[]}", "hydra:variableRepresentation": "BasicRepresentation", "hydra:mapping": [{"@type": "IriTemplateMapping", "variable": "id", "property": "id", "required": false}, {"@type": "IriTemplateMapping", "variable": "id[]", "property": "id", "required": false}]}}}}
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": {"@id": "string", "@type": "string", "id": 0, "name": "string"}}, "arrival": "string", "status": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "supplierOrderDetails": [{"@id": "string", "@type": "string", "id": 0, "product": {"@id": "string", "@type": "string", "id": 0, "isPackPrepackaged": true, "volume": 0, "wholesalePrice": 0, "isKeg": true, "isPack": true, "name": "string", "thumbnail": "string", "hasBestBeforeDate": true, "organization": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "unitsPerPackage": 0, "perfectdraft": true, "organic": true, "manufacturerId": 0, "manufacturerName": "string"}, "status": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "expectedQuantity": 0, "receivedQuantity": 0, "price": 0, "bestBeforeDate": "string", "packing": {"-'nullable'": true}}], "description": "string", "dae": "string", "orderedTotalAmountNet": 0, "orderedTotalAmountGross": 0, "receivedTotalAmountNet": 0, "receivedTotalAmountGross": 0, "supplierOrderReceptionTypes": [{}], "supplierReference": {"nullable": true}, "palletsNumber": 0, "customComment": {"nullable": true}, "supplierOrderCustomStatus": {"@id": "string", "@type": "string", "id": 0, "langs": [{"@id": "string", "@type": "string", "name": "string"}]}, "supplierOrderCustomDocument": {"@id": "string", "@type": "string", "id": 0, "langs": [{"@id": "string", "@type": "string", "name": "string"}]}, "currency": {"@id": "string", "@type": "string", " id": 0, "name": "string", " sign": "string"}, "carrierComment": {"nullable": true}, "organization": {"@id": "string", "@type": "string", "id": 0, "name": "string"}}
{"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": "Organization", "id": 1, "name": "interdrinks"}}, "supplier": {"@id": "/api/suppliers/1", "@type": "Supplier", "id": 1, "name": "testname22", "organization": {"@id": "/api/organizations/1", "@type": "Organization", "id": 1, "name": "interdrinks"}}, "arrival": "2017-10-25", "status": {"@id": "/api/supplier_order_statuses/3", "@type": "SupplierOrderStatus", "id": 3, "name": "Received"}, "supplierOrderDetails": [{"@id": "/api/supplier_order_details/40143", "@type": "SupplierOrderDetail", "id": 40143, "product": {"@id": "/api/products/7930", "@type": "Product", "id": 7930, "isPackPrepackaged": false, "volume": 0.355, "wholesalePrice": 12, "isKeg": false, "isPack": false, "name": "Goose Island Honkers Ale", "thumbnail": "https://images.interdrinks.com/v5/img/p/7930-38304-w100-h200-white.jpg", "hasBestBeforeDate": true, "organization": {"@id": "/api/organizations/1", "@type": "Organization", "id": 1, "name": "interdrinks"}, "unitsPerPackage": 39, "perfectdraft": false, "organic": false, "manufacturerId": 1116, "manufacturerName": "Goose Island Beer Company"}, "status": {"@id": "/api/supplier_order_detail_statuses/3", "@type": "SupplierOrderDetailStatus", "id": 3, "name": "Not received"}, "expectedQuantity": 10, "receivedQuantity": null, "price": 12, "bestBeforeDate": null, "packing": null}, {"@id": "/api/supplier_order_details/47335", "@type": "SupplierOrderDetail", "id": 47335, "product": {"@id": "/api/products/7931", "@type": "Product", "id": 7931, "isPackPrepackaged": false, "volume": 0.355, "wholesalePrice": 12, "isKeg": false, "isPack": false, "name": "Goose Island 312 Urban Wheat Ale", "thumbnail": "https://images.interdrinks.com/v5/img/p/7931-18858-w100-h200-white.jpg", "hasBestBeforeDate": true, "organization": {"@id": "/api/organizations/1", "@type": "Organization", "id": 1, "name": "interdrinks"}, "unitsPerPackage": 39, "perfectdraft": false, "organic": false, "manufacturerId": 1116, "manufacturerName": "Goose Island Beer Company"}, "status": {"@id": "/api/supplier_order_detail_statuses/1", "@type": "SupplierOrderDetailStatus", "id": 1, "name": "Draft"}, "expectedQuantity": 8, "receivedQuantity": null, "price": 12, "bestBeforeDate": null, "packing": null}], "description": "prou", "dae": "ABCD", "orderedTotalAmountNet": 216, "orderedTotalAmountGross": 216, "receivedTotalAmountNet": 0, "receivedTotalAmountGross": 0, "supplierOrderReceptionTypes": [], "supplierReference": null, "palletsNumber": 1, "customComment": null, "supplierOrderCustomStatus": {"@id": "/api/supplier_order_custom_statuses/1", "@type": "SupplierOrderCustomStatus", "id": 1, "langs": [{"@id": "/api/supplier_order_custom_status_langs/supplierOrderCustomStatus=1;lang=1", "@type": "SupplierOrderCustomStatusLang", "name": "in supension"}]}, "supplierOrderCustomDocument": {"@id": "/api/supplier_order_custom_documents/1", "@type": "SupplierOrderCustomDocument", "id": 1, "langs": [{"@id": "/api/supplier_order_custom_document_langs/supplierOrderCustomDocument=1;lang=1", "@type": "SupplierOrderCustomDocumentLang", "name": "DAE"}]}, "currency": null, "carrierComment": null, "organization": {"@id": "/api/organizations/1", "@type": "Organization", "id": 1, "name": "interdrinks"}}}, "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "warehouse": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "organization": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}}}, "supplier": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "organization": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}}}, "arrival": {"type": "string"}, "status": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}, "supplierOrderDetails": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "product": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "isPackPrepackaged": {"type": "boolean"}, "volume": {"type": "number"}, "wholesalePrice": {"type": "integer"}, "isKeg": {"type": "boolean"}, "isPack": {"type": "boolean"}, "name": {"type": "string"}, "thumbnail": {"type": "string"}, "hasBestBeforeDate": {"type": "boolean"}, "organization": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}, "unitsPerPackage": {"type": "integer"}, "perfectdraft": {"type": "boolean"}, "organic": {"type": "boolean"}, "manufacturerId": {"type": "integer"}, "manufacturerName": {"type": "string"}}}, "status": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}, "expectedQuantity": {"type": "integer"}, "receivedQuantity": {"type": "integer"}, "bestBeforeDate": {"type": "string"}, "price": {"type": "integer"}, "packing": {"type": "object", "properties": {"nullable": {"type": "boolean"}}}}}}, "description": {"type": "string"}, "dae": {"type": "string"}, "orderedTotalAmountNet": {"type": "integer"}, "orderedTotalAmountGross": {"type": "integer"}, "receivedTotalAmountNet": {"type": "integer"}, "receivedTotalAmountGross": {"type": "integer"}, "supplierOrderReceptionTypes": {"type": "array", "items": {"type": "object"}}, "supplierReference": {"type": "object", "properties": {"nullable": {"type": "boolean"}}}, "palletsNumber": {"type": "integer"}, "customComment": {"type": "object", "properties": {"nullable": {"type": "boolean"}}}, "supplierOrderCustomStatus": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "langs": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "name": {"type": "string"}}}}}}, "supplierOrderCustomDocument": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "langs": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "name": {"type": "string"}}}}}}, "currency": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, " id": {"type": "integer"}, "name": {"type": "string"}, " sign": {"type": "string"}}}, "carrierComment": {"type": "object", "properties": {"nullable": {"type": "boolean"}}}, "organization": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}}}
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": "string", "langs": [{"@type": "string", "@id": "string", "name": "string"}]}}}
{"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": "OrderRefund", "id": 11306, "order": {"@id": "/api/orders/917525", "@type": "PsOrder", "id": 917525, "shop": {"@id": "/api/shops/1", "@type": "Shop", "id": 1, "name": "Saveur Bi\u00e8re"}, "customer": {"@id": "/api/customers/476208", "@type": "Customer", "fullName": "Amandine1 Test", "lastOrderId": 960077}}, "token": "5e29b74cecf1c", "orderRefundStatus": {"@id": "/api/order_refund_statuses/3", "@type": "OrderRefundStatus", "id": 3, "name": "validated", "langs": [{"@type": "OrderRefundStatusLang", "@id": "_:24421", "name": "valided"}, {"@type": "OrderRefundStatusLang", "@id": "_:24431", "name": "valid\u00e9"}]}}]}, "hydra:totalItems": 871, "hydra:view": {"@id": "/api/order_refunds?page=1", "@type": "hydra:PartialCollectionView", "hydra:first": "/api/order_refunds?page=1", "hydra:last": "/api/order_refunds?page=30", "hydra:next": "/api/order_refunds?page=2"}, "hydra:search": {"@type": "hydra:IriTemplate", "hydra:template": "/api/order_refunds{?order.id,order.shop.id,order.shop.id[],orderRefundStatus.id,orderRefundStatus.id[],token,token[],groups[]}", "hydra:variableRepresentation": "BasicRepresentation", "hydra:mapping": [{"@type": "IriTemplateMapping", "variable": "order.id", "property": "order.id", "required": false}, {"@type": "IriTemplateMapping", "variable": "order.shop.id", "property": "order.shop.id", "required": false}, {"@type": "IriTemplateMapping", "variable": "order.shop.id[]", "property": "order.shop.id", "required": false}, {"@type": "IriTemplateMapping", "variable": "orderRefundStatus.id", "property": "orderRefundStatus.id", "required": false}, {"@type": "IriTemplateMapping", "variable": "orderRefundStatus.id[]", "property": "orderRefundStatus.id", "required": false}, {"@type": "IriTemplateMapping", "variable": "token", "property": "token", "required": false}, {"@type": "IriTemplateMapping", "variable": "token[]", "property": "token", "required": false}, {"@type": "IriTemplateMapping", "variable": "groups[]", "property": null, "required": false}]}}}
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": true, "unitsPerPackage": 0, "perfectdraft": true, "organic": true, "manufacturerId": 0, "manufacturerName": "string"}, "status": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "expectedQuantity": 0, "receivedQuantity": 0, "bestBeforeDate": "string", "packing": {"nullable": true}}
{"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": "string", "thumbnail": "string", "hasBestBeforeDate": true, "unitsPerPackage": 0, "perfectdraft": true, "organic": true, "manufacturerId": 0, "manufacturerName": "string"}, "status": {"@id": "string", "@type": "string", "id": 0, "name": "string"}, "expectedQuantity": 0, "receivedQuantity": 0, "bestBeforeDate": "string", "packing": null}}, "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "supplierOrder": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}}}, "product": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "isPackPrepackaged": {"type": "boolean"}, "volume": {"type": "integer"}, "isKeg": {"type": "boolean"}, "isPack": {"type": "boolean"}, "name": {"type": "string"}, "thumbnail": {"type": "string"}, "hasBestBeforeDate": {"type": "boolean"}, "unitsPerPackage": {"type": "integer"}, "perfectdraft": {"type": "boolean"}, "organic": {"type": "boolean"}, "manufacturerId": {"type": "integer"}, "manufacturerName": {"type": "string"}}}, "status": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}}, "expectedQuantity": {"type": "integer"}, "receivedQuantity": {"type": "integer"}, "bestBeforeDate": {"type": "string"}, "packing": {"type": "object", "properties": {"nullable": {"type": "boolean"}}}}}
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 authentication"}, "is_generated": {"type": "boolean"}, "is_matched": {"type": "boolean"}, "network_mccmnc": {"type": ["string", "null"], "description": "MCCMNC of user's network"}, "network_name": {"type": ["string", "null"], "description": "Name of user's network"}, "country": {"type": ["string", "null"], "description": "Country of user's network"}, "is_validated": {"type": "boolean"}, "generated_at": {"type": ["string", "null"], "description": "Time when Flashcall was generated"}, "matched_at": {"type": ["string", "null"], "description": "Time when Flashcall was matched"}, "validated_at": {"type": ["string", "null"], "description": "Time when Flashcall was validated"}, "created_at": {"type": ["string", "null"]}}}}, "description": "ok"}
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 number used to call the"}, "generated_at": {"type": "string", "description": "Flashcall creation timestamp"}}, "description": "ok"}
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": true, "ipv4": "104.244.42.129", "ipv4MappedIpv6": {"ipv6Compressed": "::ffff:68F4:2A81", "ipv6ExpandedShort": "0.0.0.0.0:ffff:68F4:2A81", "ipv6Expanded": "0000.0000.0000.0000.0000:ffff:68F4:2A81"}}, {"success": false, "ipv4": "::ffff:0808:0808", "ipv4MappedIpv6": "ipv4 address is invalid"}, {"success": true, "ipv4": "126.90.56.100", "ipv4MappedIpv6": {"ipv6Compressed": "::ffff:7E5A:3864", "ipv6ExpandedShort": "0.0.0.0.0:ffff:7E5A:3864", "ipv6Expanded": "0000.0000.0000.0000.0000:ffff:7E5A:3864"}}, {"success": true, "ipv4": "234.114.78.30", "ipv4MappedIpv6": {"ipv6Compressed": "::ffff:EA72:4E1E", "ipv6ExpandedShort": "0.0.0.0.0:ffff:EA72:4E1E", "ipv6Expanded": "0000.0000.0000.0000.0000:ffff:EA72:4E1E"}}, {"success": true, "ipv4": "100.01.10.99", "ipv4MappedIpv6": {"ipv6Compressed": "::ffff:6401:0A63", "ipv6ExpandedShort": "0.0.0.0.0:ffff:6401:0A63", "ipv6Expanded": "0000.0000.0000.0000.0000:ffff:6401:0A63"}}, {"success": true, "ipv4": "76.254.89.66", "ipv4MappedIpv6": {"ipv6Compressed": "::ffff:4CFE:5942", "ipv6ExpandedShort": "0.0.0.0.0:ffff:4CFE:5942", "ipv6Expanded": "0000.0000.0000.0000.0000:ffff:4CFE:5942"}}, {"success": true, "ipv4": "127.0.0.1", "ipv4MappedIpv6": {"ipv6Compressed": "::ffff:7F00:0001", "ipv6ExpandedShort": "0.0.0.0.0:ffff:7F00:0001", "ipv6Expanded": "0000.0000.0000.0000.0000:ffff:7F00:0001"}}, {"success": false, "ipv4": "de.204.29.69", "ipv4MappedIpv6": "ipv4 address is invalid"}]
{"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 mapped ipv6"}, {"success": true, "ipv4MappedIpv6": "0.0.0.0.0:ffff:127.0.0.1", "ipv4": "127.0.0.1"}, {"success": false, "ipv4MappedIpv6": "0.0.0.0.0:ffff:197.50.127.700", "ipv4": "ipv6 address is invalid"}, {"success": true, "ipv4MappedIpv6": "0.0.0.0.0:ffff:197.50.127.70", "ipv4": "197.50.127.70"}, {"success": false, "ipv4MappedIpv6": "0.0.0.0.0:ffff:640B1:0A623:56D40", "ipv4": "ipv6 address is invalid"}, {"success": true, "ipv4MappedIpv6": "::ffff:7E5A:3864", "ipv4": "126.90.56.100"}, {"success": true, "ipv4MappedIpv6": "0.0.0.0.0:ffff:6401:0A63", "ipv4": "100.1.10.99"}, {"success": true, "ipv4MappedIpv6": "0.0.0.0.0:ffff:7F00:0001", "ipv4": "127.0.0.1"}, {"success": true, "ipv4MappedIpv6": "0000.0000.0000.0000.0000:ffff:EA72:4E1E", "ipv4": "234.114.78.30"}, {"success": true, "ipv4MappedIpv6": "::ffff:4CFE:5942", "ipv4": "76.254.89.66"}, {"success": false, "ipv4MappedIpv6": "de.204.29.69", "ipv4": "ipv6 address is invalid"}, {"success": true, "ipv4MappedIpv6": "0.0.0.0.0:ffff:EA75:4E1E", "ipv4": "234.117.78.30"}, {"success": false, "ipv4MappedIpv6": "0000.0000.0000.0000.0000:ffff:EAM2:4E1K", "ipv4": "ipv6 address is invalid"}]
{"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": "[email protected]", "phone_number": "0740-304-475", "location": {"street": "3655 manchester road", "city": "winchester", "state": "berkshire", "postcode": "YB2 8EJ"}, "first_name": "melissa", "last_name": "fleming"}, {"email": "[email protected]", "phone_number": "05761325", "location": {"street": "3391 pilevangen", "city": "overby lyng", "state": "danmark", "postcode": 88520}, "first_name": "christoffer", "last_name": "christiansen"}]
{"$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": {"type": ["integer", "string"]}}, "required": ["city", "postcode", "state", "street"]}, "first_name": {"type": "string"}, "last_name": {"type": "string"}}, "required": ["email", "first_name", "last_name", "location", "phone_number"]}}
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_type": "Clothes", "value": "Guayabera"}]}
{"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": "[email protected]", "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", "type": "object", "additionalProperties": {"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"}, "filename": {"title": "Filename", "type": "string"}, "title": {"title": "Title", "type": "string"}, "create_date": {"title": "Create Date", "type": "string"}, "document_date": {"title": "Document Date", "type": "string"}, "beginning_bates": {"title": "Beginning Bates", "type": "string"}, "ending_bates": {"title": "Ending Bates", "type": "string"}, "page_count": {"title": "Page Count", "type": "integer"}, "bates_pattern": {"title": "Bates Pattern", "type": "string"}}, "description": "Document model"}, "default": {}}}, "description": "Tracker model"}
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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": "TJD000009", "page_count": "9", "bates_pattern": "TJD\\d{6}"}
{"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"}, "filename": {"title": "Filename", "type": "string"}, "title": {"title": "Title", "type": "string"}, "create_date": {"title": "Create Date", "type": "string"}, "document_date": {"title": "Document Date", "type": "string"}, "beginning_bates": {"title": "Beginning Bates", "type": "string"}, "ending_bates": {"title": "Ending Bates", "type": "string"}, "page_count": {"title": "Page Count", "type": "integer"}, "bates_pattern": {"title": "Bates Pattern", "type": "string"}}, "description": "Document model"}
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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": "string"}, "user_name": {"title": "User Name", "type": "string"}, "documents": {"title": "Documents", "type": "object", "additionalProperties": {"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"}, "filename": {"title": "Filename", "type": "string"}, "title": {"title": "Title", "type": "string"}, "create_date": {"title": "Create Date", "type": "string"}, "document_date": {"title": "Document Date", "type": "string"}, "beginning_bates": {"title": "Beginning Bates", "type": "string"}, "ending_bates": {"title": "Ending Bates", "type": "string"}, "page_count": {"title": "Page Count", "type": "integer"}, "bates_pattern": {"title": "Bates Pattern", "type": "string"}}, "description": "Document model"}, "default": {}}}, "description": "Tracker model"}}
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}, "O3": {"type": "object", "properties": {"concentration": {"type": "number"}, "aqi": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}, "SO2": {"type": "object", "properties": {"concentration": {"type": "number"}, "aqi": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}, "PM2.5": {"type": "object", "properties": {"concentration": {"type": "number"}, "aqi": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}, "PM10": {"type": "object", "properties": {"concentration": {"type": "number"}, "aqi": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}, "overall_aqi": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}
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 integrate horoscope content into their own applications and websites. The predictions are generated using algorithms that consider the position of the planets and other astrological...
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 integrate horoscope content into their own applications and websites. The predictions are generated using algorithms that consider the position of the planets and other astrological...
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 it is necessary to communicate with others, experience life, and develop self-confidence. Friendships and relationships play a major role. Implementation of material goals is difficult, even if money come in unexpected ways. They are often diligent students; they may have rich spiritual life or go on a long journey. They feel good in the countryside, in the mountains or by the sea. These people may have different healing talents e.g. physical, emotional or spiritual.", "number": "7"}
{"$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 integrate horoscope content into their own applications and websites. The predictions are generated using algorithms that consider the position of the planets and other astrological...
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 individual's nature and tendencies. The endpoint is designed to be easy to use, with a clear and concise format that makes it simple to access and understand the information.
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 expensive and beautiful things. They may even have a taste for the finer things in life. They will focus more on partnerships. Relationships are paramount for them. However, they will prioritize the needs of others.\nLibrans admire harmony and love gentleness and peace around them. Hence, they become mediators and patch up the quarrels happening between others whenever possible. They try to keep everyone happy and engaged. They are ruled by Venus and hence, adore high art, intellectualism, and connoisseurship. Also, they are cool, calculative, cerebral and charming. They can charm anyone and also draw many people to them. They are fond of social aspects as well.", "career": "Libra natives always consider their colleagues as their close mates. You thrive in a company culture where there is low-drama, harmony, trustworthy employees and lots of fun working in a team. You find it a bit tough to work in a more buttoned-up and reserved environment. You avoid drama in the workplace. You are very creative and fun-loving and always try to have fun in the workplace. You bristle at rigidity, preferring to find your way when there is a lot of workload or when you have a hectic schedule. The big picture is far more important to you than the details. This means you may lose steam halfway through a project\u2014especially without a team member to hold you accountable and cheer you to do more efforts.", "compatibility": "Gemini, Aquarius, Leo, Sagittarius", "date_range": "September 23 - October 22", "element": "Air", "health": "Balance is the key to Libra's health and wellbeing. You need to have a balanced diet, balance of work and recreation and maintain balanced relationships with other people. You tend to be overactive and restless. You need to stay away from thoughtless actions as they can bring stress and tension. You have a habit to work under extreme conditions. Thus, you may suffer from nervous exhaustion which may lead to poor dietary habits. Due to systematic overload, you feel tired and weak at times. Also, you may suffer from memory loss as well. So having a quiet time and minimum simulation will be of great benefit to you.\nThe ruling planet Venus holds sway over skin, hair, and veins, as well as the throat, kidneys, and the lumbar region. You are prone to weakness in the lower back. You may also be prone to kidney ailments and skin breakouts which can cause restlessness. Avoid intake of alcohol and the food that is difficult to digest. Drinking plenty of water will be helpful for you as it will keep your system flushed and free from toxins.", "love": "Librans love to be in love with someone and be loved in return. You love the traditional accouterments of romance. You admire beauty and harmony in all forms; music, art, people, and romance. You will not just look for love and romance but also for the one who can co-create an easy rapport. You are very romantic and soft-hearted. You expect to be appreciated by your loved ones and reciprocate well to the admiration. You enjoy being flattered so you want them to compliment you for your choice of restaurants, films, attire, and everything you feel is best for you.\nYou have a natural ability to appease your beloved and usually feel inclined to do things he/she wants to do. You are always looking for the one who satisfies you emotionally, spiritually, intellectually, and physically. Also, you are attracted to the one who stands out in a crowd.", "man": "Libra man is an expert communicator. You always have the perfect thing to say in any situation. You can come off as diplomatic, tactful, and charismatic according to the situation. You belong to a cardinal sign so motivated to start a conversation in social settings. Libra men are ruled by Venus, the planet of love, pleasure, and relationships. Libra men are filled to the brim with romantic thoughts, and also love to share them.\nYour natural optimism is one of the main reasons why people find you perfect for giving advice, an ice breaker to strike up a conversation, or witty one-liners to make the whole room laugh. You are a socialist and have a ton of friends, but everything you do will be in a partnership. You can turn every outing into an exciting and romantic experience with your charm and silliness. Although you are fun-loving and flexible in nature, you may get annoyed when you feel you are inconsistent.", "name": "Libra", "nature": "Libra natives will tend to be highly imaginative, pleasant, courteous, creative and elegant individuals. You have a very cool-headed and calm personality. Usually, you do not get into hot discussions easily. For instance, you get angry, but your anger will be short-lived. You are balanced and fascinated by symmetry. You are always willing to help people in need. You voluntarily provide financial, moral and psychological support to your near and dear ones. You are socially inclined and like to spend time and resources with loved ones.\nAlthough you are highly creative, you will try traditional methods first. If this method is not working, you will try new methods to achieve success. You are good at expressing yourselves about all aspects of life and also possess excellent convincing power. You simply like to weigh the best options for yourselves as well as the people around you.", "relationship": "Libra relationships are expected to be balanced, with an equal give and take. You will spend an enormous amount of energy and time cultivating a long term relationship. Once you are committed to someone, you are very loyal. You strive for harmony in your relationships.\nLibra is an amazing sign to be in a relationship with. You literally do your best in relationships and once someone has won your heart, you will give your best to maintain it. You are very thoughtful, caring, loving and will give everything for the people you love. You are social butterflies and do well in groups of people. Also, you have a natural skills of understanding, mediating, and collaborating with people and these skills will help you maintain your relationships with others. You avoid getting into raging arguments and fights and always try to sort things out logically no matter how tense the situation is. You do everything in your power to make things right and return to peace.", "ruling_planet": "Venus", "strengths": "Cooperative, diplomatic, gracious, fair-minded, social", "symbol": "Scales", "weaknesses": "Indecisive, avoids confrontations, will carry a grudge, self-pity", "woman": "Libra women are very intelligent, coquettish, charming, captivating, and friendly. So you can draw people to you naturally and easily. You are always up for a wild and playful adventure. You embody fairness, justice, and balance. Libra women are represented by the scales, so ideally weighted, flawless, and complete. Also, you are highly sociable and have a gift for communication. You are a fascinating mix of rational logic and erratic emotion. You shoot holes in others\u2019 flawed opinions then make up for winning the argument with your charm. You are always open to reason and common sense. You will good-naturedly admit your mistakes if people talk to you logically. You are always fashionable, elegant, tasteful, and well-groomed. Above this, you have an eye for quality, beauty, and harmony in all things. Your refined and caring nature will help you take care of your partner both physically and emotionally. You love everything about romance and partnership and will constantly work towards improving a relationship."}
{"$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": "string"}, "name": {"type": "string"}, "nature": {"type": "string"}, "relationship": {"type": "string"}, "ruling_planet": {"type": "string"}, "strengths": {"type": "string"}, "symbol": {"type": "string"}, "weaknesses": {"type": "string"}, "woman": {"type": "string"}}, "required": ["about", "career", "compatibility", "date_range", "element", "health", "love", "man", "name", "nature", "relationship", "ruling_planet", "strengths", "symbol", "weaknesses", "woman"]}
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 integrate horoscope content into their own applications and websites. The predictions are generated using algorithms that consider the position of the planets and other astrological...
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, this can be a relationship that enjoys great balance. Aries is the Sign of Self while Libra is the Sign of Partnership, and the differences continue: Aries is impulsive, excitable and ready to jump right into something new and exciting, while Libra is indecisive, peace-loving and prefers a calm, smooth approach. Aries can learn from Libra that their own way isn\u2019t necessarily the best way.\n\n Aries can learn from Libra that their own way isn\u2019t necessarily the best way.\n\nThese two Signs share the great sexual attraction common to all Signs opposite in polarity. At the same time, though this pair\u2019s connection is amazing when it\u2019s good, it can be extremely challenging when it\u2019s bad. All polarities have energies that tend to tangle or knot if understandings can\u2019t be reached. As a combination, Aries and Libra are well-balanced. Charming, cultured Libra can teach brash Aries something about style. Libra prizes harmony in a relationship and will go to great lengths to maintain it. Aries is very decisive and can teach indecisive Libra about relying on intuition for answers.\n\n"}, {"header": "Planets", "text": "Aries is ruled by the Planet Mars and Libra is ruled by the Planet Venus.\n\n This is a great match, as these are the Planets of Passion and Love, respectively. Venus and Mars go well together as they\u2019re the two sides of the love relationship coin. They\u2019re universally recognized as male and female and this relationship is a good balance of masculine and feminine energy. Venus is about the beauty of romance while Mars is about the passion of romance. What a good combination!.\n\n"}, {"header": "Elements", "text": "Aries is a Fire Sign and Libra is an Air Sign.\n\n Air fuels Fire and helps it grow and spread. Aries can have a very positive effect on Libra\u2019s growth, ideas and progress; Aries can help Libra put their ideas into action. Working together can be challenging at times, however, due to their polarity. Aries\u2019s fast-paced, impetuous approach to projects may conflict with Libra\u2019s more balanced, intellectual approach. However, both Signs have wide-ranging interests, and at the end of a long, active day, Aries can come home full of interesting stories to tell the more cerebral Libra!.\n\n"}, {"header": "Modalities", "text": "Aries and Libra are both Cardinal Signs.\n\n They both have a lot of initiative \u2014 but lack in follow-through. They both tend to start things they\u2019re never going to finish, whether it\u2019s a job, a project, a relationship \u2026 Aries will appear to be the leader because of their energy and forceful nature, but Libra leads from an intellectual standpoint. Both Signs want to be in charge, but Aries uses force and sometimes intimidation to get what they want while Libra uses charm and sometimes manipulation. Compromise is essential to this relationship\u2019s health. Diplomatic Libra has a much easier time with compromise than does Aries, who strongly dislikes yielding to another person, viewing it as submission. Libra may have to give in more often to Aries\u2019s wishes in order to keep the peace that they so cherish.\n\n"}, {"header": "What\u2019s the best aspect of the Aries-Libra relationship?", "text": " The harmony resulting from the union of Venus and Mars. The balance between self and other represented by this polarity is a great learning experience for both Signs. Each brings to the relationship what the other is missing, making for a wonderful balance.\n\n"}]
{"$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 integrate horoscope content into their own applications and websites. The predictions are generated using algorithms that consider the position of the planets and other astrological...
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 developers to integrate tarot card readings into their own applications and websites.
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_desc": "", "desc": "Luxury. Abandonment to desire. New ambition.", "name": "Four of Cups", "rdesc": "Luxury that does not provide happiness. Dissatisfaction with material success. Turning point in life.", "sequence": 58}, {"cbd_desc": "Light and warmth, abundance, blessings. Pleasant feeling, emotional or physical healing. Partnership, trust, sharing, brotherhood. Human touch. An ideal father figure. Matters relating to children. Setting limits in a moderate and non-oppressive way.", "desc": "Glory. Material happiness. Happy marriage or relationship, collaboration. Success. Pleasure. Energy, motivation, inspiration to others.", "name": "The Sun", "rdesc": "Annoyances, disguise. Arrogance. Broken engagement or lost job.", "sequence": 20}]}
{"$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", "desc", "name", "rdesc", "sequence"]}}}, "required": ["res"]}
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 integrate horoscope content into their own applications and websites. The predictions are generated using algorithms that consider the position of the planets and other astrological...
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 developers to integrate tarot card readings into their own applications and websites.
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. Great physical and mental strength. Swiftness. The transitory power. Travel.", "name": "The Chariot", "rdesc": "Generalized disorder. Illness. Dangerous restlessness. Danger of a violent accident.", "sequence": 8}]}
{"$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", "desc", "name", "rdesc", "sequence"]}}}, "required": ["res"]}
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": 9223372036854776000}, "name": {"type": "string"}}}, "name": {"type": "string"}, "photoUrls": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}}, "status": {"type": "string", "description": "pet status in the store", "enum": ["available", "pending", "sold"]}}}
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": "string"}, "userStatus": {"type": "integer", "format": "int32", "description": "User Status", "minimum": -2147483648, "maximum": 2147483647}}}
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": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}, "name": {"type": "string"}, "photoUrls": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}}, "status": {"type": "string", "description": "pet status in the store", "enum": ["available", "pending", "sold"]}}}}
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": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}, "name": {"type": "string"}, "photoUrls": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}}}}, "status": {"type": "string", "description": "pet status in the store", "enum": ["available", "pending", "sold"]}}}}
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": -2147483648, "maximum": 2147483647}, "shipDate": {"type": "string", "format": "date-time"}, "status": {"type": "string", "description": "Order Status", "enum": ["placed", "approved", "delivered"]}, "complete": {"type": "boolean", "default": false}}}
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": -2147483648, "maximum": 2147483647}, "shipDate": {"type": "string", "format": "date-time"}, "status": {"type": "string", "description": "Order Status", "enum": ["placed", "approved", "delivered"]}, "complete": {"type": "boolean", "default": false}}}
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", "colors", "tags"]}}
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 & Fiction"], "influences": ["Robert Bloch", "Ray Bradbury", "Charles Dickens", "Shirley Jackson", "H.P. Lovecraft", "John D. MacDonald", "Richard Matheson", "J.R.R. Tolkien"], "description": "Stephen Edwin King was born the second son of Donald and Nellie Ruth Pillsbury King. After his father left them when Stephen was two, he and his older brother, David, were raised by his mother. Parts of his childhood were spent in Fort Wayne, Indiana, where his father's family was at the time, and in Stratford, Connecticut. When Stephen was eleven, his mother brought her children back to Durham, Maine, for good. Her parents, Guy and Nellie Pillsbury, had become incapacitated with old age, and Ruth King was persuaded by her sisters to take over the physical care of them. Other family members provided a small house in Durham and financial support. After Stephen's grandparents passed away, Mrs. King found work in the kitchens of Pineland, a nearby residential facility for the mentally challenged.\n\nStephen attended the grammar school in Durham and Lisbon Falls High School, graduating in 1966. From his sophomore year at the University of Maine at Orono, he wrote a weekly column for the school newspaper, THE MAINE CAMPUS. He was also active in student politics, serving as a member of the Student Senate. He came to support the anti-war movement on the Orono campus, arriving at his stance from a conservative view that the war in Vietnam was unconstitutional. He graduated in 1970, with a B.A. in English and qualified to teach on the high school level. A draft board examination immediately post-graduation found him 4-F on grounds of high blood pressure, limited vision, flat feet, and punctured eardrums.\n\nHe met Tabitha Spruce in the stacks of the Fogler Library at the University, where they both worked as students; they married in January of 1971. As Stephen was unable to find placement as a teacher immediately, the Kings lived on his earnings as a laborer at an industrial laundry, and her student loan and savings, with an occasional boost from a short story sale to men's magazines.\n\nStephen made his first professional short story sale (\"The Glass Floor\") to Startling Mystery Stories in 1967. Throughout the early years of his marriage, he continued to sell stories to men's magazines. Many were gathered into the Night Shift collection or appeared in other anthologies.\n\nIn the fall of 1971, Stephen began teaching English at Hampden Academy, the public high school in Hampden, Maine. Writing in the evenings and on the weekends, he continued to produce short stories and to work on novels."}
{"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": "string"}}, "description": {"type": "string"}}}
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"], "influences": ["Robert Bloch", "Ray Bradbury", "Charles Dickens", "Shirley Jackson", "H.P. Lovecraft", "John D. MacDonald", "Richard Matheson", "J.R.R. Tolkien"], "description": "Stephen Edwin King was born the second son of Donald and Nellie Ruth Pillsbury King. After his father left them when Stephen was two, he and his older brother, David, were raised by his mother. Parts of his childhood were spent in Fort Wayne, Indiana, where his father's family was at the time, and in Stratford, Connecticut. When Stephen was eleven, his mother brought her children back to Durham, Maine, for good. Her parents, Guy and Nellie Pillsbury, had become incapacitated with old age, and Ruth King was persuaded by her sisters to take over the physical care of them. Other family members provided a small house in Durham and financial support. After Stephen's grandparents passed away, Mrs. King found work in the kitchens of Pineland, a nearby residential facility for the mentally challenged.\n\nStephen attended the grammar school in Durham and Lisbon Falls High School, graduating in 1966. From his sophomore year at the University of Maine at Orono, he wrote a weekly column for the school newspaper, THE MAINE CAMPUS. He was also active in student politics, serving as a member of the Student Senate. He came to support the anti-war movement on the Orono campus, arriving at his stance from a conservative view that the war in Vietnam was unconstitutional. He graduated in 1970, with a B.A. in English and qualified to teach on the high school level. A draft board examination immediately post-graduation found him 4-F on grounds of high blood pressure, limited vision, flat feet, and punctured eardrums.\n\nHe met Tabitha Spruce in the stacks of the Fogler Library at the University, where they both worked as students; they married in January of 1971. As Stephen was unable to find placement as a teacher immediately, the Kings lived on his earnings as a laborer at an industrial laundry, and her student loan and savings, with an occasional boost from a short story sale to men's magazines.\n\nStephen made his first professional short story sale (\"The Glass Floor\") to Startling Mystery Stories in 1967. Throughout the early years of his marriage, he continued to sell stories to men's magazines. Many were gathered into the Night Shift collection or appeared in other anthologies.\n\nIn the fall of 1971, Stephen began teaching English at Hampden Academy, the public high school in Hampden, Maine. Writing in the evenings and on the weekends, he continued to produce short stories and to work on novels."}
{"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": {"type": "string"}}, "description": {"type": "string"}}}
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._SY75_.jpg", "rating": 4.14, "ratings": 7}, {"id": 58964946, "url": "https://www.goodreads.com/book/show/58964946-red-screen", "title": "Red Screen", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1631540316i/58964946._SY75_.jpg", "rating": 3.71, "ratings": 498}, {"id": 56852407, "url": "https://www.goodreads.com/book/show/56852407-billy-summers", "title": "Billy Summers", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1618151020i/56852407._SY75_.jpg", "rating": 4.31, "ratings": 46227}, {"id": 58569462, "url": "https://www.goodreads.com/book/show/58569462-in-the-tall-grass", "title": "In the Tall Grass", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1626468890i/58569462._SX50_.jpg", "rating": 3.71, "ratings": 14}, {"id": 54798175, "url": "https://www.goodreads.com/book/show/54798175-later", "title": "Later", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1596448456i/54798175._SY75_.jpg", "rating": 4.03, "ratings": 67129}, {"id": 46015758, "url": "https://www.goodreads.com/book/show/46015758-if-it-bleeds", "title": "If It Bleeds", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1571399830i/46015758._SY75_.jpg", "rating": 4.04, "ratings": 58683}, {"id": 35115736, "url": "https://www.goodreads.com/book/show/35115736-el-hombre-del-traje-negro", "title": "El hombre del traje negro", "author": "Stephen KingNathaniel Hawthorne(Contributor)\u00cd\u00f1igo J\u00e1uregui(Translator)Ana Juan(Illustrator)", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1510080229i/35115736._SX50_.jpg", "rating": 3.66, "ratings": 1095}, {"id": 43798285, "url": "https://www.goodreads.com/book/show/43798285-the-institute", "title": "The Institute", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1549241208i/43798285._SY75_.jpg", "rating": 4.2, "ratings": 177750}, {"id": 58651542, "url": "https://www.goodreads.com/book/show/58651542", "title": "\u09b0\u09be\u0987\u09a1\u09bf\u0982 \u09a6\u09cd\u09af \u09ac\u09c1\u09b2\u09c7\u099f \u0993 \u09a6\u09cd\u09af \u09b0\u200c\u09cd\u09af\u09be\u09ab\u099f", "author": "Stephen King\u09b8\u09be\u09b2\u09ae\u09be\u09a8 \u09b8\u09be\u09a6(Translator)", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1627495598i/58651542._SY75_.jpg", "rating": null, "ratings": 2}, {"id": 38355410, "url": "https://www.goodreads.com/book/show/38355410-elevation", "title": "Elevation", "author": "Stephen KingMark Edward Geyer(Illustrator)", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1542040067i/38355410._SX50_.jpg", "rating": 3.67, "ratings": 95193}, {"id": 39217966, "url": "https://www.goodreads.com/book/show/39217966-flight-or-fright", "title": "Flight or Fright: 17 Turbulent Tales", "author": "Stephen King(Editor)Bev Vincent(Editor)E. Michael LewisArthur Conan Doyle", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1520972704i/39217966._SY75_.jpg", "rating": 3.5, "ratings": 4962}, {"id": 36124936, "url": "https://www.goodreads.com/book/show/36124936-the-outsider", "title": "The Outsider", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1524596540i/36124936._SY75_.jpg", "rating": 3.98, "ratings": 230437}, {"id": 40138871, "url": "https://www.goodreads.com/book/show/40138871-laurie", "title": "Laurie", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/nophoto/book/111x148._SX50_.png", "rating": 3.72, "ratings": 6854}, {"id": 42107008, "url": "https://www.goodreads.com/book/show/42107008-the-turbulence-expert", "title": "The Turbulence Expert", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1538358865i/42107008._SY75_.jpg", "rating": 3.55, "ratings": 40}, {"id": 34466922, "url": "https://www.goodreads.com/book/show/34466922-sleeping-beauties", "title": "Sleeping Beauties", "author": "Stephen KingOwen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1510335748i/34466922._SY75_.jpg", "rating": 3.73, "ratings": 74307}, {"id": 34430839, "url": "https://www.goodreads.com/book/show/34430839-gwendy-s-button-box", "title": "Gwendy's Button Box (The Button Box, #1)", "author": "Stephen KingRichard ChizmarKeith Minnion(Illustrator)", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1488303321i/34430839._SY75_.jpg", "rating": 3.9, "ratings": 48102}, {"id": 40245925, "url": "https://www.goodreads.com/book/show/40245925", "title": "\u0412 \u043f\u043e\u043b\u0443\u043c\u0440\u0430\u043a\u0435 \u0443\u0436\u0430\u0441\u0430", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1527738197i/40245925._SY75_.jpg", "rating": null, "ratings": 1}, {"id": 58653164, "url": "https://www.goodreads.com/book/show/58653164-the-music-room", "title": "The Music Room", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1627519324i/58653164._SX50_.jpg", "rating": 3.25, "ratings": 8}, {"id": 30320208, "url": "https://www.goodreads.com/book/show/30320208-hearts-in-suspension", "title": "Hearts in Suspension", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1475932423i/30320208._SX50_.jpg", "rating": 4.07, "ratings": 199}, {"id": 30840523, "url": "https://www.goodreads.com/book/show/30840523-six-scary-stories", "title": "Six Scary Stories", "author": "Stephen King(Editor)Elodie HarperManuela SaragosaPaul Bassett Davies", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1467632130i/30840523._SX50_.jpg", "rating": 3.66, "ratings": 4693}, {"id": 25526965, "url": "https://www.goodreads.com/book/show/25526965-end-of-watch", "title": "End of Watch (Bill Hodges Trilogy, #3)", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1511289068i/25526965._SY75_.jpg", "rating": 4.08, "ratings": 101053}, {"id": 30736453, "url": "https://www.goodreads.com/book/show/30736453-cookie-jar", "title": "Cookie Jar: A Short Story", "author": "Stephen KingPat Perry(Ilustrator)", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1619277161i/30736453._SX50_.jpg", "rating": 3.87, "ratings": 843}, {"id": 26240988, "url": "https://www.goodreads.com/book/show/26240988-stephen-king-box-set", "title": "Stephen King Box Set: Mr. Mercedes, Everything's Eventual, Lisey's Story", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1444663407i/26240988._SX50_.jpg", "rating": 4.29, "ratings": 38}, {"id": 27776403, "url": "https://www.goodreads.com/book/show/27776403-obits", "title": "Obits", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1470235222i/27776403._SY75_.jpg", "rating": 3.74, "ratings": 274}, {"id": 23512999, "url": "https://www.goodreads.com/book/show/23512999-the-bazaar-of-bad-dreams", "title": "The Bazaar of Bad Dreams", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1468705688i/23512999._SY75_.jpg", "rating": 3.92, "ratings": 51116}, {"id": 30140685, "url": "https://www.goodreads.com/book/show/30140685-1", "title": "\u0421\u0442\u0440\u0430\u0448\u043d\u0438 \u0441\u044a\u043d\u0438\u0449\u0430 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u043d 1", "author": "Stephen King\u0421\u0442\u0438\u0432\u044a\u043d \u041a\u0438\u043d\u0433\u0412\u0435\u0441\u0435\u043b\u0430 \u041f\u0440\u043e\u0448\u043a\u043e\u0432\u0430(Translator)\u041f\u0430\u0432\u0435\u043b \u0411\u043e\u044f\u043d\u043e\u0432(Translator)", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1462819603i/30140685._SY75_.jpg", "rating": 3.62, "ratings": 122}, {"id": 58663533, "url": "https://www.goodreads.com/book/show/58663533-joyland", "title": "Joyland: Illustrated Edition", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1627672039i/58663533._SY75_.jpg", "rating": null, "ratings": 2}, {"id": 24796646, "url": "https://www.goodreads.com/book/show/24796646-drunken-fireworks", "title": "Drunken Fireworks", "author": "Stephen KingTim Sample(Narrator)", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1430942536i/24796646._SX50_.jpg", "rating": 3.53, "ratings": 3213}, {"id": 23492589, "url": "https://www.goodreads.com/book/show/23492589-finders-keepers", "title": "Finders Keepers (Bill Hodges Trilogy, #2)", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1469092087i/23492589._SY75_.jpg", "rating": 4.04, "ratings": 125382}, {"id": 26087505, "url": "https://www.goodreads.com/book/show/26087505-el-cazador-de-sue-os-parte-2", "title": "El cazador de sue\u00f1os Parte 2 (El cazador de sue\u00f1os, #2)", "author": "Stephen King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1439480271i/26087505._SY75_.jpg", "rating": 3.54, "ratings": 98}]
{"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/13719329-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/m_50x66-82093808bca726cb3249a493fbd3bd0f.png", "books": 0}, {"userId": 10772525, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/10772525-stephen-king", "imageURL": "https://images.gr-assets.com/users/1341721078p2/10772525.jpg", "books": 0}, {"userId": 4283088, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/4283088-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/m_50x66-82093808bca726cb3249a493fbd3bd0f.png", "books": 0}, {"userId": 3105339, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/3105339-stephen-king", "imageURL": "https://images.gr-assets.com/users/1262575034p2/3105339.jpg", "books": 94}, {"userId": 2166996, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/2166996-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/m_50x66-82093808bca726cb3249a493fbd3bd0f.png", "books": 19}, {"userId": 99585449, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/99585449-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 0}, {"userId": 99540548, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/99540548-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 0}, {"userId": 98799800, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/98799800-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 99}, {"userId": 97916562, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/97916562-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 1}, {"userId": 93299474, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/93299474-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 1}, {"userId": 92058650, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/92058650-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 1}, {"userId": 90635299, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/90635299-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 1}, {"userId": 89171105, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/89171105-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 0}, {"userId": 88455169, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/88455169-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 0}, {"userId": 88448153, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/88448153-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 5}, {"userId": 88337311, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/88337311-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 0}, {"userId": 87119271, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/87119271-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 84}, {"userId": 85070231, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/85070231-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 1}, {"userId": 84709178, "name": "Stephen King", "url": "https://www.goodreads.com/user/show/84709178-stephen-king", "imageURL": "https://s.gr-assets.com/assets/nophoto/user/u_50x66-632230dc9882b4352d753eedf9396530.png", "books": 1}]
{"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.com/books/1335240279i/13516541._SY75_.jpg", "rating": 4.29, "ratings": 48, "publicationYear": 2012}, {"id": 41431713, "url": "https://www.goodreads.com/book/show/41431713-eichmann-in-my-hands?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1982", "title": "Eichmann in My Hands: A First-Person Account by the Israeli Agent Who Captured Hitler's Chief Executioner", "author": "Peter Z. MalkinHarry Stein", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1534933885i/41431713._SY75_.jpg", "rating": 4.41, "ratings": 638, "publicationYear": 1990}, {"id": 88405, "url": "https://www.goodreads.com/book/show/88405.Last_Call?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1983", "title": "Last Call", "author": "Harry MulischAdrienne Dixon", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1348439060i/88405._SY75_.jpg", "rating": 3.47, "ratings": 184, "publicationYear": 1985}, {"id": 1065704, "url": "https://www.goodreads.com/book/show/1065704.Two_Thousand_Formulas_Recipes_and_Trade_Secrets?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1984", "title": "Two Thousand Formulas, Recipes and Trade Secrets: The Classic \"Do-It-Yourself\" Book of Practical Everyday Chemistry", "author": "Harry Bennett", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1328768816i/1065704._SY75_.jpg", "rating": 4.21, "ratings": 19, "publicationYear": 2003}, {"id": 951480, "url": "https://www.goodreads.com/book/show/951480.Oulipo_Compendium?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1985", "title": "Oulipo Compendium", "author": "Alastair BrotchieJean-Louis BaillyJacques Barine", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1348310315i/951480._SX50_.jpg", "rating": 4.36, "ratings": 365, "publicationYear": 1998}, {"id": 10889496, "url": "https://www.goodreads.com/book/show/10889496-the-world-of-harry-potter-poster-book?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1986", "title": "The World of Harry Potter Poster Book", "author": "Scholastic Inc.", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1328836220i/10889496._SX50_.jpg", "rating": 4.45, "ratings": 49, "publicationYear": 2011}, {"id": 29936, "url": "https://www.goodreads.com/book/show/29936.The_Simple_Truth?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1987", "title": "The Simple Truth", "author": "Philip LevineHarry Ford", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1389353691i/29936._SX50_.jpg", "rating": 4.2, "ratings": 723, "publicationYear": 1994}, {"id": 1694153, "url": "https://www.goodreads.com/book/show/1694153.The_Adventures_of_Mabel?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1988", "title": "The Adventures of Mabel", "author": "Harry Thurston PeckMeg Wohlberg", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1344554837i/1694153._SX50_.jpg", "rating": 4.2, "ratings": 50, "publicationYear": 1896}, {"id": 3984317, "url": "https://www.goodreads.com/book/show/3984317-a-girl-called-thursday?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1989", "title": "A Girl Called Thursday", "author": "Lilian Harry", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1347502126i/3984317._SY75_.jpg", "rating": 4.24, "ratings": 170, "publicationYear": 2002}, {"id": 442802, "url": "https://www.goodreads.com/book/show/442802.Spellbinder?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1990", "title": "Spellbinder: The Life of Harry Houdini", "author": "Tom Lalicki", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1174815013i/442802._SX50_.jpg", "rating": 3.54, "ratings": 37, "publicationYear": 2000}, {"id": 1059447, "url": "https://www.goodreads.com/book/show/1059447.Day_of_Wrath?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1991", "title": "Day of Wrath", "author": "Jonathan Valin", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1266707179i/1059447._SY75_.jpg", "rating": 3.73, "ratings": 71, "publicationYear": 1982}, {"id": 1670790, "url": "https://www.goodreads.com/book/show/1670790.Massacre_At_Russian_River?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1992", "title": "Massacre At Russian River (Dirty Harry, #7)", "author": "Dane Hartman", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1207081728i/1670790._SY75_.jpg", "rating": 3.76, "ratings": 17, "publicationYear": 1982}, {"id": 14655838, "url": "https://www.goodreads.com/book/show/14655838-let-s-visit-athens?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1993", "title": "Let's Visit Athens!", "author": "Lisa ManzioneKristine Lucco", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1372885577i/14655838._SX50_.jpg", "rating": 3.86, "ratings": 42, "publicationYear": 2012}, {"id": 43306617, "url": "https://www.goodreads.com/book/show/43306617-bayou-city-burning?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1994", "title": "Bayou City Burning (Harry and Dizzy Lark #1)", "author": "D.B. Borton", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1553814517i/43306617._SY75_.jpg", "rating": 4.6, "ratings": 47, "publicationYear": 2019}, {"id": 13531036, "url": "https://www.goodreads.com/book/show/13531036-happy-harry-s-cafe?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1995", "title": "Happy Harry's Cafe", "author": "Michael RosenRichard Holland", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1333579240i/13531036._SX50_.jpg", "rating": 3.33, "ratings": 79, "publicationYear": 2012}, {"id": 597659, "url": "https://www.goodreads.com/book/show/597659.Flights?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1996", "title": "Flights: Extreme Visions of Fantasy", "author": "Al SarrantonioElizabeth A. LynnDennis L. McKiernan", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1309206514i/597659._SY75_.jpg", "rating": 3.77, "ratings": 488, "publicationYear": 2004}, {"id": 706391, "url": "https://www.goodreads.com/book/show/706391.Infinity_s_Child?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1997", "title": "Infinity's Child", "author": "Harry Stein", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1344368664i/706391._SY75_.jpg", "rating": 3.15, "ratings": 107, "publicationYear": 1996}, {"id": 13357636, "url": "https://www.goodreads.com/book/show/13357636-slimmer?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1998", "title": "Slimmer: The New Mediterranean Way to Lose Weight", "author": "Harry PapasCharilaos Papadopoulos", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1344735515i/13357636._SX50_.jpg", "rating": 4.1, "ratings": 72, "publicationYear": 2012}, {"id": 18887701, "url": "https://www.goodreads.com/book/show/18887701-the-first-science-fiction-megapack?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=1999", "title": "The First Science Fiction Megapack: 25 Modern and Classic Science Fiction Tales", "author": "Robert SilverbergSamuel R. DelanyMarion Zimmer Bradley", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1385150812i/18887701._SX50_.jpg", "rating": 3.61, "ratings": 666, "publicationYear": 2013}, {"id": 52638079, "url": "https://www.goodreads.com/book/show/52638079-harry-styles?from_search=true&from_srp=true&qid=WCFSK4wCtF&rank=2000", "title": "Harry Styles: Fine Line Songbook for Piano/Vocal/Guitar", "author": "Harry Styles", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1585175076i/52638079._SX50_.jpg", "rating": 4.91, "ratings": 22, "publicationYear": 1}]
{"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": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1516339874i/9601._SY75_.jpg", "rating": 4.04, "ratings": 36455}, {"rankingPosition": 202, "id": 4519339, "url": "https://www.goodreads.com/book/show/4519339-with-violets", "title": "With Violets", "author": "Elizabeth Robards", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1348974166i/4519339._SY75_.jpg", "rating": 3.63, "ratings": 739}, {"rankingPosition": 203, "id": 875111, "url": "https://www.goodreads.com/book/show/875111.Giotto_s_Hand", "title": "Giotto's Hand (Jonathan Argyll, #5)", "author": "Iain Pears", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1179104335i/875111._SY75_.jpg", "rating": 3.63, "ratings": 1227}, {"rankingPosition": 203, "id": 20170404, "url": "https://www.goodreads.com/book/show/20170404-station-eleven", "title": "Station Eleven", "author": "Emily St. John Mandel", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1451446835l/20170404._SX50_SY75_.jpg", "rating": 4.05, "ratings": 370611}, {"rankingPosition": 205, "id": 820711, "url": "https://www.goodreads.com/book/show/820711.Spending", "title": "Spending", "author": "Mary Gordon", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1424086519i/820711._SY75_.jpg", "rating": 3.72, "ratings": 833}, {"rankingPosition": 206, "id": 158411, "url": "https://www.goodreads.com/book/show/158411.Depths_of_Glory", "title": "Depths of Glory: A Biographical Novel of Camille Pissarro", "author": "Irving Stone", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1480639357i/158411._SY75_.jpg", "rating": 4.09, "ratings": 672}, {"rankingPosition": 206, "id": 270919, "url": "https://www.goodreads.com/book/show/270919.Clutch_of_Constables", "title": "Clutch of Constables (Roderick Alleyn #25)", "author": "Ngaio Marsh", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1173304371i/270919._SX50_.jpg", "rating": 4.12, "ratings": 4174}, {"rankingPosition": 208, "id": 24612118, "url": "https://www.goodreads.com/book/show/24612118-fates-and-furies", "title": "Fates and Furies", "author": "Lauren Groff", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1434750235i/24612118._SY75_.jpg", "rating": 3.58, "ratings": 120810}, {"rankingPosition": 209, "id": 18114101, "url": "https://www.goodreads.com/book/show/18114101-i-always-loved-you", "title": "I Always Loved You", "author": "Robin Oliveira", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1376418353i/18114101._SX50_.jpg", "rating": 3.65, "ratings": 5047}, {"rankingPosition": 210, "id": 8757909, "url": "https://www.goodreads.com/book/show/8757909-leaving-van-gogh", "title": "Leaving Van Gogh", "author": "Carol Wallace", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320552887i/8757909._SY75_.jpg", "rating": 3.7, "ratings": 1475}, {"rankingPosition": 211, "id": 26245850, "url": "https://www.goodreads.com/book/show/26245850-before-the-fall", "title": "Before the Fall", "author": "Noah Hawley", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1462515889i/26245850._SY75_.jpg", "rating": 3.72, "ratings": 124113}, {"rankingPosition": 212, "id": 883420, "url": "https://www.goodreads.com/book/show/883420.The_Bird_Artist", "title": "The Bird Artist", "author": "Howard Norman", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1312059948i/883420._SY75_.jpg", "rating": 3.82, "ratings": 3329}, {"rankingPosition": 213, "id": 4702617, "url": "https://www.goodreads.com/book/show/4702617-pictures-at-an-exhibition", "title": "Pictures at an Exhibition", "author": "Sara Houghteling", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320486739i/4702617._SX50_.jpg", "rating": 3.4, "ratings": 1370}, {"rankingPosition": 214, "id": 6167, "url": "https://www.goodreads.com/book/show/6167.Music_Silence", "title": "Music & Silence", "author": "Rose Tremain", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1386925361i/6167._SY75_.jpg", "rating": 3.95, "ratings": 4020}, {"rankingPosition": 215, "id": 9737231, "url": "https://www.goodreads.com/book/show/9737231-karte-und-gebiet", "title": "Karte und Gebiet", "author": "Michel Houellebecq", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1331358606i/9737231._SY75_.jpg", "rating": 3.95, "ratings": 17289}, {"rankingPosition": 216, "id": 76635, "url": "https://www.goodreads.com/book/show/76635.Death_of_a_Ghost", "title": "Death of a Ghost (Albert Campion Mystery, #6)", "author": "Margery Allingham", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1209395427i/76635._SY75_.jpg", "rating": 3.93, "ratings": 2407}, {"rankingPosition": 217, "id": 8151, "url": "https://www.goodreads.com/book/show/8151.Laughter_in_the_Dark", "title": "Laughter in the Dark", "author": "Vladimir Nabokov", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1359043933i/8151._SY75_.jpg", "rating": 3.99, "ratings": 14345}, {"rankingPosition": 218, "id": 1497018, "url": "https://www.goodreads.com/book/show/1497018.Linnea_im_Garten_des_Malers", "title": "Linnea im Garten des Malers", "author": "Christina Bj\u00f6rk", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1368293746i/1497018._SX50_.jpg", "rating": 4.16, "ratings": 3267}, {"rankingPosition": 218, "id": 765654, "url": "https://www.goodreads.com/book/show/765654.Ish", "title": "Ish", "author": "Peter H. Reynolds", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320534668i/765654._SX50_.jpg", "rating": 4.37, "ratings": 10489}, {"rankingPosition": 218, "id": 350039, "url": "https://www.goodreads.com/book/show/350039.Mistral_s_Daughter", "title": "Mistral's Daughter", "author": "Judith Krantz", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320545669i/350039._SY75_.jpg", "rating": 3.96, "ratings": 6740}, {"rankingPosition": 221, "id": 12017560, "url": "https://www.goodreads.com/book/show/12017560-still-life-paintings", "title": "Still Life Paintings", "author": "Karen Fowler", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1331080101i/12017560._SX50_.jpg", "rating": 3.87, "ratings": 23}, {"rankingPosition": 222, "id": 2239431, "url": "https://www.goodreads.com/book/show/2239431.Stealing_Athena", "title": "Stealing Athena", "author": "Karen Essex", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320399500i/2239431._SY75_.jpg", "rating": 3.54, "ratings": 1363}, {"rankingPosition": 223, "id": 27161195, "url": "https://www.goodreads.com/book/show/27161195-the-fifth-avenue-artists-society", "title": "The Fifth Avenue Artists Society", "author": "Joy Callaway", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1454092617i/27161195._SY75_.jpg", "rating": 3.41, "ratings": 1470}, {"rankingPosition": 224, "id": 49699159, "url": "https://www.goodreads.com/book/show/49699159-raphael-painter-in-rome", "title": "Raphael, Painter in Rome", "author": "Stephanie Storey", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1563099627i/49699159._SX50_.jpg", "rating": 4.21, "ratings": 824}, {"rankingPosition": 225, "id": 18079728, "url": "https://www.goodreads.com/book/show/18079728-a-tale-for-the-time-being", "title": "A Tale for the Time Being", "author": "Ruth Ozeki", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1375060355i/18079728._SY75_.jpg", "rating": null, "ratings": 96757}, {"rankingPosition": 225, "id": 22521552, "url": "https://www.goodreads.com/book/show/22521552-rodin-s-lover", "title": "Rodin's Lover", "author": "Heather Webb", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1405057657i/22521552._SY75_.jpg", "rating": 3.78, "ratings": 1375}, {"rankingPosition": 227, "id": 24940998, "url": "https://www.goodreads.com/book/show/24940998-x", "title": "X (Kinsey Millhone, #24)", "author": "Sue Grafton", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1429811123i/24940998._SY75_.jpg", "rating": 3.93, "ratings": 30528}, {"rankingPosition": 228, "id": 91519, "url": "https://www.goodreads.com/book/show/91519.Still_Life", "title": "Still Life", "author": "A.S. Byatt", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1348286107i/91519._SY75_.jpg", "rating": 3.86, "ratings": 2232}, {"rankingPosition": 229, "id": 15044, "url": "https://www.goodreads.com/book/show/15044.Art_and_Lies", "title": "Art and Lies", "author": "Jeanette Winterson", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1388209344i/15044._SY75_.jpg", "rating": 3.85, "ratings": 3944}, {"rankingPosition": 230, "id": 34252, "url": "https://www.goodreads.com/book/show/34252.The_Girl_in_the_Green_Glass_Mirror", "title": "The Girl in the Green Glass Mirror", "author": "Elizabeth McGregor", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320426232i/34252._SY75_.jpg", "rating": 3.32, "ratings": 198}, {"rankingPosition": 230, "id": 13390528, "url": "https://www.goodreads.com/book/show/13390528-the-fallen-angel", "title": "The Fallen Angel (Gabriel Allon, #12)", "author": "Daniel Silva", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1468408514i/13390528._SY75_.jpg", "rating": 4.2, "ratings": 24388}, {"rankingPosition": 232, "id": 37504654, "url": "https://www.goodreads.com/book/show/37504654-the-masterpiece", "title": "The Masterpiece", "author": "Fiona Davis", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1513199542i/37504654._SY75_.jpg", "rating": 3.79, "ratings": 19696}, {"rankingPosition": 233, "id": 3952795, "url": "https://www.goodreads.com/book/show/3952795-land-of-marvels", "title": "Land of Marvels", "author": "Barry Unsworth", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320406392i/3952795._SX50_.jpg", "rating": 3.21, "ratings": 707}, {"rankingPosition": 234, "id": 2200542, "url": "https://www.goodreads.com/book/show/2200542.The_Calder_Game", "title": "The Calder Game (Chasing Vermeer, #3)", "author": "Blue Balliett", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1293910212i/2200542._SY75_.jpg", "rating": 3.88, "ratings": 6174}, {"rankingPosition": 234, "id": 1813858, "url": "https://www.goodreads.com/book/show/1813858.The_Golden_Notebook", "title": "The Golden Notebook", "author": "Doris Lessing", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1385328270i/1813858._SY75_.jpg", "rating": 3.76, "ratings": 20613}, {"rankingPosition": 236, "id": 116486, "url": "https://www.goodreads.com/book/show/116486.The_Underpainter", "title": "The Underpainter", "author": "Jane Urquhart", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1349063345i/116486._SY75_.jpg", "rating": 3.67, "ratings": 2642}, {"rankingPosition": 237, "id": 678990, "url": "https://www.goodreads.com/book/show/678990.A_Curious_Earth", "title": "A Curious Earth", "author": "Gerard Woodward", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320503284i/678990._SX50_.jpg", "rating": 3.63, "ratings": 199}, {"rankingPosition": 238, "id": 219588, "url": "https://www.goodreads.com/book/show/219588.Skin", "title": "Skin", "author": "Kathe Koja", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1297222257i/219588._SY75_.jpg", "rating": 3.81, "ratings": 955}, {"rankingPosition": 238, "id": 155147, "url": "https://www.goodreads.com/book/show/155147.Arrogance", "title": "Arrogance", "author": "Joanna Scott", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1312026692i/155147._SX50_.jpg", "rating": 3.6, "ratings": 119}, {"rankingPosition": 240, "id": 537286, "url": "https://www.goodreads.com/book/show/537286.Baby_Doll_Games", "title": "Baby Doll Games (Sigrid Harald, #5)", "author": "Margaret Maron", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1328004285i/537286._SY75_.jpg", "rating": 3.91, "ratings": 540}, {"rankingPosition": 241, "id": 758306, "url": "https://www.goodreads.com/book/show/758306.The_Wayward_Muse", "title": "The Wayward Muse", "author": "Elizabeth Hickey", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1178109121i/758306._SY75_.jpg", "rating": 3.37, "ratings": 383}, {"rankingPosition": 241, "id": 13592384, "url": "https://www.goodreads.com/book/show/13592384-the-garden-of-evening-mists", "title": "The Garden of Evening Mists", "author": "Tan Twan Eng", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1442157077i/13592384._SX50_.jpg", "rating": 4.11, "ratings": 21508}, {"rankingPosition": 243, "id": 1143742, "url": "https://www.goodreads.com/book/show/1143742.The_Painter_of_Battles", "title": "The Painter of Battles", "author": "Arturo P\u00e9rez-Reverte", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1403605426i/1143742._SY75_.jpg", "rating": 3.64, "ratings": 3761}, {"rankingPosition": 244, "id": 140522, "url": "https://www.goodreads.com/book/show/140522.Mrs_Pollifax_and_the_Second_Thief", "title": "Mrs. Pollifax and the Second Thief (Mrs. Pollifax, #10)", "author": "Dorothy Gilman", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1440521775i/140522._SY75_.jpg", "rating": 3.97, "ratings": 3348}, {"rankingPosition": 245, "id": 281417, "url": "https://www.goodreads.com/book/show/281417.Black_As_He_s_Painted", "title": "Black As He's Painted (Roderick Alleyn, #28)", "author": "Ngaio Marsh", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1173388186i/281417._SX50_.jpg", "rating": 3.75, "ratings": 1749}, {"rankingPosition": 245, "id": 8514185, "url": "https://www.goodreads.com/book/show/8514185-for-the-love-of-art", "title": "For the Love of Art", "author": "Janet Goodfriend", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1327957048i/8514185._SY75_.jpg", "rating": 4.13, "ratings": 23}, {"rankingPosition": 247, "id": 9551477, "url": "https://www.goodreads.com/book/show/9551477-a-kiss-before-you-leave-me", "title": "A Kiss Before You Leave Me", "author": "James Hulbert", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1328360967i/9551477._SY75_.jpg", "rating": 3.67, "ratings": 24}, {"rankingPosition": 247, "id": 12833981, "url": "https://www.goodreads.com/book/show/12833981-stained-glass-summer", "title": "Stained Glass Summer", "author": "Mindy Hardwick", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1321755691i/12833981._SX50_.jpg", "rating": 4.31, "ratings": 26}, {"rankingPosition": 247, "id": 2649760, "url": "https://www.goodreads.com/book/show/2649760-the-geometry-of-god", "title": "The Geometry of God", "author": "Uzma Aslam Khan", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1301849334i/2649760._SY75_.jpg", "rating": 3.74, "ratings": 254}, {"rankingPosition": 247, "id": 7890530, "url": "https://www.goodreads.com/book/show/7890530-blue-nude", "title": "Blue Nude", "author": "Elizabeth Rosner", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1270502452i/7890530._SY75_.jpg", "rating": 3.55, "ratings": 411}, {"rankingPosition": 247, "id": 18484204, "url": "https://www.goodreads.com/book/show/18484204-portrait-of-a-girl-running", "title": "Portrait of a Girl Running (Portraits, #1)", "author": "J.B. Chicoine", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1379009964i/18484204._SY75_.jpg", "rating": 3.79, "ratings": 100}, {"rankingPosition": 247, "id": 18745766, "url": "https://www.goodreads.com/book/show/18745766-van-gogh-today", "title": "Van Gogh Today", "author": "Liesbeth Heenk(contributor)", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1383298379i/18745766._SX50_.jpg", "rating": 4.56, "ratings": 9}, {"rankingPosition": 247, "id": 18711089, "url": "https://www.goodreads.com/book/show/18711089-the-demarcation-of-jack", "title": "The Demarcation of Jack (Fractured Fidelities Trilogy, #1)", "author": "Dana Bennett", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1382491854i/18711089._SX50_.jpg", "rating": 4.1, "ratings": 137}, {"rankingPosition": 247, "id": 248775, "url": "https://www.goodreads.com/book/show/248775.Murder_at_the_Gardner", "title": "Murder at the Gardner (Homer Kelly, #7)", "author": "Jane Langton", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1386923942i/248775._SY75_.jpg", "rating": 3.74, "ratings": 297}, {"rankingPosition": 247, "id": 34092240, "url": "https://www.goodreads.com/book/show/34092240-the-french-impressionist", "title": "The French Impressionist", "author": "Rebecca Bischoff", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1485899599i/34092240._SY75_.jpg", "rating": 3.2, "ratings": 95}, {"rankingPosition": 247, "id": 36272975, "url": "https://www.goodreads.com/book/show/36272975-a-place-to-remember", "title": "A Place to Remember", "author": "Jenn J. McLeod", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1509335649i/36272975._SY75_.jpg", "rating": 4.2, "ratings": 250}, {"rankingPosition": 247, "id": 23625549, "url": "https://www.goodreads.com/book/show/23625549-when-a-scot-ties-the-knot", "title": "When a Scot Ties the Knot (Castles Ever After, #3)", "author": "Tessa Dare", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1424383836i/23625549._SY75_.jpg", "rating": 3.94, "ratings": 26924}, {"rankingPosition": 247, "id": 231791, "url": "https://www.goodreads.com/book/show/231791.Twelve_Bar_Blues", "title": "Twelve Bar Blues", "author": "Patrick Neate", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1392078136i/231791._SY75_.jpg", "rating": 3.9, "ratings": 728}, {"rankingPosition": 259, "id": 18484035, "url": "https://www.goodreads.com/book/show/18484035-portrait-of-a-murder", "title": "Portrait of a Murder (Dulcie Chambers Mysteries, #1)", "author": "Kerry J. Charles", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1379026349i/18484035._SY75_.jpg", "rating": 3.99, "ratings": 162}, {"rankingPosition": 259, "id": 20553583, "url": "https://www.goodreads.com/book/show/20553583-from-the-murky-deep", "title": "From the Murky Deep (Dulcie Chambers Mysteries, #2)", "author": "Kerry J. Charles", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1389792781i/20553583._SY75_.jpg", "rating": 4.19, "ratings": 43}, {"rankingPosition": 259, "id": 54654395, "url": "https://www.goodreads.com/book/show/54654395-l-origine", "title": "L\u2019Origine: The Secret Life of the World\u2019s Most Erotic Masterpiece", "author": "Lilianne Milgrom", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1595557984i/54654395._SY75_.jpg", "rating": 4.1, "ratings": 60}, {"rankingPosition": 262, "id": 85384, "url": "https://www.goodreads.com/book/show/85384.The_Centaur", "title": "The Centaur", "author": "John Updike", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1347683390i/85384._SX50_.jpg", "rating": 3.71, "ratings": 4370}, {"rankingPosition": 262, "id": 18484225, "url": "https://www.goodreads.com/book/show/18484225-portrait-of-a-prot-g", "title": "Portrait of a Prot\u00e9g\u00e9 (Portraits, #2)", "author": "J.B. Chicoine", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1379009568i/18484225._SY75_.jpg", "rating": 4.13, "ratings": 31}, {"rankingPosition": 262, "id": 22013626, "url": "https://www.goodreads.com/book/show/22013626-van-gogh-durera-toujours", "title": "Van Gogh durera toujours: Nouvelles", "author": "Kelly Rappleye", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1398504211i/22013626._SY75_.jpg", "rating": 4.67, "ratings": 3}, {"rankingPosition": 262, "id": 344476, "url": "https://www.goodreads.com/book/show/344476.Marrying_Mozart", "title": "Marrying Mozart", "author": "Stephanie Cowell", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1440462284i/344476._SY75_.jpg", "rating": 3.56, "ratings": 2012}, {"rankingPosition": 266, "id": 11101788, "url": "https://www.goodreads.com/book/show/11101788-the-printmaker-s-daughter", "title": "The Printmaker's Daughter", "author": "Katherine Govier", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1313025633i/11101788._SY75_.jpg", "rating": 3.62, "ratings": 838}, {"rankingPosition": 267, "id": 10836471, "url": "https://www.goodreads.com/book/show/10836471-midwinterblood", "title": "Midwinterblood", "author": "Marcus Sedgwick", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1319727124i/10836471._SY75_.jpg", "rating": 3.71, "ratings": 10942}, {"rankingPosition": 267, "id": 94944, "url": "https://www.goodreads.com/book/show/94944.In_the_Night_Cafe", "title": "In the Night Cafe", "author": "Joyce Johnson", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1305021380i/94944._SX50_.jpg", "rating": 3.7, "ratings": 148}, {"rankingPosition": 269, "id": 1415077, "url": "https://www.goodreads.com/book/show/1415077.The_Needle_in_the_Blood", "title": "The Needle in the Blood", "author": "Sarah Bower", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1433379028i/1415077._SY75_.jpg", "rating": 3.45, "ratings": 516}, {"rankingPosition": 270, "id": 36338, "url": "https://www.goodreads.com/book/show/36338.Marie_Dancing", "title": "Marie, Dancing", "author": "Carolyn Meyer", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1328875653i/36338._SX50_.jpg", "rating": 3.77, "ratings": 1160}, {"rankingPosition": 270, "id": 6251643, "url": "https://www.goodreads.com/book/show/6251643-an-equal-stillness", "title": "An Equal Stillness", "author": "Francesca Kay", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1377781051i/6251643._SY75_.jpg", "rating": 3.96, "ratings": 1444}, {"rankingPosition": 270, "id": 6458592, "url": "https://www.goodreads.com/book/show/6458592-the-pornographer-of-vienna", "title": "The Pornographer Of Vienna", "author": "Lewis Crofts", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1348693558i/6458592._SY75_.jpg", "rating": 3.66, "ratings": 254}, {"rankingPosition": 270, "id": 17242483, "url": "https://www.goodreads.com/book/show/17242483-summer-in-february", "title": "Summer in February", "author": "Jonathan Smith", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1467223721i/17242483._SY75_.jpg", "rating": 3.69, "ratings": 704}, {"rankingPosition": 274, "id": 15988, "url": "https://www.goodreads.com/book/show/15988.The_Garden_Of_Earthly_Delights", "title": "The Garden Of Earthly Delights", "author": "Nicholas Salaman", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1500942333i/15988._SY75_.jpg", "rating": 3.67, "ratings": 27}, {"rankingPosition": 274, "id": 43884209, "url": "https://www.goodreads.com/book/show/43884209-get-a-life-chloe-brown", "title": "Get a Life, Chloe Brown (The Brown Sisters, #1)", "author": "Talia Hibbert", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1614273529i/43884209._SY75_.jpg", "rating": 3.87, "ratings": 94848}, {"rankingPosition": 276, "id": 875108, "url": "https://www.goodreads.com/book/show/875108.The_Titian_Committee", "title": "The Titian Committee (Jonathan Argyll, #2)", "author": "Iain Pears", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1388265773i/875108._SY75_.jpg", "rating": 3.63, "ratings": 1664}, {"rankingPosition": 276, "id": 788085, "url": "https://www.goodreads.com/book/show/788085.Trilby", "title": "Trilby", "author": "George du Maurier", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1178352856i/788085._SY75_.jpg", "rating": 3.33, "ratings": 1158}, {"rankingPosition": 278, "id": 6345195, "url": "https://www.goodreads.com/book/show/6345195-how-to-paint-a-dead-man", "title": "How to Paint a Dead Man", "author": "Sarah Hall", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1327920277i/6345195._SY75_.jpg", "rating": 3.57, "ratings": 1136}, {"rankingPosition": 278, "id": 2614197, "url": "https://www.goodreads.com/book/show/2614197-the-maid-s-request", "title": "The Maid's Request", "author": "Mich\u00e8le Desbordes", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1347248718i/2614197._SY75_.jpg", "rating": 3.01, "ratings": 95}, {"rankingPosition": 278, "id": 32057009, "url": "https://www.goodreads.com/book/show/32057009-mona-lisa-s-secret", "title": "Mona Lisa's Secret (Joey Peruggia #1)", "author": "Phil Philips", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1473987862i/32057009._SY75_.jpg", "rating": 3.96, "ratings": 2085}, {"rankingPosition": 281, "id": 2667749, "url": "https://www.goodreads.com/book/show/2667749-masterpiece", "title": "Masterpiece", "author": "Miranda Glover", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320535832i/2667749._SX50_.jpg", "rating": 3.58, "ratings": 71}, {"rankingPosition": 282, "id": 25242079, "url": "https://www.goodreads.com/book/show/25242079-the-danish-girl", "title": "The Danish Girl", "author": "David Ebershoff", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1451790323i/25242079._SX50_.jpg", "rating": 3.76, "ratings": 21545}, {"rankingPosition": 282, "id": 45046808, "url": "https://www.goodreads.com/book/show/45046808-big-lies-in-a-small-town", "title": "Big Lies in a Small Town", "author": "Diane Chamberlain", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1561879570i/45046808._SY75_.jpg", "rating": 4.1, "ratings": 68143}, {"rankingPosition": 284, "id": 1406275, "url": "https://www.goodreads.com/book/show/1406275.The_Golden_Tulip", "title": "The Golden Tulip", "author": "Rosalind Laker", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320438697i/1406275._SY75_.jpg", "rating": 3.96, "ratings": 1213}, {"rankingPosition": 284, "id": 36681184, "url": "https://www.goodreads.com/book/show/36681184-still-lives", "title": "Still Lives", "author": "Maria Hummel", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1536677752i/36681184._SY75_.jpg", "rating": 3.29, "ratings": 27568}, {"rankingPosition": 286, "id": 701016, "url": "https://www.goodreads.com/book/show/701016.Duchess_of_Milan", "title": "Duchess of Milan", "author": "Michael Ennis", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1283532167i/701016._SY75_.jpg", "rating": 3.81, "ratings": 260}, {"rankingPosition": 287, "id": 43980, "url": "https://www.goodreads.com/book/show/43980.A_History_of_the_World_in_10_Chapters", "title": "A History of the World in 10\u00bd Chapters", "author": "Julian Barnes", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1485925526i/43980._SY75_.jpg", "rating": 3.89, "ratings": 13693}, {"rankingPosition": 288, "id": 23360018, "url": "https://www.goodreads.com/book/show/23360018-ophelia-s-muse", "title": "Ophelia's Muse", "author": "Rita Cameron", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1422216240i/23360018._SX50_.jpg", "rating": 3.68, "ratings": 215}, {"rankingPosition": 289, "id": 1921328, "url": "https://www.goodreads.com/book/show/1921328.Diego_y_Frida", "title": "Diego y Frida", "author": "J.M.G. Le Cl\u00e9zio", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1266927454i/1921328._SY75_.jpg", "rating": 3.66, "ratings": 596}, {"rankingPosition": 290, "id": 1410320, "url": "https://www.goodreads.com/book/show/1410320.The_Savage_Garden", "title": "The Savage Garden", "author": "Mark Mills", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1347643257i/1410320._SY75_.jpg", "rating": 3.48, "ratings": 6491}, {"rankingPosition": 290, "id": 6740418, "url": "https://www.goodreads.com/book/show/6740418-arcadia-falls", "title": "Arcadia Falls", "author": "Carol Goodman", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320416852i/6740418._SY75_.jpg", "rating": 3.74, "ratings": 8256}, {"rankingPosition": 290, "id": 1461852, "url": "https://www.goodreads.com/book/show/1461852.Miss_Seeton_Draws_the_Line", "title": "Miss Seeton Draws the Line (Miss Seeton, #2)", "author": "Heron Carvic", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1336380789i/1461852._SY75_.jpg", "rating": 4.09, "ratings": 1147}, {"rankingPosition": 293, "id": 323201, "url": "https://www.goodreads.com/book/show/323201.Men_and_Angels", "title": "Men and Angels", "author": "Mary Gordon", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1173750145i/323201._SY75_.jpg", "rating": 3.54, "ratings": 221}, {"rankingPosition": 293, "id": 23492824, "url": "https://www.goodreads.com/book/show/23492824-the-woman-in-the-photograph", "title": "The Woman in the Photograph", "author": "Dana Gynther", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1421617541i/23492824._SY75_.jpg", "rating": 3.35, "ratings": 633}, {"rankingPosition": 293, "id": 124259, "url": "https://www.goodreads.com/book/show/124259.The_Outcry", "title": "The Outcry", "author": "Henry James", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320440402i/124259._SY75_.jpg", "rating": 3.18, "ratings": 160}, {"rankingPosition": 293, "id": 104739, "url": "https://www.goodreads.com/book/show/104739.A_Grave_Talent", "title": "A Grave Talent (Kate Martinelli, #1)", "author": "Laurie R. King", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1362407229i/104739._SY75_.jpg", "rating": 3.94, "ratings": 6686}, {"rankingPosition": 293, "id": 30120, "url": "https://www.goodreads.com/book/show/30120.Falling_Up", "title": "Falling Up", "author": "Shel Silverstein", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1327871908i/30120._SX50_.jpg", "rating": 4.32, "ratings": 139221}, {"rankingPosition": 298, "id": 9656445, "url": "https://www.goodreads.com/book/show/9656445-die-amerikanische-malerin-emma-dial", "title": "Die Amerikanische Malerin Emma Dial", "author": "Samantha Peale", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/nophoto/book/111x148._SX50_.png", "rating": 3.34, "ratings": 272}, {"rankingPosition": 298, "id": 9370, "url": "https://www.goodreads.com/book/show/9370.Skinny_Legs_and_All", "title": "Skinny Legs and All", "author": "Tom Robbins", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1554143869i/9370._SY75_.jpg", "rating": 4.05, "ratings": 41029}, {"rankingPosition": 300, "id": 1965585, "url": "https://www.goodreads.com/book/show/1965585.Light", "title": "Light: With Monet at Giverny: A Novel", "author": "Eva Figes", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1328850134i/1965585._SX50_.jpg", "rating": 3.77, "ratings": 225}]}
{"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"}, {"title": "Harry Potter and the Order of the Phoenix by J.K. Rowling", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1546910265l/2._SX98_.jpg"}, {"title": "To Kill a Mockingbird by Harper Lee", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1553383690l/2657._SX98_.jpg"}, {"title": "Pride and Prejudice by Jane Austen", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320399351l/1885._SX98_.jpg"}, {"title": "Twilight by Stephenie Meyer", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1361039443l/41865._SX98_.jpg"}]}, {"id": 264, "name": "Books That Everyone Should Read At Least Once", "url": "https://www.goodreads.com/list/show/264.Books_That_Everyone_Should_Read_At_Least_Once", "booksAmount": 24210, "voters": 103542, "preview": [{"title": "To Kill a Mockingbird by Harper Lee", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1553383690l/2657._SX98_.jpg"}, {"title": "Harry Potter and the Sorcerer's Stone by J.K. Rowling", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1474154022l/3._SX98_.jpg"}, {"title": "Pride and Prejudice by Jane Austen", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1320399351l/1885._SX98_.jpg"}, {"title": "The Diary of a Young Girl by Anne Frank", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1560816565l/48855._SY160_.jpg"}, {"title": "Animal Farm by George Orwell", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1325861570l/170448._SY160_.jpg"}]}, {"id": 43, "name": "Best Young Adult Books", "url": "https://www.goodreads.com/list/show/43.Best_Young_Adult_Books", "booksAmount": 11757, "voters": 82273, "preview": [{"title": "Harry Potter and the Sorcerer's Stone by J.K. Rowling", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1474154022l/3._SX98_.jpg"}, {"title": "The Lightning Thief by Rick Riordan", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1400602609l/28187._SX98_.jpg"}, {"title": "The Hunger Games by Suzanne Collins", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1586722975l/2767052._SX98_.jpg"}, {"title": "Twilight by Stephenie Meyer", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1361039443l/41865._SX98_.jpg"}, {"title": "The Giver by Lois Lowry", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1342493368l/3636._SY160_.jpg"}]}, {"id": 1043, "name": "Books That Should Be Made Into Movies", "url": "https://www.goodreads.com/list/show/1043.Books_That_Should_Be_Made_Into_Movies", "booksAmount": 28907, "voters": 70507, "preview": [{"title": "City of Ashes by Cassandra Clare", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1432730356l/1582996._SX98_.jpg"}, {"title": "Hush, Hush by Becca Fitzpatrick", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1358261334l/6339664._SX98_.jpg"}, {"title": "City of Glass by Cassandra Clare", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1369452339l/3777732._SX98_.jpg"}, {"title": "Clockwork Angel by Cassandra Clare", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1454962884l/7171637._SX98_.jpg"}, {"title": "Marked by P.C. Cast", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1317067002l/30183._SX98_.jpg"}]}, {"id": 6, "name": "Best Books of the 20th Century", "url": "https://www.goodreads.com/list/show/6.Best_Books_of_the_20th_Century", "booksAmount": 7554, "voters": 49995, "preview": [{"title": "To Kill a Mockingbird by Harper Lee", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1553383690l/2657._SX98_.jpg"}, {"title": "1984 by George Orwell", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1532714506l/40961427._SX98_.jpg"}, {"title": "Harry Potter and the Sorcerer's Stone by J.K. Rowling", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1474154022l/3._SX98_.jpg"}, {"title": "The Great Gatsby by F. Scott Fitzgerald", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1490528560l/4671._SX98_.jpg"}, {"title": "Animal Farm by George Orwell", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1325861570l/170448._SY160_.jpg"}]}, {"id": 5, "name": "Best Books of the Decade: 2000s", "url": "https://www.goodreads.com/list/show/5.Best_Books_of_the_Decade_2000s", "booksAmount": 6871, "voters": 28359, "preview": [{"title": "Harry Potter and the Deathly Hallows by J.K. Rowling", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1474171184l/136251._SX98_.jpg"}, {"title": "The Hunger Games by Suzanne Collins", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1586722975l/2767052._SX98_.jpg"}, {"title": "Harry Potter and the Half-Blood Prince by J.K. Rowling", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1587697303l/1._SX98_.jpg"}, {"title": "Harry Potter and the Goblet of Fire by J.K. Rowling", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1554006152l/6._SX98_.jpg"}, {"title": "Harry Potter and the Order of the Phoenix by J.K. Rowling", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1546910265l/2._SX98_.jpg"}]}, {"id": 10762, "name": "Best Book Boyfriends", "url": "https://www.goodreads.com/list/show/10762.Best_Book_Boyfriends", "booksAmount": 9369, "voters": 28129, "preview": [{"title": "Beautiful Disaster by Jamie McGuire", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1358259032l/11505797._SX98_.jpg"}, {"title": "Fifty Shades of Grey by E.L. James", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1385207843l/10818853._SX98_.jpg"}, {"title": "Hopeless by Colleen Hoover", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1353489892l/15717943._SX98_.jpg"}, {"title": "The Fault in Our Stars by John Green", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1632632557l/11870085._SX98_.jpg"}, {"title": "Divergent by Veronica Roth", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1618526890l/13335037._SX98_.jpg"}]}, {"id": 15, "name": "Best Historical Fiction", "url": "https://www.goodreads.com/list/show/15.Best_Historical_Fiction", "booksAmount": 6719, "voters": 26527, "preview": [{"title": "Memoirs of a Geisha by Arthur Golden", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1409595968l/929._SX98_.jpg"}, {"title": "Gone with the Wind by Margaret Mitchell", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1551144577l/18405._SX98_.jpg"}, {"title": "The Pillars of the Earth by Ken Follett", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1576956100l/5043._SX98_.jpg"}, {"title": "The Book Thief by Markus Zusak", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1522157426l/19063._SX98_.jpg"}, {"title": "The Other Boleyn Girl by Philippa Gregory", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1355932638l/37470._SX98_.jpg"}]}, {"id": 47, "name": "Best Dystopian and Post-Apocalyptic Fiction", "url": "https://www.goodreads.com/list/show/47.Best_Dystopian_and_Post_Apocalyptic_Fiction", "booksAmount": 3612, "voters": 25653, "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"}, {"title": "1984 by George Orwell", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1532714506l/40961427._SX98_.jpg"}, {"title": "The Giver by Lois Lowry", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1342493368l/3636._SY160_.jpg"}, {"title": "Divergent by Veronica Roth", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1618526890l/13335037._SX98_.jpg"}, {"title": "Brave New World by Aldous Huxley", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1575509280l/5129._SX98_.jpg"}]}, {"id": 50, "name": "The Best Epic Fantasy (fiction)", "url": "https://www.goodreads.com/list/show/50.The_Best_Epic_Fantasy_fiction_", "booksAmount": 3504, "voters": 25064, "preview": [{"title": "A Game of Thrones by George R.R. Martin", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1562726234l/13496._SY160_.jpg"}, {"title": "J.R.R. Tolkien 4-Book Boxed Set by J.R.R. Tolkien", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1346072396l/30._SX98_.jpg"}, {"title": "The Name of the Wind by Patrick Rothfuss", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1270352123l/186074._SX98_.jpg"}, {"title": "The Way of Kings by Brandon Sanderson", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1388184640l/7235533._SX98_.jpg"}, {"title": "The Chronicles of Narnia by C.S. Lewis", "imageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1449868701l/11127._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": {"type": "string"}}}}}}}
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/1474154022l/3._SY75_.jpg", "rating": 4.47, "ratings": 7988292, "publicationYear": 1997}, {"id": 15881, "url": "https://www.goodreads.com/book/show/15881.Harry_Potter_and_the_Chamber_of_Secrets", "title": "Harry Potter and the Chamber of Secrets (Harry Potter, #2)", "author": "J.K. Rowling", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1474169725l/15881._SY75_.jpg", "rating": 4.43, "ratings": 3083435, "publicationYear": 1998}, {"id": 5, "url": "https://www.goodreads.com/book/show/5.Harry_Potter_and_the_Prisoner_of_Azkaban", "title": "Harry Potter and the Prisoner of Azkaban (Harry Potter, #3)", "author": "J.K. Rowling", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1630547330l/5._SY75_.jpg", "rating": 4.57, "ratings": 3217089, "publicationYear": 1999}, {"id": 5907, "url": "https://www.goodreads.com/book/show/5907.The_Hobbit_or_There_and_Back_Again", "title": "The Hobbit, or There and Back Again (Paperback)", "author": "J.R.R. Tolkien", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1546071216l/5907._SY75_.jpg", "rating": 4.28, "ratings": 3205025, "publicationYear": 1937}, {"id": 6, "url": "https://www.goodreads.com/book/show/6.Harry_Potter_and_the_Goblet_of_Fire", "title": "Harry Potter and the Goblet of Fire (Harry Potter, #4)", "author": "J.K. Rowling", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1554006152l/6._SX50_.jpg", "rating": 4.56, "ratings": 2902565, "publicationYear": 2000}, {"id": 2, "url": "https://www.goodreads.com/book/show/2.Harry_Potter_and_the_Order_of_the_Phoenix", "title": "Harry Potter and the Order of the Phoenix (Harry Potter, #5)", "author": "J.K. Rowling", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1546910265l/2._SX50_.jpg", "rating": 4.5, "ratings": 2796258, "publicationYear": 2003}, {"id": 136251, "url": "https://www.goodreads.com/book/show/136251.Harry_Potter_and_the_Deathly_Hallows", "title": "Harry Potter and the Deathly Hallows (Harry Potter, #7)", "author": "J.K. Rowling", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1474171184l/136251._SY75_.jpg", "rating": 4.61, "ratings": 3107153, "publicationYear": 2007}, {"id": 1, "url": "https://www.goodreads.com/book/show/1.Harry_Potter_and_the_Half_Blood_Prince", "title": "Harry Potter and the Half-Blood Prince (Harry Potter, #6)", "author": "J.K. Rowling", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1587697303l/1._SX50_.jpg", "rating": 4.57, "ratings": 2710510, "publicationYear": 2005}, {"id": 13496, "url": "https://www.goodreads.com/book/show/13496.A_Game_of_Thrones", "title": "A Game of Thrones (A Song of Ice and Fire, #1)", "author": "George R.R. Martin", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1562726234l/13496._SY75_.jpg", "rating": 4.44, "ratings": 2164683, "publicationYear": 1996}, {"id": 3263607, "url": "https://www.goodreads.com/book/show/3263607-the-fellowship-of-the-ring", "title": "The Fellowship of the Ring (The Lord of the Rings, #1)", "author": "J.R.R. Tolkien", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1486871542l/3263607._SY75_.jpg", "rating": 4.37, "ratings": 2516750, "publicationYear": 1954}, {"id": 10572, "url": "https://www.goodreads.com/book/show/10572.A_Clash_of_Kings", "title": "A Clash of Kings (A Song of Ice and Fire, #2)", "author": "George R.R. Martin", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1567840212l/10572._SY75_.jpg", "rating": 4.4, "ratings": 837921, "publicationYear": 1998}, {"id": 186074, "url": "https://www.goodreads.com/book/show/186074.The_Name_of_the_Wind", "title": "The Name of the Wind (The Kingkiller Chronicle, #1)", "author": "Patrick Rothfuss", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1270352123l/186074._SX50_.jpg", "rating": 4.51, "ratings": 802030, "publicationYear": 2007}, {"id": 222910, "url": "https://www.goodreads.com/book/show/222910.The_Two_Towers", "title": "The Two Towers (The Lord of the Rings, #2)", "author": "J.R.R. Tolkien", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1486871714l/222910._SY75_.jpg", "rating": 4.45, "ratings": 792861, "publicationYear": 1954}, {"id": 838729, "url": "https://www.goodreads.com/book/show/838729.The_Return_of_the_King", "title": "The Return of the King (The Lord of the Rings, #3)", "author": "J.R.R. Tolkien", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1574117762l/838729._SY75_.jpg", "rating": 4.54, "ratings": 742386, "publicationYear": 1955}, {"id": 62291, "url": "https://www.goodreads.com/book/show/62291.A_Storm_of_Swords", "title": "A Storm of Swords (A Song of Ice and Fire, #3)", "author": "George R.R. Martin", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1571318786l/62291._SY75_.jpg", "rating": 4.53, "ratings": 703963, "publicationYear": 2000}, {"id": 13497, "url": "https://www.goodreads.com/book/show/13497.A_Feast_for_Crows", "title": "A Feast for Crows (A Song of Ice and Fire, #4)", "author": "George R.R. Martin", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1429538615l/13497._SY75_.jpg", "rating": 4.14, "ratings": 667580, "publicationYear": 2005}, {"id": 100915, "url": "https://www.goodreads.com/book/show/100915.The_Lion_the_Witch_and_the_Wardrobe", "title": "The Lion, the Witch and the Wardrobe (Chronicles of Narnia, #1)", "author": "C.S. Lewis", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1353029077l/100915._SY75_.jpg", "rating": 4.22, "ratings": 2346414, "publicationYear": 1950}, {"id": 119322, "url": "https://www.goodreads.com/book/show/119322.The_Golden_Compass", "title": "The Golden Compass (His Dark Materials, #1)", "author": "Philip Pullman", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1505766203l/119322._SX50_.jpg", "rating": 4, "ratings": 1381422, "publicationYear": 1995}, {"id": 68428, "url": "https://www.goodreads.com/book/show/68428.The_Final_Empire", "title": "The Final Empire (Mistborn, #1)", "author": "Brandon Sanderson", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1617768316l/68428._SY75_.jpg", "rating": 4.44, "ratings": 477763, "publicationYear": 2006}, {"id": 28187, "url": "https://www.goodreads.com/book/show/28187.The_Lightning_Thief", "title": "The Lightning Thief (Percy Jackson and the Olympians, #1)", "author": "Rick Riordan", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1400602609l/28187._SY75_.jpg", "rating": 4.27, "ratings": 2288744, "publicationYear": 2005}, {"id": 113436, "url": "https://www.goodreads.com/book/show/113436.Eragon", "title": "Eragon (The Inheritance Cycle, #1)", "author": "Christopher Paolini", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1366212852l/113436._SX50_.jpg", "rating": 3.92, "ratings": 1554935, "publicationYear": 2002}, {"id": 10664113, "url": "https://www.goodreads.com/book/show/10664113-a-dance-with-dragons", "title": "A Dance with Dragons (A Song of Ice and Fire, #5)", "author": "George R.R. Martin", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1581625286l/10664113._SX50_.jpg", "rating": 4.31, "ratings": 594428, "publicationYear": 2011}, {"id": 23437156, "url": "https://www.goodreads.com/book/show/23437156-six-of-crows", "title": "Six of Crows (Six of Crows, #1)", "author": "Leigh Bardugo", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1628438817l/23437156._SX50_.jpg", "rating": 4.47, "ratings": 553068, "publicationYear": 2015}, {"id": 30165203, "url": "https://www.goodreads.com/book/show/30165203-american-gods", "title": "American Gods (American Gods, #1)", "author": "Neil Gaiman", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1462924585l/30165203._SY75_.jpg", "rating": 4.1, "ratings": 825457, "publicationYear": 2001}, {"id": 10194157, "url": "https://www.goodreads.com/book/show/10194157-shadow-and-bone", "title": "Shadow and Bone (The Shadow and Bone Trilogy, #1)", "author": "Leigh Bardugo", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1339533695l/10194157._SX50_.jpg", "rating": 3.97, "ratings": 611467, "publicationYear": 2012}, {"id": 7896527, "url": "https://www.goodreads.com/book/show/7896527-throne-of-glass", "title": "Throne of Glass (Throne of Glass, #1)", "author": "Sarah J. Maas", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1495278054l/7896527._SY75_.jpg", "rating": 4.18, "ratings": 758912, "publicationYear": 2012}, {"id": 16096824, "url": "https://www.goodreads.com/book/show/16096824-a-court-of-thorns-and-roses", "title": "A Court of Thorns and Roses (A Court of Thorns and Roses, #1)", "author": "Sarah J. Maas", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1546406962l/16096824._SY75_.jpg", "rating": 4.18, "ratings": 769825, "publicationYear": 2015}, {"id": 41865, "url": "https://www.goodreads.com/book/show/41865.Twilight", "title": "Twilight (The Twilight Saga, #1)", "author": "Stephenie Meyer", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1361039443l/41865._SY75_.jpg", "rating": 3.62, "ratings": 5469141, "publicationYear": 2005}, {"id": 9361589, "url": "https://www.goodreads.com/book/show/9361589-the-night-circus", "title": "The Night Circus (Hardcover)", "author": "Erin Morgenstern", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1387124618l/9361589._SY75_.jpg", "rating": 4.03, "ratings": 786782, "publicationYear": 2011}, {"id": 228665, "url": "https://www.goodreads.com/book/show/228665.The_Eye_of_the_World", "title": "The Eye of the World (The Wheel of Time, #1)", "author": "Robert Jordan", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1337818095l/228665._SY75_.jpg", "rating": 4.17, "ratings": 437332, "publicationYear": 1990}, {"id": 12067, "url": "https://www.goodreads.com/book/show/12067.Good_Omens", "title": "Good Omens: The Nice and Accurate Prophecies of Agnes Nutter, Witch (Mass Market Paperback)", "author": "Terry Pratchett", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1615552073l/12067._SY75_.jpg", "rating": 4.23, "ratings": 612384, "publicationYear": 1990}, {"id": 16793, "url": "https://www.goodreads.com/book/show/16793.Stardust", "title": "Stardust (Paperback)", "author": "Neil Gaiman", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1459127484l/16793._SY75_.jpg", "rating": 4.08, "ratings": 395142, "publicationYear": 1998}, {"id": 14497, "url": "https://www.goodreads.com/book/show/14497.Neverwhere", "title": "Neverwhere (London Below, #1)", "author": "Neil Gaiman", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1348747943l/14497._SX50_.jpg", "rating": 4.16, "ratings": 469310, "publicationYear": 1996}, {"id": 22055262, "url": "https://www.goodreads.com/book/show/22055262-a-darker-shade-of-magic", "title": "A Darker Shade of Magic (Shades of Magic, #1)", "author": "V.E. Schwab", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1400322851l/22055262._SY75_.jpg", "rating": 4.06, "ratings": 255677, "publicationYear": 2015}, {"id": 1215032, "url": "https://www.goodreads.com/book/show/1215032.The_Wise_Man_s_Fear", "title": "The Wise Man's Fear (The Kingkiller Chronicle, #2)", "author": "Patrick Rothfuss", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1452624392l/1215032._SY75_.jpg", "rating": 4.53, "ratings": 475908, "publicationYear": 2011}, {"id": 7235533, "url": "https://www.goodreads.com/book/show/7235533-the-way-of-kings", "title": "The Way of Kings (The Stormlight Archive, #1)", "author": "Brandon Sanderson", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1388184640l/7235533._SY75_.jpg", "rating": 4.6, "ratings": 365160, "publicationYear": 2010}, {"id": 29588376, "url": "https://www.goodreads.com/book/show/29588376-the-lies-of-locke-lamora", "title": "The Lies of Locke Lamora (Gentleman Bastard, #1)", "author": "Scott Lynch", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1458646334l/29588376._SY75_.jpg", "rating": 4.25, "ratings": 258625, "publicationYear": 2006}, {"id": 15783514, "url": "https://www.goodreads.com/book/show/15783514-the-ocean-at-the-end-of-the-lane", "title": "The Ocean at the End of the Lane (Hardcover)", "author": "Neil Gaiman", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1497098563l/15783514._SY75_.jpg", "rating": 4, "ratings": 530049, "publicationYear": 2013}, {"id": 29056083, "url": "https://www.goodreads.com/book/show/29056083-harry-potter-and-the-cursed-child", "title": "Harry Potter and the Cursed Child: Parts One and Two (Harry Potter, #8)", "author": "John Tiffany", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1470082995l/29056083._SY75_.jpg", "rating": 3.56, "ratings": 813002, "publicationYear": 2016}, {"id": 77197, "url": "https://www.goodreads.com/book/show/77197.Assassin_s_Apprentice", "title": "Assassin's Apprentice (Farseer Trilogy, #1)", "author": "Robin Hobb", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1464570795l/77197._SY75_.jpg", "rating": 4.16, "ratings": 263547, "publicationYear": 1995}, {"id": 3236307, "url": "https://www.goodreads.com/book/show/3236307-graceling", "title": "Graceling (Graceling Realm, #1)", "author": "Kristin Cashore", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1331548394l/3236307._SY75_.jpg", "rating": 4.06, "ratings": 427520, "publicationYear": 2008}, {"id": 68429, "url": "https://www.goodreads.com/book/show/68429.The_Well_of_Ascension", "title": "The Well of Ascension (Mistborn, #2)", "author": "Brandon Sanderson", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1619538925l/68429._SY75_.jpg", "rating": 4.35, "ratings": 334444, "publicationYear": 2007}, {"id": 28186, "url": "https://www.goodreads.com/book/show/28186.The_Sea_of_Monsters", "title": "The Sea of Monsters (Percy Jackson and the Olympians, #2)", "author": "Rick Riordan", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1400602661l/28186._SX50_.jpg", "rating": 4.24, "ratings": 873136, "publicationYear": 2006}, {"id": 21787, "url": "https://www.goodreads.com/book/show/21787.The_Princess_Bride", "title": "The Princess Bride (Paperback)", "author": "William Goldman", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1327903636l/21787._SY75_.jpg", "rating": 4.25, "ratings": 833421, "publicationYear": 1973}, {"id": 34497, "url": "https://www.goodreads.com/book/show/34497.The_Color_of_Magic", "title": "The Color of Magic (Discworld, #1; Rincewind, #1)", "author": "Terry Pratchett", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1407111017l/34497._SY75_.jpg", "rating": 3.98, "ratings": 344993, "publicationYear": 1983}, {"id": 41637836, "url": "https://www.goodreads.com/book/show/41637836-the-subtle-knife", "title": "The Subtle Knife (His dark materials, #2)", "author": "Philip Pullman", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1535965085l/41637836._SY75_.jpg", "rating": 4.13, "ratings": 403369, "publicationYear": 1997}, {"id": 26032825, "url": "https://www.goodreads.com/book/show/26032825-the-cruel-prince", "title": "The Cruel Prince (The Folk of the Air, #1)", "author": "Holly Black", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1574535986l/26032825._SY75_.jpg", "rating": 4.09, "ratings": 441565, "publicationYear": 2018}, {"id": 22544764, "url": "https://www.goodreads.com/book/show/22544764-uprooted", "title": "Uprooted (Hardcover)", "author": "Naomi Novik", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1550135418l/22544764._SX50_.jpg", "rating": 4.04, "ratings": 200859, "publicationYear": 2015}, {"id": 22299763, "url": "https://www.goodreads.com/book/show/22299763-crooked-kingdom", "title": "Crooked Kingdom (Six of Crows, #2)", "author": "Leigh Bardugo", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1456172607l/22299763._SY75_.jpg", "rating": 4.59, "ratings": 366548, "publicationYear": 2016}, {"id": 561456, "url": "https://www.goodreads.com/book/show/561456.The_Titan_s_Curse", "title": "The Titan's Curse (Percy Jackson and the Olympians, #3)", "author": "Rick Riordan", "smallImageURL": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1361038385l/561456._SY75_.jpg", "rating": 4.34, "ratings": 799995, "publicationYear": 2007}]}
{"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"}, "ratings": {"type": "integer"}, "publicationYear": {"type": "integer"}}}}}}
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.com/challenges/hackathon/ibm-z-student-contest-2022/", "start_time": "2022-09-14T04:00:00.000Z", "end_time": "2023-01-01T04:59:00.000Z", "duration": "9421140.0", "site": "HackerEarth", "in_24_hours": "No", "status": "CODING"}, {"name": "Build With Celo ReFi Hackathon '22", "url": "https://build-with-celo.hackerearth.com/", "start_time": "2022-09-27T19:01:00.000Z", "end_time": "2022-11-07T07:59:00.000Z", "duration": "3502680.0", "site": "HackerEarth", "in_24_hours": "No", "status": "CODING"}, {"name": "Build a Climate Fintech App", "url": "https://rapyd.hackerearth.com/", "start_time": "2022-10-01T12:00:00.000Z", "end_time": "2022-12-08T22:00:00.000Z", "duration": "5911200.0", "site": "HackerEarth", "in_24_hours": "No", "status": "CODING"}, {"name": "Cogito Platform - Sr Software Engineer Hiring Challenge", "url": "https://www.hackerearth.com/challenges/hiring/cogito-platform-sr-software-engineer-hiring-challenge/", "start_time": "2022-10-14T12:30:00.000Z", "end_time": "2022-11-14T00:30:00.000Z", "duration": "2635200.0", "site": "HackerEarth", "in_24_hours": "No", "status": "CODING"}, {"name": "Buidl the Future: A Global Hack for Web3", "url": "https://buidl-the-future.hackerearth.com/", "start_time": "2022-10-16T18:30:00.000Z", "end_time": "2022-12-15T18:29:00.000Z", "duration": "5183940.0", "site": "HackerEarth", "in_24_hours": "No", "status": "CODING"}, {"name": "Netcracker Backend hiring challenge", "url": "https://www.hackerearth.com/challenges/hiring/netcracker-backend-hiring-challenge/", "start_time": "2022-10-21T12:30:00.000Z", "end_time": "2022-11-06T18:25:00.000Z", "duration": "1403700.0", "site": "HackerEarth", "in_24_hours": "No", "status": "CODING"}, {"name": "DigitalGov Hack", "url": "https://www.hackerearth.com/challenges/hackathon/wsis-dga-hack/", "start_time": "2022-10-22T22:00:00.000Z", "end_time": "2022-12-04T21:59:00.000Z", "duration": "3715140.0", "site": "HackerEarth", "in_24_hours": "No", "status": "CODING"}, {"name": "\u201cHack OverFlow\u201d \u2013 Data Scientist & Analytics Modeler Hiring Challenge", "url": "https://www.hackerearth.com/challenges/hiring/Hack-OverFlow-data-scientist-and-analytics-modeler-hiring-challenge/", "start_time": "2022-10-28T12:30:00.000Z", "end_time": "2022-11-14T00:30:00.000Z", "duration": "1425600.0", "site": "HackerEarth", "in_24_hours": "No", "status": "CODING"}, {"name": "\u201cHack OverFlow\u201d \u2013 Software Engineer Hiring Challenge", "url": "https://www.hackerearth.com/challenges/hiring/hack-overflow-software-engineer-hiring-challenge/", "start_time": "2022-10-28T12:30:00.000Z", "end_time": "2022-11-07T00:30:00.000Z", "duration": "820800.0", "site": "HackerEarth", "in_24_hours": "No", "status": "CODING"}, {"name": "Starters 63 (Rated till 6-stars)", "url": "https://www.codechef.com/START63", "start_time": "2022-11-02 14:30:00 UTC", "end_time": "2022-11-02 17:30:00 UTC", "duration": "10800", "site": "CodeChef", "in_24_hours": "Yes", "status": "BEFORE"}, {"name": "Beaconstac Winter Internship Challenge 2022", "url": "https://www.hackerearth.com/challenges/hiring/beaconstac-winter-internship-challenge-2022/", "start_time": "2022-11-04T12:30:00.000Z", "end_time": "2022-11-13T12:30:00.000Z", "duration": "777600.0", "site": "HackerEarth", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Capillary Technologies Senior Software Engineer Hiring Challenge", "url": "https://www.hackerearth.com/challenges/hiring/capillary-technologies-senior-software-engineer-hiring-challenge-2022/", "start_time": "2022-11-04T12:30:00.000Z", "end_time": "2022-11-20T18:25:00.000Z", "duration": "1403700.0", "site": "HackerEarth", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Codeforces Round (Div. 2)", "url": "https://codeforces.com/contestRegistration/1747", "start_time": "2022-11-04T14:35:00.000Z", "end_time": "2022-11-04T16:35:00.000Z", "duration": "7200", "site": "CodeForces", "in_24_hours": "No", "status": "BEFORE"}, {"name": "November Easy 22", "url": "https://www.hackerearth.com/challenges/competitive/november-easy-22/", "start_time": "2022-11-05T04:00:00.000Z", "end_time": "2022-11-05T07:00:00.000Z", "duration": "10800.0", "site": "HackerEarth", "in_24_hours": "No", "status": "BEFORE"}, {"name": "AtCoder Beginner Contest 276", "url": "https://atcoder.jp/contests/abc276", "start_time": "2022-11-05T12:00:00.000Z", "end_time": "2022-11-05T13:40:00.000Z", "duration": "6000", "site": "AtCoder", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Code-MAT", "url": "https://www.codechef.com/CMAT2022", "start_time": "2022-11-05 12:00:00 UTC", "end_time": "2022-11-05 14:00:00 UTC", "duration": "7200", "site": "CodeChef", "in_24_hours": "No", "status": "BEFORE"}, {"name": "CodeHeist", "url": "https://www.codechef.com/CDHS2022", "start_time": "2022-11-05 13:30:00 UTC", "end_time": "2022-11-05 16:30:00 UTC", "duration": "10800", "site": "CodeChef", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Weekly Contest 318", "url": "https://leetcode.com/contest/", "start_time": "2022-11-06T02:30:00.000Z", "end_time": "2022-11-06T04:00:00.000Z", "duration": "5400", "site": "LeetCode", "in_24_hours": "No", "status": "BEFORE"}, {"name": "CodeTON Round 3 (Div. 1 + Div. 2, Rated, Prizes!)", "url": "https://codeforces.com/contestRegistration/1750", "start_time": "2022-11-06T14:35:00.000Z", "end_time": "2022-11-06T16:35:00.000Z", "duration": "7200", "site": "CodeForces", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Starters 64", "url": "https://www.codechef.com/START64", "start_time": "2022-11-09 14:30:00 UTC", "end_time": "2022-11-09 17:30:00 UTC", "duration": "10800", "site": "CodeChef", "in_24_hours": "No", "status": "BEFORE"}, {"name": "HACK TO THE FUTURE 2023 qual\uff08AtCoder Heuristic Contest 016\uff09", "url": "https://atcoder.jp/contests/ahc016", "start_time": "2022-11-11T10:00:00.000Z", "end_time": "2022-11-20T10:00:00.000Z", "duration": "777600", "site": "AtCoder", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Round H 2022", "url": "https://codingcompetitions.withgoogle.com/kickstart/schedule", "start_time": "2022-11-12T03:00:00.000Z", "end_time": "2022-11-12T06:00:00.000Z", "duration": "10800.0", "site": "Kick Start", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Daiwa Securities Co. Ltd. Programming Contest 2022 Autumn (AtCoder Beginner Contest 277)", "url": "https://atcoder.jp/contests/abc277", "start_time": "2022-11-12T12:00:00.000Z", "end_time": "2022-11-12T13:40:00.000Z", "duration": "6000", "site": "AtCoder", "in_24_hours": "No", "status": "BEFORE"}, {"name": "November Long 2022 (Rated for Div 3 & 4)", "url": "https://www.codechef.com/NOV221", "start_time": "2022-11-12 14:30:00 UTC", "end_time": "2022-11-14 09:30:00 UTC", "duration": "154800", "site": "CodeChef", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Biweekly Contest 91", "url": "https://leetcode.com/contest/", "start_time": "2022-11-12T14:30:00.000Z", "end_time": "2022-11-12T16:00:00.000Z", "duration": "5400", "site": "LeetCode", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Codeforces Round (Div. 2)", "url": "https://codeforces.com/contestRegistration/1748", "start_time": "2022-11-12T14:35:00.000Z", "end_time": "2022-11-12T16:35:00.000Z", "duration": "7200", "site": "CodeForces", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Learn Coding for Brother Printers", "url": "https://brother.hackerearth.com/", "start_time": "2022-11-13T04:00:00.000Z", "end_time": "2022-12-25T04:59:00.000Z", "duration": "3632340.0", "site": "HackerEarth", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Cloudera Applied Machine Learning Prototype Hackathon", "url": "https://www.hackerearth.com/challenges/hackathon/cloudera-applied-machine-learning-prototype-hackathon/", "start_time": "2022-11-14T04:00:00.000Z", "end_time": "2022-11-27T04:59:00.000Z", "duration": "1126740.0", "site": "HackerEarth", "in_24_hours": "No", "status": "BEFORE"}, {"name": "BMW SORDI.ai Hackathon 2022", "url": "https://www.hackerearth.com/challenges/competitive/SORDI-ai-hackathon-2022/", "start_time": "2022-11-14T12:30:00.000Z", "end_time": "2022-12-12T13:25:00.000Z", "duration": "2422500.0", "site": "HackerEarth", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Starters 65", "url": "https://www.codechef.com/START65", "start_time": "2022-11-16 14:30:00 UTC", "end_time": "2022-11-16 17:30:00 UTC", "duration": "10800", "site": "CodeChef", "in_24_hours": "No", "status": "BEFORE"}, {"name": "45th ICPC World Finals Challenge powered by Huawei - Problem 2", "url": "https://codeforces.com/contestRegistration/1752", "start_time": "2022-11-17T00:00:00.000Z", "end_time": "2022-11-30T23:59:00.000Z", "duration": "1209540", "site": "CodeForces", "in_24_hours": "No", "status": "BEFORE"}, {"name": "45th ICPC World Finals Challenge powered by Huawei - Problem 1", "url": "https://codeforces.com/contestRegistration/1751", "start_time": "2022-11-17T00:00:00.000Z", "end_time": "2022-11-30T23:59:00.000Z", "duration": "1209540", "site": "CodeForces", "in_24_hours": "No", "status": "BEFORE"}, {"name": "\u200b", "url": "https://www.hackerearth.com/challenges/hackathon/shift-hackathon-2022/", "start_time": "2022-11-17T03:30:00.000Z", "end_time": "2022-11-18T04:30:00.000Z", "duration": "90000.0", "site": "HackerEarth", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Chhalaang Hack", "url": "https://www.hackerearth.com/challenges/competitive/chhalaang-hack/", "start_time": "2022-11-18T12:30:00.000Z", "end_time": "2022-11-27T18:25:00.000Z", "duration": "798900.0", "site": "HackerEarth", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Flex-Hack: Cloud and Microservices Hiring Challenge", "url": "https://www.hackerearth.com/challenges/hiring/flex-hack-cloud-engineer-hiring-challenge/", "start_time": "2022-11-18T12:30:00.000Z", "end_time": "2022-11-27T18:25:00.000Z", "duration": "798900.0", "site": "HackerEarth", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Starters 66", "url": "https://www.codechef.com/START66", "start_time": "2022-11-23 14:30:00 UTC", "end_time": "2022-11-23 17:30:00 UTC", "duration": "10800", "site": "CodeChef", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Intern Hiring Challenge", "url": "https://www.hackerearth.com/challenges/hiring/utopus-hiring-challenge-software-apprenticeship-india/", "start_time": "2022-11-25T12:30:00.000Z", "end_time": "2022-12-04T18:25:00.000Z", "duration": "798900.0", "site": "HackerEarth", "in_24_hours": "No", "status": "BEFORE"}, {"name": "TOYOTA SYSTEMS Programming Contest 2022(AtCoder Beginner Contest 279)", "url": "https://atcoder.jp/contests/abc279", "start_time": "2022-11-26T12:00:00.000Z", "end_time": "2022-11-26T13:40:00.000Z", "duration": "6000", "site": "AtCoder", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Starters 67", "url": "https://www.codechef.com/START67", "start_time": "2022-11-30 14:30:00 UTC", "end_time": "2022-11-30 17:30:00 UTC", "duration": "10800", "site": "CodeChef", "in_24_hours": "No", "status": "BEFORE"}, {"name": "Codeforces Round (Div. 2)", "url": "https://codeforces.com/contestRegistration/1731", "start_time": "2022-12-27T14:35:00.000Z", "end_time": "2022-12-27T16:35:00.000Z", "duration": "7200", "site": "CodeForces", "in_24_hours": "No", "status": "BEFORE"}]
{"$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"}, "status": {"type": "string"}}, "required": ["duration", "end_time", "in_24_hours", "name", "site", "start_time", "status", "url"]}}
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/QPNEf76KY1AkFlHcH/9aHnseFccv6R3Jh3SHmazdkHX6BCa1qQ9bFdKCEiIg6th0xTVOLwmkKMjufGlVqmejzV57SPykyzjmCpicFQEomAbmcX1dQ/WWsB1W+XkHr8zH0zWVlo2VYpaFSkzQYWHgVPfkr/b4xQqLAsAfRz/Hk+KjkeyZJbcGAw+6Vgg8ASE0bMzxeFTPZ7X87xppr489jjUHhsRQnOiA1DVVZjKzeCMnfDj+JCvHoKWNuJSPDZBXcLzXm516QL2xhBXGgst3T7iVXI3eJFy20xyRapMvskBXVxmLonVwLcXPliRPqrJrY58gFNYI+26UHTqqwve2G/c+pFdz5yYz+jKZhj3e/ptR8P9Jqtt0GfvUXpPqy87d9lxjrp9olkoGOCr0hpRiawKCnmVdRFqdvavAIht49fx9mbu2T4ZI+83AfyGqFv8lLPRqhaUPgNgRpQiqiw4cL7cGwi0fH5CRkdP6wmjf6W59uOasvVNfKQcIxTdx7t+6ND46hfeMvRVxTZ+Rr518DpfC7yUyhEGbs17gXeLUCOFiPGySXIPtorHtCQ6AezkTvaALhebYxSHYjYK8UbvmTvMl7505hcUpTr2j++5A5LiP6FrYZcURTz8a5aJRM0hss2CRwNQjEyBj71ou8Wo9nZZi4Stlo/NbRZQeFDvw9Z321EAGMoI5ZjSf6ipM4DyDzPZIdN1zPw1hLgLxWeQxRZ56m/Hhqff8zmb0iQMMXW5CQIZMEZzoKlx/YnPjYbqImSa1lsOpUSwbRqLmWEfB6EyHP/o4FefjUxE5p3xr2TpcXhen4I7YM0SHyPaP43GIDRrsCf14wPlhcHaYKsHwrsfXN0w4guoLokvQIAfYy6Zk3YW+t4epVqvfVgTKE9KtwOJKtwquYhEeal142WrriXlS9p8DMvHTsjoaCx2CQ5FiGkZuxOo7GwoKbmh1ez1RQRUw+VcvFAIHU+6b0kxQCk7G7rpnzAcO4nj7hL7FkYauJwOiHU4+wE1kh242Pi52b6+psGyawKyO+bD4ua1sRNxS9nBaPN2ZpGwBko93AymQnMvnYZXRE9vxEmFGkZAveLv9Fx/uMPA+BrinD3ZCfLYxtrIoxd1pgTn3sGfQSIu7CLXQCIcSp33pEMXxqji+o2qqh27ffpIjIxe+esoTtsHr3+lBp8XpzObNQXImPASZWZv0sasruqry53dzg48PrG4sDq2VeTjSes9s60lqYfkEkzVEI6+PydMTlPNvJlwo4PQw+InNruLuUT6lD0Io+c1twD76MV53sTlzKPb4utTOG7c5XrWUH7N0Wke3vxK17ZDkN1brr/p3ctfekU8NkU3nKKfCCx0TVB5pm9jS2xpFNXB7hy4j5DMLmCtt5x4P5IZGWIeocB7nBFx9ctZEMliOigCrLp1XUcEkzUUEHTOPY+PZJTQUUWftavxqG1wqFKWysAYLu8t9UWYdkA/mmIaEKUYJnj/ZE9JZjgn09GjNzxOWQOOE9NOz/gKTxe2N0lt7jmpRPwRFHStWIk6WKGWywM/hWS42/5idqP+97H720Vix8DZaTpbLa8rl+6FYxK0Ch4MqBGEY15jemPQthoQ5p2ar28bmhfx+H7+AZsaRzNs8PhRem3KB7QcEEFsyqAVjSmz3WR9TuJlpw3rSTyhT4GYxX+6ybOG+FnqtclfaIgKpZWsDZ4L69HGZ+ahGwoqGVhy7vqn98DL7CnbeJvg/xj+lESuSF12d3QQFrQBhYrs80pMtPuzQ/RSJpNLdeN1lqQGmQoO6z0NoekiR/33ZXzvM59ZTLUPv3bO0WMPK+3TZwFP499q6QyhNJ37t2K1t6sWy4yU2dC1gLDoC0GjA6By4PLbgK9KX3FxEOOItX4dlY1peBrwEBxq2C4u+qUywIo/9unbJ7UcHPPHFLeoGZObcH3j+EU+1RP7I66PURERdf6q7RpreBH/bIK8Os4Di+xbzkX2Z6OSsImpc0lWdjpi0ZXSq9UQYDehvqnuFIyQEH+ItDi3mTE/VtyIk/iFyk8xOj3MjS+oubrhtobc7enWSxRK8gMF1C60o76U9jrVCi94ru05KUoCCuDPa0XG49Wv/5cFyiD63JJTThtFaqzNXIDvZE6qlnY4KuejwkxAMmqKeH/wBW6V0sAcF0nR2jOgOvTA1HHgbZRvQ9QrhLGTqgZZUg8vVx0PVF9XGDVDBO8/q+mnuY1keE/4DR7bqM1t+MAFX3BZuzT7ynauNak9Lx3B67GnLl6VAre9GdT8iBBTPP2OvmX2U445K0f8kekK1KCpZXKNcuKM5Ca7dPtRfv5xzbO2nUJvP7oVoYVSNhLb3Se+jfBBb16ByS7OZadcgDbhZp4r+piEr8FmuDv4KHrXV4MvZY/dOtM/MsuRVh1foTY4YhdzGelPIOxlO7PySmdemwxDtRJjej9ZVcvxOwJcIFoUj+jvTK/j6mYEWepyCspjrtLPrFxTPRrtzOKElF3lho8FTeiTZdD7KtPRn4EzHCZ989HbHZjBadDVBpQgiRVDv+ray1wJOfXDidsaiCMTHVdMasLiFJjkVvgR2gNHNPOX2jt61RUilWYNrPClEf94409jE+X3BdS0jk3gUBip3hzV+sgpNTYgusxYE29pCZW8h7zSGUNYb0dZMLBXMStoGu6vgOtzF8m2ePzw20snbo6y9G1G5qkjGFHmVmf626KiWT9SqI7QosD+CTYVte+1xobwM2/nz/AIBWhOyFyqodJCDvhxClKGU8wp9Ax3SuGgBPwnJr7VSAPoZcHY8HjkWcP7HXkN6xeR/pLDCepQ75zhMCq4b6qKvRYCUqevvUyAMtvRS403NrEukuffFi0SNnHxI97IwaeaP6uDUe0mNH+mjLhTeKryCCnIa9+nZ561jWf+2l7RSRMekGQP7xy4HPx/hDd3mZqgDsrAxn0K03pDTMphWM9CZloQ+Sq9wiWC+IAnsb4WJjl5T9ciAqPwKs42dOL02eTGn6/MSfbDhip0iE7MVYl4XdruiBKhnwyl6/m/joSmNqWdYG3lE0rOvpy7ELvsE/6WVuy42C/+T4nQmYHXUUSgZaqe8Z44SS+5Xim/vTTCU+KKP601WyLB6T00k4Y60vZ8bffXxGm+TiUPzOa6O6TKoxG+zz8QjiWNhTFLnnDigV5wghH1RfzMVqj9BnKj1NtUWDLtoTI2aJzRt8aqpaioHe3dEEGZKgNJaneaut+9ezHNBTlNeQ4eT9NYoPja6Rzsd3Mmxdnvir368K2/8FJEdVmNAfZP8WAK95tT615L22DMxgcxeIc7QH8KD7zGsnsdR0+TviAqgT4WIHNvjIaaiDawkB2C4P/BeEMsHBzhjQ4p/WxCyPo++IsTGEnGM/JLSTIAQaUhsIzm7LqduRrrKLM4JAX/rP1K8jfVj/W0sZngfuhnXAj1pZufESRBAlfAeUGVOdjlt97/bSLNZ8ts9og/5kJpx1EAk8FM25XZxFvGkCddgV4yeBnVNN3Mj6j8nF3JTptqRGbHIekanImZjq+b9pn/cFjc27G8BhYklaj6x8YuIBS28b5NOWwcgsZCE064Q5EFJYeTPCE7PS6PUU0t/UtOOp74PHv0FGvxFtBhbo+oJEMRMmlRz2a0XSmXzufzf7oaOpskp34wBGhdbGgiwzsq0NRJ4IO7c0yAHRDGrtoN1eBx4RjrIVyvBwRW6n6WoBdi8MaorlhN2sv4CWZeE1gsdR3eRjiVR+5ejWVc4u0HOoTn2CoxhxrsDVWa9Sn4Fyox0cXSwfv+1EJH7rmMXKnYXr117KsDeWRNDognl7ZRIVDFWwN3F1O4elipiOl1zpbiVBUNsmoimPtlkAdbuTVlrZiaB9RbYXgNQo9ehBBuvzNZrfTY5z/6gpgfN2sGMepatlUwlWTgP4J34ffKfhkyr6q3lK1GOh2PV71lMET8EDWajVVPiQCpsPE9NmwtYbn1PvyGeEoy9o1lVd6C1m1zQOhJPGgrk3/9VIjJ8XuwwOcgg2w3xX+WbRAhicJZSTjefQWj6D5RNgq8RfAjsEcEn1bPCfX+n+OT1RE2kuv2SYp0Cx4mn36HARU48PkEFMVpoY4vNW9zWNRRhmi7zF4DOgxaZefHabRtUnayyJzn56t7OtD0M6am20lw9zWnDD8ervyRwJR0MEa1HWJe7oXtc2OY/ETDsqQDHlJ96OxYc1/qeeOBem6NTfDwdq+UX1WQxz0i4bTd/MlVN82t9YVlQ+UM1Yn7qvpJt0h7yd1Qt1slx6WiaEDm7YD2tihw3i+5LSWZ+gDovJ6S9sNVBxKfi22vLZ4qAf9xzFgVmp2WbyrAwRjP3JbQJrTid6PK+wNMCak17WTLce0dms2eneRt5VIOUBkt1+pp9Z/1UJ1kqcqakmu0JKJbyPnSaB7otP3Ex9TeHe3EwL9ov0E0X7X0ZzvdSFAOWCS4tJ/nQkyYaD5CjLDBI6+ynhFFegQlw/66OhibswVoKo6gBj1aT8MMkLNWZtthLLfcquOMDlAn581UYvhrY4xPAObSEdZXTsHZUyZZeBtYFihHSg7bAW5OvpduVQwow5eYk64uqzwM4jinjoO33NBqGyieS0/z0cLr7Bt2nUSBu+NPuchyKtiuU+bOVcXfkSzeIf4l79FeVNAE5mg9joeaE1mej31JI/8Ctx54aVCB5EE/k4MZF6Si3760l+YDGaJLdfNazGgwpRKY3i6In2Eh+tW5krCTVsbVWI9HYVOjltMtx9pNsRma/sn2HOULkLHp7f0Ox0uI6JkCmdEglqzer1uL8MGcdVaZxcBWJEIwt/CbI3uMLAycoV6Ny6rkMxl5nQXLpsf9khGPdI7YBwA/D7WQZgp4XtMTTmCr7nCMMP4zwnsKSx9vfQCCZj4jlCubdzoEGOA6J2ILo+sOSsEIdCjLfq3VoTPYcjC8DcTK7EG192/ogqXlSV3xgeJRFvPoDyoWz44uMhufUymJkX7QJOTNYK+8Wws069TG24/b8lRBmL8aqYZfpobre0pw9J3qSw99xkLL7VrMky1mgScLyYcUugZFiKKVey3j0ms/n0XEIsCj8zCOjNSl2tf+Gj7gwsIikw7FYzo1AHRHyCHRznGKaBq/XHha8gWjWYlc8/P4NFuZcJo0PaxDbMWRC/h6M9yKZfpqNsjOB2jyV6fs0SMccH77Rw/EjBHsa0Vu++c/A2WFx1yLP1PvQg/pwbS/lJlVv45fzeomhla4bYmV0Xdqu8DHYsxcuD1fpoEBxNZFTqr0EZf7rAfQrHL+bd6GBZzGwpA+te05Emrhq0XmvK6Sat7AQ16vP+5055E6dw5aNgRXszwBVqebSQg9RklgmNjUettEF4ciBSwTucntw5GcFOJgIt8xGDaSKq1wKYdzCgMGKZVwc+jJqwGp2bB1FsxEl3PG/eeUrNFOosc/e6J/8zl9Ow47/lS+GlV0/H81JJPjHzh/EszFWDmoOeLmoTOvrFt+fULtmpXSJ1K8CyKVffktXonTYHTrH8lM2spGc+oW195DpQy7EtkPsoCNL2BwbVVhLA7JMzcUMJZvLLohobSISkwI5foTg10nQ1HvOA+LpbqlmlOmYZfyHFeznJMnArXMIvqh/2+TU851F6x86xGMRMvadQ3XOUel2gBmA830owAM51O3nto9/Yv1YTTA1OLC+FNw4GO1H8kUi1FCWPabG41GkuS8woLeQk0L/vYvXxlamxK23u7mkBHJarI4M3UKaifCEfe2h5LOqesn7UtaOaVu7SfqGcUvGiQZS6PWCoV737QqY6UPuZLXmsnPQr5pOnE6wnvMt6Z81nAObQw8dwhGc5/e0wDpkz9/cvJaq4wfKqRZeKpNZZNwG+Ffv/P73ezm5uIPhVlm5FKYfmluIVhNz4SyTF+CtjM71sAhkwVqLHXcgw7Z9LG/wY6ZlIUtTjhp2viFygMnpow3fGoZvcgWhBZY+cVZbg2Zj5vj0Muy/nOjwvxqM5ofkp4iKmECccXXLClnAHXU6ikAVX4dSO4mWxozHs0mRHa5b86Wy6A4CoRAjBNKKVPyLX9Wn4aGlmwts/5iO8Fveub63tWccIkEiF5dT2Uox/B5zLR6MD07La6JqANKOrBKSxf51eKwf3RyfAOsft2q1n7r0lnVSFJjzxdN19Rm0aGSRg8Em+tQSKgad9/QWUoOafM7Fm5xuifbDTmg0P0ivPIGK/yJ5oMSv84CMcBSurylY2WPxZdDRaUKQjjGYZ2iteI9wIiXczyytdRaBHb1RjWpBQv8us2g1FJeQpIkhpxP94IFMjQGkLXDuqx7ZK1m/W/UqFf/4HSFe4vlr03VJN2aWvPLu0TxfsTrEQRp3Ragr1tzETzUrVOKerqfprO97Z7uxIsCArdaMBvKhOho4EZC3gLt73o4LNsH6g/vkoTfQHHJhY7FuAnilssPt3QALm7T9R+EPTODjVVRolwonDMyWOMSQ1R1cBrklzoWO2l9q2VGcFVx4UBi+NXEta8b224NeiEGFf0KSve+TgZongpVy509QbO4sJXjai7WSFdO/hIFHno1gEakF6cXcKKxeUKefzvXGqjaAPkwjowpnQ0YssOnbVEEfasjNrypKHQpK8/XGPYnTmQaYRGQgYRnkhHSXQngjngqNBUEiVsawf6lSQvbXe7B/cIffe9uDK+gF2SKgzfWfEv669ZSTNvOVt8ogMKto8JVZrL4FOOoxLZDYU1/SQA+kFTQFyWIdvheBl2dIb3jpAztAV8Q4+PDiiU+28IsrEWsc2p4itfljeHW72EdIygoHnDrzhOVlRX7iq4nC+GP15rNrjkP5TCBcJkCnaPv11ho6Q3RSDII3EdsHF2tQweolJzY3NgtfRLdJI8OZdfry7Z4jatgi5ZF0Zvyf+QK6c+FqbaAru5LsnI/FmEdYLCeHRjQdkPkF8d6/tqA4akRu83qFkOjayO7UZz0LgfFzJivj0cLuCP3QNjBQj3qfJGGR1kBFvWcfI3OqxcPWmlXmMpBJd5POMH8MR1R8FijGQpySG1eSkwd1WRxxj/G4sCo8/GINAlprmG4XOs8/fx5xq3mREc56Le27qHMAvotirzMTILMLmmdIuAeuh8BqXk4Sqoc04N0MTeVgy7I7YqPNL3w4+IAaD4jUGOFI/NxIwtC/z9BPwerlR3isn9Zu+Nk9nQdvmYExPqKf4wm/KAtAJuJ2GtY1Uk8dqU5daTcuJMTlcDLHCH3L6wn/Em/mFWP9zXiNUiGAwIh0qErKcEKyDx8ZOIYfCUBgQoz2n359CYFXx2/PPgj8ei4ValCm3HnhcvwZJUHDyrZLrTm6CNqXn1iGMuJFK0CChK0kyXuwhay53zoffWW7rn17tO+ECIgDa4lWmM1SFcGS0x5D2BU8YkyXOcCF5bQ9ke91x+KA1eFl1g5KYBSxNwtWx6b60WdUZLXM+4l936ev9ziG1vBPHVbnLhkD8CNeuFM7YumRG/vlP5j+IoX+cQZSUeJSn+NBk2WucwjJdIPE5Yp9PeLHpkI5kRpzYk7ZTp2BCeHc8141odn1Z/NsLUCNQZX7cqBZtiZtbq2fY7DbPz9kqlWkm97PK659hQsba5PhFDqvUQ55y+iJdKdPv5kmp1mngTMMHh+hmC05yr85CTFTHcuJUIGc17tYdJMSwCxPRoCAoGZrx6cQl5kWhSP6GUEFVAGt6vPvGxkrtyIvADmCSri0YVfTxXIVAqrJb1C/2WOoreQrmPhcdzivBmT9592+zPOGpPFE0r0RqpaxlfCRh5dMSZ8Arn6lF1Hy/ALSyb86kYGXU8hVRk4dxegih4aZwAAi2XSY5TZtawJDB1xG0kDMw0cP7g91oBV+y8hEfKcVurd0xbUD5IkDIFVtN/1HrYIFPRRAcNPMMhpTpNWupZ+PC5OwEo42pwKuLpEnHg1DefojrFZ5rFKNpULgfIhqZ+8MeGIop7VTk3oQYr1hfYHnitr+vEhyPQn2KdsBkSIGBI6sXdfgTytnzXYff6Q2E/MmtotmRRjV00y6IEGunXF3Tq+5sczW4/P7dE3bghzvGEzPPiNsBGsgfHcgfGUlip/EosKzukIgtkhT5oUfSzq/R+kj35c3UTMwP3iMN0D8kKUlUtyPj9nGQDSh3xyAwXZcaa/Ubq95EZb/B1Lsuq5Apu0IE+QJrfYxZrBr+RgMKXhmWHRkM/4y5Gnzf4YryKtLygM55eGN3p38D8uSN/+15C+TrLdnjAqUCEXCFsWz5KLfmsEOTu46D30HWHpN7f1bQYlHxjJrhdsxDLymjcgvGd13vHoXnuWje+9WBdkc99LWlNq1iqpQ9NJILx/X7Qmeg21AWP8hGp/Cx4tSVbbWTIZ0Pl56Ub0wO7z4NO7+lB+iUWlQevqDl8Ip9zr9IsgXTZS9cZoXehIIqSKnAnYHAEpuuazVpKBg2Bp2LbOvKdCXo5xJH+Y7DjPPWgB6H9lAz+a4O97RhEZuDVbPcfs1Y5k2QIILVt2LX+j8vn1gvuIGXRVOMwpBTqTaCQt0R5zJkjbg+QLU1AOkBw3f3J7O2Oot19cV9XIAQmgOHDGRpU6SvG724ph6iWQHtV3rLvFO/JX0zjt/Gnp9GYdQDtdcQBqjh9/7pHIlosIf0WAxBeI7h5bLuWBqYffxdyy8pedVm+tHplk5+OSrkqyq4DmZPKNUczSwueI21JjED6vmA0xNKQfPX3Wp0Lf2NlVt0K053lu8yMD/ZjOtqYQvBRfGcgNJZ48jrzxF3QCmERjlmgdCPo56ymJzqIZy/DOLN6W0ybU9d/RzA2B+O7jXQOGE9Zo3SnHMncelaI9xRLWc4+ObOIMfa8v1RE2FcVkGDIYCT5QgfCl+7Qhfazf9NRbCqzPH79oODllhtI+PZl6bvIfRlh8elAPMK/IX0DjyFCpb2xCa4GkuzWFOJA/BP8n8OB9nZ4A3PBomMiaE4frf7UozPomgMgjZ3/JA8i+j3Zn1FHYwSgKkq8fRS2k8W1pYGKh5hOZ40jh9nlzJLuhBFQa9bQ/5ITdOEPbXO9J7EPv/4fIPkgfcrfStxtWhMKC1Akwm9ziTE+VTURySRXS5S0SKkVycL+rtO7t03yhMgC4Xu1nnKcTt9WhyDPZg5g7hvHVGyo296dhDZa6GN7Oir0ySbFhsJkjo502OHgCw110YwW/GzaT9lIKmXiaGt9GGKZbmN8nj41c2Mef77FHPzIzowhwGXIEbccXs09iPvUyQoYn3KphkSYpZksUsJPCEs+l1Frv3sCwMji/VmoEfj3AkSju5pb9Tdy6+3B4dnt47zxPUjsdLm1w7XZdaRzJfrpktgRwiqSE+HNxheU5kdfhmBuH59MsXbIsshSjxf/sE1be/neMU4AaM/luIJhSojXNezlh98iJDJKxEv1iwdzGwfsk1l+R62wfxffmrzp9s72H6rkez0r69Q1UXso671gSnC1xkTwWrIGmq5xWcf7Jlv48KHnpJesuojsVsKvshw5rkGpDgecLnABdPeMS6yaGN0icLOQu6TJzSGacjeCC5hTgZ5KmXNQ/nw7tXeQ68PjnNCgugeA3JVEIUiYEFGWGEVh6PUAlze2hh+E5w==", "ct": "0C5jDPcoAE0YaO44gKcxa7IBfgOZdF61V7yzQawxwZVrihvnAXoFLf2BMVdLlBlqE67GTyjGM6OedqjPc3DzzGl4uNLGn3uXDjr8QblwKCsvTvckiLJdCji0QqdtKUyeD6Zk2OkoQsF9ZEJp6aKaJhM1W"}
{"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, "code_v1": "&#xfb51;", "translation": {"text": "In (the) name", "language_name": "english"}, "transliteration": {"text": "bis'mi", "language_name": "english"}}], "translations": [{"resource_id": 131, "text": "In the Name of Allah\u2014the Most Compassionate, Most Merciful."}], "tafsirs": [{"id": 82641, "language_name": "english", "name": "Tafsir Ibn Kathir", "text": "<h2 class=\"title\">Which was revealed in Makkah</h2><h2 class=\"title\">The Meaning of Al-Fatihah and its Various Names</h2>"}]}], "pagination": {"per_page": 1, "current_page": 1, "next_page": 2, "total_pages": 7, "total_records": 7}}
{"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 of the verse, key is generated using chapter number and ayah number. e.g 1:1 is first ayah of first surah."}, "verse_index": {"type": "integer"}, "text_uthmani": {"type": "string", "description": "Ayah text in Uthmani Script.\n\nUthmani script is an old-fashion script used by the third Caliph, Uthman, to produce the first standard quran manuscript."}, "text_uthmani_simple": {"type": "string", "description": "Uthmani script diacritic marks "}, "text_imlaei": {"type": "string", "description": "Ayah text in Imla'ei script.\n\nImla'ei script, is the modern Arabic writing style which is currently in use."}, "text_imlaei_simple": {"type": "string"}, "text_indopak": {"type": "string"}, "text_uthmani_tajweed": {"type": "string"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "sajdah_type": {}, "sajdah_number": {}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "image_url": {"type": "string"}, "image_width": {"type": "integer"}, "words": {"type": "array", "items": {"title": "Word", "type": "object", "properties": {"id": {"type": "integer"}, "position": {"type": "integer", "description": "Word position within ayah"}, "text_uthmani": {"type": "string", "description": "Word text in Uthmanic script"}, "text_indopak": {"type": "string"}, "text_imlaei": {"type": "string", "description": "Word text in simple/Imlaei script"}, "verse_key": {"type": "string"}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "line_number": {"type": "integer", "description": "Line number in the Muhsaf for this word"}, "audio_url": {"type": "string"}, "location": {"type": "string"}, "char_type_name": {"type": "string"}, "code_v1": {"type": "string", "description": "glyph code that you can use to render the word using QCF v1 font."}, "code_v2": {"type": "string", "description": "glyph code that you can use to render the word using QCF v2 font."}, "translation": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "transliteration": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this word using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["position", "audio_url", "char_type_name", "translation", "transliteration"], "x-stoplight": {"id": "word", "name": "Word", "public": true}}}, "audio": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile", "public": true}}, "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 HTML tags for formatting and footnotes. "}, "verse_id": {"type": "integer"}, "language_id": {"type": "integer"}, "language_name": {"type": "string"}, "verse_key": {"type": "string"}, "chapter_id": {"type": "integer"}, "verse_number": {"type": "integer"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "page_number": {"type": "integer"}}, "required": ["resource_id", "text"], "x-stoplight": {"id": "translation", "name": "Translation", "public": true}}}, "code_v1": {"type": "string", "description": "Glyphs codes for QCF v1 fonts"}, "code_v2": {"type": "string", "description": "Glyphs codes for QCF v2 fonts"}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this ayah using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["id", "verse_number", "verse_key", "juz_number", "hizb_number", "rub_el_hizb_number", "sajdah_type", "sajdah_number", "page_number"], "x-stoplight": {"id": "verse", "name": "Verse", "public": true}}}, "pagination": {"title": "Pagination", "type": "object", "properties": {"per_page": {"type": "integer", "description": "Entries per api call", "default": 10}, "current_page": {"type": "integer", "default": 1, "description": ""}, "next_page": {"type": "integer", "description": "Next page in paginated result"}, "total_pages=": {"type": "integer", "description": "Total number of pages"}, "total_records=": {"type": "integer"}}, "x-stoplight": {"id": "pagination", "name": "Pagination", "public": true}}}}
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": 148}}
{"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", "public": true}}}, "pagination": {"title": "Pagination", "type": "object", "properties": {"per_page": {"type": "integer", "description": "Entries per api call", "default": 10}, "current_page": {"type": "integer", "default": 1, "description": ""}, "next_page": {"type": "integer", "description": "Next page in paginated result"}, "total_pages=": {"type": "integer", "description": "Total number of pages"}, "total_records=": {"type": "integer"}}, "x-stoplight": {"id": "pagination", "name": "Pagination", "public": true}}}, "required": ["audio_files", "pagination"]}
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": "Tafsir Ibn Kathir", "author_name": "Hafiz Ibn Kathir"}}
{"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"}, "verse_key": {"type": "string"}, "chapter_id": {"type": "integer"}, "verse_number": {"type": "integer"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "page_number": {"type": "integer"}}, "x-stoplight": {"id": "tafsir", "name": "Tafsir", "public": true}}}, "meta": {"type": "object", "properties": {"tafsir_name": {"type": "string"}, "author_name": {"type": ["string", "null"]}}}}, "required": ["tafsirs"]}
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 Muhsaf page number. You can use `v1_page` to generate css and font faces for QCF page font. "}}}}}}
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": "Alafasy/mp3/001006.mp3"}, {"verse_key": "1:7", "url": "Alafasy/mp3/001007.mp3"}], "meta": {"reciter_name": "Mishari Rashid al-`Afasy", "recitation_style": null}}
{"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", "public": true}}}, "meta": {"type": "object", "properties": {"reciter_name": {"type": "string"}, "recitation_style": {"type": ["string", "null"]}}}}, "required": ["audio_files"]}
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 class=madda_normal>\u0640\u0670</tajweed>\u0646\u0650 <tajweed class=ham_wasl>\u0671</tajweed><tajweed class=laam_shamsiyah>\u0644</tajweed>\u0631\u0651\u064e\u062d<tajweed class=madda_permissible>\u0650\u064a</tajweed>\u0645\u0650 <span class=end>\u0661</span>"}]}
{"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 \u0627\u0644\u0634\u0631\u064a\u0645", "relative_path": "sa3ood_al-shuraym/", "format": "mp3", "files_size": 1258422528}, {"id": 5, "name": "Mishari Rashid al-`Afasy", "arabic_name": "\u0645\u0634\u0627\u0631\u064a \u0631\u0627\u0634\u062f \u0627\u0644\u0639\u0641\u0627\u0633\u064a", "relative_path": "mishaari_raashid_al_3afaasee/", "format": "mp3", "files_size": 1258422528}]}
{"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": "Reciter name in Arabic "}, "relative_path": {"type": "string"}, "format": {"type": "string", "description": "Audio files format", "default": "mp3"}, "files_size": {"type": "number", "description": "Total size of all audio files in KBs"}}, "required": ["id", "name"], "x-stoplight": {"id": "chapter-reciters", "name": "Chapter Reciters", "public": true}}}}}
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 HTML tags for formatting and footnotes. "}, "verse_id": {"type": "integer"}, "language_id": {"type": "integer"}, "language_name": {"type": "string"}, "verse_key": {"type": "string"}, "chapter_id": {"type": "integer"}, "verse_number": {"type": "integer"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "page_number": {"type": "integer"}}, "required": ["resource_id", "text"], "x-stoplight": {"id": "translation", "name": "Translation", "public": true}}}, "meta": {"type": "object", "properties": {"translation_name": {"type": "string"}, "author_name": {"type": ["string", "null"]}}}}, "required": ["translations"]}
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_v1": "&#xfb51;", "translation": {"text": "In (the) name", "language_name": "english"}, "transliteration": {"text": "bis'mi", "language_name": "english"}}], "translations": [{"resource_id": 131, "text": "In the Name of Allah\u2014the Most Compassionate, Most Merciful."}], "tafsirs": [{"id": 82641, "language_name": "english", "name": "Tafsir Ibn Kathir", "text": "<h2 class=\"title\">Which was revealed in Makkah</h2><h2 class=\"title\">The Meaning of Al-Fatihah and its Various Names</h2>"}]}}
{"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 generated using chapter number and ayah number. e.g 1:1 is first ayah of first surah."}, "verse_index": {"type": "integer"}, "text_uthmani": {"type": "string", "description": "Ayah text in Uthmani Script.\n\nUthmani script is an old-fashion script used by the third Caliph, Uthman, to produce the first standard quran manuscript."}, "text_uthmani_simple": {"type": "string", "description": "Uthmani script diacritic marks "}, "text_imlaei": {"type": "string", "description": "Ayah text in Imla'ei script.\n\nImla'ei script, is the modern Arabic writing style which is currently in use."}, "text_imlaei_simple": {"type": "string"}, "text_indopak": {"type": "string"}, "text_uthmani_tajweed": {"type": "string"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "sajdah_type": {}, "sajdah_number": {}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "image_url": {"type": "string"}, "image_width": {"type": "integer"}, "words": {"type": "array", "items": {"title": "Word", "type": "object", "properties": {"id": {"type": "integer"}, "position": {"type": "integer", "description": "Word position within ayah"}, "text_uthmani": {"type": "string", "description": "Word text in Uthmanic script"}, "text_indopak": {"type": "string"}, "text_imlaei": {"type": "string", "description": "Word text in simple/Imlaei script"}, "verse_key": {"type": "string"}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "line_number": {"type": "integer", "description": "Line number in the Muhsaf for this word"}, "audio_url": {"type": "string"}, "location": {"type": "string"}, "char_type_name": {"type": "string"}, "code_v1": {"type": "string", "description": "glyph code that you can use to render the word using QCF v1 font."}, "code_v2": {"type": "string", "description": "glyph code that you can use to render the word using QCF v2 font."}, "translation": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "transliteration": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this word using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["position", "audio_url", "char_type_name", "translation", "transliteration"], "x-stoplight": {"id": "word", "name": "Word", "public": true}}}, "audio": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile", "public": true}}, "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 HTML tags for formatting and footnotes. "}, "verse_id": {"type": "integer"}, "language_id": {"type": "integer"}, "language_name": {"type": "string"}, "verse_key": {"type": "string"}, "chapter_id": {"type": "integer"}, "verse_number": {"type": "integer"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "page_number": {"type": "integer"}}, "required": ["resource_id", "text"], "x-stoplight": {"id": "translation", "name": "Translation", "public": true}}}, "code_v1": {"type": "string", "description": "Glyphs codes for QCF v1 fonts"}, "code_v2": {"type": "string", "description": "Glyphs codes for QCF v2 fonts"}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this ayah using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["id", "verse_number", "verse_key", "juz_number", "hizb_number", "rub_el_hizb_number", "sajdah_type", "sajdah_number", "page_number"], "x-stoplight": {"id": "verse", "name": "Verse", "public": true}}}, "required": ["verse"]}
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, "code_v1": "&#xfb51;", "translation": {"text": "In (the) name", "language_name": "english"}, "transliteration": {"text": "bis'mi", "language_name": "english"}}], "translations": [{"resource_id": 131, "text": "In the Name of Allah\u2014the Most Compassionate, Most Merciful."}], "tafsirs": [{"id": 82641, "language_name": "english", "name": "Tafsir Ibn Kathir", "text": "<h2 class=\"title\">Which was revealed in Makkah</h2><h2 class=\"title\">The Meaning of Al-Fatihah and its Various Names</h2>"}]}], "pagination": {"per_page": 1, "current_page": 1, "next_page": 2, "total_pages": 7, "total_records": 7}}
{"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 of the verse, key is generated using chapter number and ayah number. e.g 1:1 is first ayah of first surah."}, "verse_index": {"type": "integer"}, "text_uthmani": {"type": "string", "description": "Ayah text in Uthmani Script.\n\nUthmani script is an old-fashion script used by the third Caliph, Uthman, to produce the first standard quran manuscript."}, "text_uthmani_simple": {"type": "string", "description": "Uthmani script diacritic marks "}, "text_imlaei": {"type": "string", "description": "Ayah text in Imla'ei script.\n\nImla'ei script, is the modern Arabic writing style which is currently in use."}, "text_imlaei_simple": {"type": "string"}, "text_indopak": {"type": "string"}, "text_uthmani_tajweed": {"type": "string"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "sajdah_type": {}, "sajdah_number": {}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "image_url": {"type": "string"}, "image_width": {"type": "integer"}, "words": {"type": "array", "items": {"title": "Word", "type": "object", "properties": {"id": {"type": "integer"}, "position": {"type": "integer", "description": "Word position within ayah"}, "text_uthmani": {"type": "string", "description": "Word text in Uthmanic script"}, "text_indopak": {"type": "string"}, "text_imlaei": {"type": "string", "description": "Word text in simple/Imlaei script"}, "verse_key": {"type": "string"}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "line_number": {"type": "integer", "description": "Line number in the Muhsaf for this word"}, "audio_url": {"type": "string"}, "location": {"type": "string"}, "char_type_name": {"type": "string"}, "code_v1": {"type": "string", "description": "glyph code that you can use to render the word using QCF v1 font."}, "code_v2": {"type": "string", "description": "glyph code that you can use to render the word using QCF v2 font."}, "translation": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "transliteration": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this word using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["position", "audio_url", "char_type_name", "translation", "transliteration"], "x-stoplight": {"id": "word", "name": "Word", "public": true}}}, "audio": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile", "public": true}}, "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 HTML tags for formatting and footnotes. "}, "verse_id": {"type": "integer"}, "language_id": {"type": "integer"}, "language_name": {"type": "string"}, "verse_key": {"type": "string"}, "chapter_id": {"type": "integer"}, "verse_number": {"type": "integer"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "page_number": {"type": "integer"}}, "required": ["resource_id", "text"], "x-stoplight": {"id": "translation", "name": "Translation", "public": true}}}, "code_v1": {"type": "string", "description": "Glyphs codes for QCF v1 fonts"}, "code_v2": {"type": "string", "description": "Glyphs codes for QCF v2 fonts"}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this ayah using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["id", "verse_number", "verse_key", "juz_number", "hizb_number", "rub_el_hizb_number", "sajdah_type", "sajdah_number", "page_number"], "x-stoplight": {"id": "verse", "name": "Verse", "public": true}}}, "pagination": {"title": "Pagination", "type": "object", "properties": {"per_page": {"type": "integer", "description": "Entries per api call", "default": 10}, "current_page": {"type": "integer", "default": 1, "description": ""}, "next_page": {"type": "integer", "description": "Next page in paginated result"}, "total_pages=": {"type": "integer", "description": "Total number of pages"}, "total_records=": {"type": "integer"}}, "x-stoplight": {"id": "pagination", "name": "Pagination", "public": true}}}}
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.quranicaudio.com/quran/abdullaah_3awwaad_al-juhaynee//044.mp3"}]}
{"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": {"type": "string"}}, "x-stoplight": {"id": "chapter-recitation", "name": "Chapter Recitation", "public": true}}}}, "required": ["audio_files"]}
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": "The Opener"}}}
{"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"}, "verses_count": {"type": "integer"}, "pages": {"type": "array", "items": {"type": "integer"}}, "translated_name": {"title": "TranslatedName", "type": "object", "properties": {"language_name": {"type": "string", "default": "english"}, "name": {"type": "string", "description": "Name of the resource in specific language."}}, "required": ["language_name", "name"], "x-stoplight": {"id": "translated-name", "name": "TranslatedName", "public": true}}}, "required": ["translated_name"], "x-stoplight": {"id": "chapter", "name": "Chapter", "public": true}}}}
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'an - The Meaning of the Quran", "text": "<h2>Name</h2>\r\n<p>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.</p>\r\n<h2>Period of Revelation</h2>..."}}
{"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_name": {"type": "string"}, "source": {"type": "string", "description": "Name of the source, could be a book name or site name."}}, "required": ["chapter_id", "text", "short_text", "source"], "x-stoplight": {"id": "chapter-info", "name": "Chapter Info", "public": true}}}}
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-stoplight": {"id": "chapter-recitation", "name": "Chapter Recitation", "public": true}}}}
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": "The Opener"}}]}
{"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, "code_v1": "&#xfb51;", "translation": {"text": "In (the) name", "language_name": "english"}, "transliteration": {"text": "bis'mi", "language_name": "english"}}], "translations": [{"resource_id": 131, "text": "In the Name of Allah\u2014the Most Compassionate, Most Merciful."}], "tafsirs": [{"id": 82641, "language_name": "english", "name": "Tafsir Ibn Kathir", "text": "<h2 class=\"title\">Which was revealed in Makkah</h2><h2 class=\"title\">The Meaning of Al-Fatihah and its Various Names</h2>"}]}], "pagination": {"per_page": 1, "current_page": 1, "next_page": 2, "total_pages": 7, "total_records": 7}}
{"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 of the verse, key is generated using chapter number and ayah number. e.g 1:1 is first ayah of first surah."}, "verse_index": {"type": "integer"}, "text_uthmani": {"type": "string", "description": "Ayah text in Uthmani Script.\n\nUthmani script is an old-fashion script used by the third Caliph, Uthman, to produce the first standard quran manuscript."}, "text_uthmani_simple": {"type": "string", "description": "Uthmani script diacritic marks "}, "text_imlaei": {"type": "string", "description": "Ayah text in Imla'ei script.\n\nImla'ei script, is the modern Arabic writing style which is currently in use."}, "text_imlaei_simple": {"type": "string"}, "text_indopak": {"type": "string"}, "text_uthmani_tajweed": {"type": "string"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "sajdah_type": {}, "sajdah_number": {}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "image_url": {"type": "string"}, "image_width": {"type": "integer"}, "words": {"type": "array", "items": {"title": "Word", "type": "object", "properties": {"id": {"type": "integer"}, "position": {"type": "integer", "description": "Word position within ayah"}, "text_uthmani": {"type": "string", "description": "Word text in Uthmanic script"}, "text_indopak": {"type": "string"}, "text_imlaei": {"type": "string", "description": "Word text in simple/Imlaei script"}, "verse_key": {"type": "string"}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "line_number": {"type": "integer", "description": "Line number in the Muhsaf for this word"}, "audio_url": {"type": "string"}, "location": {"type": "string"}, "char_type_name": {"type": "string"}, "code_v1": {"type": "string", "description": "glyph code that you can use to render the word using QCF v1 font."}, "code_v2": {"type": "string", "description": "glyph code that you can use to render the word using QCF v2 font."}, "translation": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "transliteration": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this word using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["position", "audio_url", "char_type_name", "translation", "transliteration"], "x-stoplight": {"id": "word", "name": "Word", "public": true}}}, "audio": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile", "public": true}}, "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 HTML tags for formatting and footnotes. "}, "verse_id": {"type": "integer"}, "language_id": {"type": "integer"}, "language_name": {"type": "string"}, "verse_key": {"type": "string"}, "chapter_id": {"type": "integer"}, "verse_number": {"type": "integer"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "page_number": {"type": "integer"}}, "required": ["resource_id", "text"], "x-stoplight": {"id": "translation", "name": "Translation", "public": true}}}, "code_v1": {"type": "string", "description": "Glyphs codes for QCF v1 fonts"}, "code_v2": {"type": "string", "description": "Glyphs codes for QCF v2 fonts"}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this ayah using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["id", "verse_number", "verse_key", "juz_number", "hizb_number", "rub_el_hizb_number", "sajdah_type", "sajdah_number", "page_number"], "x-stoplight": {"id": "verse", "name": "Verse", "public": true}}}, "pagination": {"title": "Pagination", "type": "object", "properties": {"per_page": {"type": "integer", "description": "Entries per api call", "default": 10}, "current_page": {"type": "integer", "default": 1, "description": ""}, "next_page": {"type": "integer", "description": "Next page in paginated result"}, "total_pages=": {"type": "integer", "description": "Total number of pages"}, "total_records=": {"type": "integer"}}, "x-stoplight": {"id": "pagination", "name": "Pagination", "public": true}}}}
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, "code_v1": "&#xfb51;", "translation": {"text": "In (the) name", "language_name": "english"}, "transliteration": {"text": "bis'mi", "language_name": "english"}}], "translations": [{"resource_id": 131, "text": "In the Name of Allah\u2014the Most Compassionate, Most Merciful."}], "tafsirs": [{"id": 82641, "language_name": "english", "name": "Tafsir Ibn Kathir", "text": "<h2 class=\"title\">Which was revealed in Makkah</h2><h2 class=\"title\">The Meaning of Al-Fatihah and its Various Names</h2>"}]}], "pagination": {"per_page": 1, "current_page": 1, "next_page": 2, "total_pages": 7, "total_records": 7}}
{"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 of the verse, key is generated using chapter number and ayah number. e.g 1:1 is first ayah of first surah."}, "verse_index": {"type": "integer"}, "text_uthmani": {"type": "string", "description": "Ayah text in Uthmani Script.\n\nUthmani script is an old-fashion script used by the third Caliph, Uthman, to produce the first standard quran manuscript."}, "text_uthmani_simple": {"type": "string", "description": "Uthmani script diacritic marks "}, "text_imlaei": {"type": "string", "description": "Ayah text in Imla'ei script.\n\nImla'ei script, is the modern Arabic writing style which is currently in use."}, "text_imlaei_simple": {"type": "string"}, "text_indopak": {"type": "string"}, "text_uthmani_tajweed": {"type": "string"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "sajdah_type": {}, "sajdah_number": {}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "image_url": {"type": "string"}, "image_width": {"type": "integer"}, "words": {"type": "array", "items": {"title": "Word", "type": "object", "properties": {"id": {"type": "integer"}, "position": {"type": "integer", "description": "Word position within ayah"}, "text_uthmani": {"type": "string", "description": "Word text in Uthmanic script"}, "text_indopak": {"type": "string"}, "text_imlaei": {"type": "string", "description": "Word text in simple/Imlaei script"}, "verse_key": {"type": "string"}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "line_number": {"type": "integer", "description": "Line number in the Muhsaf for this word"}, "audio_url": {"type": "string"}, "location": {"type": "string"}, "char_type_name": {"type": "string"}, "code_v1": {"type": "string", "description": "glyph code that you can use to render the word using QCF v1 font."}, "code_v2": {"type": "string", "description": "glyph code that you can use to render the word using QCF v2 font."}, "translation": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "transliteration": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this word using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["position", "audio_url", "char_type_name", "translation", "transliteration"], "x-stoplight": {"id": "word", "name": "Word", "public": true}}}, "audio": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile", "public": true}}, "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 HTML tags for formatting and footnotes. "}, "verse_id": {"type": "integer"}, "language_id": {"type": "integer"}, "language_name": {"type": "string"}, "verse_key": {"type": "string"}, "chapter_id": {"type": "integer"}, "verse_number": {"type": "integer"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "page_number": {"type": "integer"}}, "required": ["resource_id", "text"], "x-stoplight": {"id": "translation", "name": "Translation", "public": true}}}, "code_v1": {"type": "string", "description": "Glyphs codes for QCF v1 fonts"}, "code_v2": {"type": "string", "description": "Glyphs codes for QCF v2 fonts"}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this ayah using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["id", "verse_number", "verse_key", "juz_number", "hizb_number", "rub_el_hizb_number", "sajdah_type", "sajdah_number", "page_number"], "x-stoplight": {"id": "verse", "name": "Verse", "public": true}}}, "pagination": {"title": "Pagination", "type": "object", "properties": {"per_page": {"type": "integer", "description": "Entries per api call", "default": 10}, "current_page": {"type": "integer", "default": 1, "description": ""}, "next_page": {"type": "integer", "description": "Next page in paginated result"}, "total_pages=": {"type": "integer", "description": "Total number of pages"}, "total_records=": {"type": "integer"}}, "x-stoplight": {"id": "pagination", "name": "Pagination", "public": true}}}}
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_v1": "&#xfb51;", "translation": {"text": "In (the) name", "language_name": "english"}, "transliteration": {"text": "bis'mi", "language_name": "english"}}], "translations": [{"resource_id": 131, "text": "In the Name of Allah\u2014the Most Compassionate, Most Merciful."}], "tafsirs": [{"id": 82641, "language_name": "english", "name": "Tafsir Ibn Kathir", "text": "<h2 class=\"title\">Which was revealed in Makkah</h2><h2 class=\"title\">The Meaning of Al-Fatihah and its Various Names</h2>"}]}}
{"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 generated using chapter number and ayah number. e.g 1:1 is first ayah of first surah."}, "verse_index": {"type": "integer"}, "text_uthmani": {"type": "string", "description": "Ayah text in Uthmani Script.\n\nUthmani script is an old-fashion script used by the third Caliph, Uthman, to produce the first standard quran manuscript."}, "text_uthmani_simple": {"type": "string", "description": "Uthmani script diacritic marks "}, "text_imlaei": {"type": "string", "description": "Ayah text in Imla'ei script.\n\nImla'ei script, is the modern Arabic writing style which is currently in use."}, "text_imlaei_simple": {"type": "string"}, "text_indopak": {"type": "string"}, "text_uthmani_tajweed": {"type": "string"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "sajdah_type": {}, "sajdah_number": {}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "image_url": {"type": "string"}, "image_width": {"type": "integer"}, "words": {"type": "array", "items": {"title": "Word", "type": "object", "properties": {"id": {"type": "integer"}, "position": {"type": "integer", "description": "Word position within ayah"}, "text_uthmani": {"type": "string", "description": "Word text in Uthmanic script"}, "text_indopak": {"type": "string"}, "text_imlaei": {"type": "string", "description": "Word text in simple/Imlaei script"}, "verse_key": {"type": "string"}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "line_number": {"type": "integer", "description": "Line number in the Muhsaf for this word"}, "audio_url": {"type": "string"}, "location": {"type": "string"}, "char_type_name": {"type": "string"}, "code_v1": {"type": "string", "description": "glyph code that you can use to render the word using QCF v1 font."}, "code_v2": {"type": "string", "description": "glyph code that you can use to render the word using QCF v2 font."}, "translation": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "transliteration": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this word using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["position", "audio_url", "char_type_name", "translation", "transliteration"], "x-stoplight": {"id": "word", "name": "Word", "public": true}}}, "audio": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile", "public": true}}, "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 HTML tags for formatting and footnotes. "}, "verse_id": {"type": "integer"}, "language_id": {"type": "integer"}, "language_name": {"type": "string"}, "verse_key": {"type": "string"}, "chapter_id": {"type": "integer"}, "verse_number": {"type": "integer"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "page_number": {"type": "integer"}}, "required": ["resource_id", "text"], "x-stoplight": {"id": "translation", "name": "Translation", "public": true}}}, "code_v1": {"type": "string", "description": "Glyphs codes for QCF v1 fonts"}, "code_v2": {"type": "string", "description": "Glyphs codes for QCF v2 fonts"}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this ayah using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["id", "verse_number", "verse_key", "juz_number", "hizb_number", "rub_el_hizb_number", "sajdah_type", "sajdah_number", "page_number"], "x-stoplight": {"id": "verse", "name": "Verse", "public": true}}}, "required": ["verse"]}
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, "code_v1": "&#xfb51;", "translation": {"text": "In (the) name", "language_name": "english"}, "transliteration": {"text": "bis'mi", "language_name": "english"}}], "translations": [{"resource_id": 131, "text": "In the Name of Allah\u2014the Most Compassionate, Most Merciful."}], "tafsirs": [{"id": 82641, "language_name": "english", "name": "Tafsir Ibn Kathir", "text": "<h2 class=\"title\">Which was revealed in Makkah</h2><h2 class=\"title\">The Meaning of Al-Fatihah and its Various Names</h2>"}]}], "pagination": {"per_page": 1, "current_page": 1, "next_page": 2, "total_pages": 7, "total_records": 7}}
{"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 of the verse, key is generated using chapter number and ayah number. e.g 1:1 is first ayah of first surah."}, "verse_index": {"type": "integer"}, "text_uthmani": {"type": "string", "description": "Ayah text in Uthmani Script.\n\nUthmani script is an old-fashion script used by the third Caliph, Uthman, to produce the first standard quran manuscript."}, "text_uthmani_simple": {"type": "string", "description": "Uthmani script diacritic marks "}, "text_imlaei": {"type": "string", "description": "Ayah text in Imla'ei script.\n\nImla'ei script, is the modern Arabic writing style which is currently in use."}, "text_imlaei_simple": {"type": "string"}, "text_indopak": {"type": "string"}, "text_uthmani_tajweed": {"type": "string"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "sajdah_type": {}, "sajdah_number": {}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "image_url": {"type": "string"}, "image_width": {"type": "integer"}, "words": {"type": "array", "items": {"title": "Word", "type": "object", "properties": {"id": {"type": "integer"}, "position": {"type": "integer", "description": "Word position within ayah"}, "text_uthmani": {"type": "string", "description": "Word text in Uthmanic script"}, "text_indopak": {"type": "string"}, "text_imlaei": {"type": "string", "description": "Word text in simple/Imlaei script"}, "verse_key": {"type": "string"}, "page_number": {"type": "integer", "description": "page_number is deperacted, please use `v1_page` instead.", "minimum": 1, "maximum": 604}, "line_number": {"type": "integer", "description": "Line number in the Muhsaf for this word"}, "audio_url": {"type": "string"}, "location": {"type": "string"}, "char_type_name": {"type": "string"}, "code_v1": {"type": "string", "description": "glyph code that you can use to render the word using QCF v1 font."}, "code_v2": {"type": "string", "description": "glyph code that you can use to render the word using QCF v2 font."}, "translation": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "transliteration": {"type": "object", "properties": {"text": {"type": "string"}, "language_name": {"type": "string"}}}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this word using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["position", "audio_url", "char_type_name", "translation", "transliteration"], "x-stoplight": {"id": "word", "name": "Word", "public": true}}}, "audio": {"title": "AudioFile", "type": "object", "properties": {"url": {"type": "string"}, "duration": {"type": "number"}, "format": {"type": "string"}, "segments": {"type": "array", "items": {}}}, "x-stoplight": {"id": "audiofile", "name": "AudioFile", "public": true}}, "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 HTML tags for formatting and footnotes. "}, "verse_id": {"type": "integer"}, "language_id": {"type": "integer"}, "language_name": {"type": "string"}, "verse_key": {"type": "string"}, "chapter_id": {"type": "integer"}, "verse_number": {"type": "integer"}, "juz_number": {"type": "integer"}, "hizb_number": {"type": "integer"}, "rub_el_hizb_number": {"type": "integer"}, "page_number": {"type": "integer"}}, "required": ["resource_id", "text"], "x-stoplight": {"id": "translation", "name": "Translation", "public": true}}}, "code_v1": {"type": "string", "description": "Glyphs codes for QCF v1 fonts"}, "code_v2": {"type": "string", "description": "Glyphs codes for QCF v2 fonts"}, "v1_page": {"type": "integer", "description": "Madani Muhsaf Page number for v1 font. If `v1_page` value is 2, that means you'll use page 2 font file to render this ayah using v1 glyph codes.", "minimum": 1, "maximum": 604}, "v2_page": {"type": "integer", "description": "Madani Muhsaf Page number for v2 font. If `v2_page` value is 2, that means you'll use page 2 font file to render this ayah using v2 glyph codes.", "minimum": 1, "maximum": 604}}, "required": ["id", "verse_number", "verse_key", "juz_number", "hizb_number", "rub_el_hizb_number", "sajdah_type", "sajdah_number", "page_number"], "x-stoplight": {"id": "verse", "name": "Verse", "public": true}}}, "pagination": {"title": "Pagination", "type": "object", "properties": {"per_page": {"type": "integer", "description": "Entries per api call", "default": 10}, "current_page": {"type": "integer", "default": 1, "description": ""}, "next_page": {"type": "integer", "description": "Next page in paginated result"}, "total_pages=": {"type": "integer", "description": "Total number of pages"}, "total_records=": {"type": "integer"}}, "x-stoplight": {"id": "pagination", "name": "Pagination", "public": true}}}}
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": 148}}
{"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", "public": true}}}, "pagination": {"title": "Pagination", "type": "object", "properties": {"per_page": {"type": "integer", "description": "Entries per api call", "default": 10}, "current_page": {"type": "integer", "default": 1, "description": ""}, "next_page": {"type": "integer", "description": "Next page in paginated result"}, "total_pages=": {"type": "integer", "description": "Total number of pages"}, "total_records=": {"type": "integer"}}, "x-stoplight": {"id": "pagination", "name": "Pagination", "public": true}}}, "required": ["audio_files", "pagination"]}
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": 148}}
{"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", "public": true}}}, "pagination": {"title": "Pagination", "type": "object", "properties": {"per_page": {"type": "integer", "description": "Entries per api call", "default": 10}, "current_page": {"type": "integer", "default": 1, "description": ""}, "next_page": {"type": "integer", "description": "Next page in paginated result"}, "total_pages=": {"type": "integer", "description": "Total number of pages"}, "total_records=": {"type": "integer"}}, "x-stoplight": {"id": "pagination", "name": "Pagination", "public": true}}}, "required": ["audio_files", "pagination"]}
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."}, "direction": {"type": "string"}, "translated_names": {"type": "array", "items": {"title": "TranslatedName", "type": "object", "properties": {"language_name": {"type": "string", "default": "english"}, "name": {"type": "string", "description": "Name of the resource in specific language."}}, "required": ["language_name", "name"], "x-stoplight": {"id": "translated-name", "name": "TranslatedName", "public": true}}}}, "x-stoplight": {"id": "language", "name": "Language", "public": true}}}
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", "properties": {"name": {"type": "string"}, "language_name": {"type": "string"}}}}, "x-stoplight": {"id": "resource", "name": "Resource", "public": true}}}}}
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": "object", "properties": {"name": {"type": "string"}, "language_name": {"type": "string"}}}}, "x-stoplight": {"id": "resource", "name": "Resource", "public": true}}}}}
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": 20}}
{"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", "public": true}}}, "pagination": {"title": "Pagination", "type": "object", "properties": {"per_page": {"type": "integer", "description": "Entries per api call", "default": 10}, "current_page": {"type": "integer", "default": 1, "description": ""}, "next_page": {"type": "integer", "description": "Next page in paginated result"}, "total_pages=": {"type": "integer", "description": "Total number of pages"}, "total_records=": {"type": "integer"}}, "x-stoplight": {"id": "pagination", "name": "Pagination", "public": true}}}}
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 Ala Maududi", "slug": null, "language_name": "malayalam", "translated_name": {"name": "Chapter Info", "language_name": "english"}}, {"id": 62, "name": "Chapter Info", "author_name": "Sayyid Abul Ala Maududi", "slug": null, "language_name": "tamil", "translated_name": {"name": "Chapter Info", "language_name": "english"}}, {"id": 61, "name": "Chapter Info", "author_name": "Sayyid Abul Ala Maududi", "slug": null, "language_name": "urdu", "translated_name": {"name": "Chapter Info", "language_name": "english"}}]}
{"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", "properties": {"name": {"type": "string"}, "language_name": {"type": "string"}}}}}}}}
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": "recitation", "name": "Recitation", "public": true}}}
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": 20}}
{"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", "public": true}}}, "pagination": {"title": "Pagination", "type": "object", "properties": {"per_page": {"type": "integer", "description": "Entries per api call", "default": 10}, "current_page": {"type": "integer", "default": 1, "description": ""}, "next_page": {"type": "integer", "description": "Next page in paginated result"}, "total_pages=": {"type": "integer", "description": "Total number of pages"}, "total_records=": {"type": "integer"}}, "x-stoplight": {"id": "pagination", "name": "Pagination", "public": true}}}, "required": ["audio_files", "pagination"]}
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": 148}}
{"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", "public": true}}}, "pagination": {"title": "Pagination", "type": "object", "properties": {"per_page": {"type": "integer", "description": "Entries per api call", "default": 10}, "current_page": {"type": "integer", "default": 1, "description": ""}, "next_page": {"type": "integer", "description": "Next page in paginated result"}, "total_pages=": {"type": "integer", "description": "Total number of pages"}, "total_records=": {"type": "integer"}}, "x-stoplight": {"id": "pagination", "name": "Pagination", "public": true}}}, "required": ["audio_files", "pagination"]}
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 `v2_page` to generate css and font faces for QCF page font. ", "minimum": 1, "maximum": 604}}, "required": ["code_v2", "v2_page"]}}}}
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 or inappropriate content. The API is easy to use and can be integrated into any application that requires a touch of humor. It's perfect for any developer or individual looking t...
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"]}