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
|
---|---|---|---|---|---|---|---|---|---|
12738648-fd4c-477d-a3e0-81923c2de7fa/8ab40068-a6ef-4435-b173-5c0c22f78a0b/0/0 | Powerful GSTIN Tool | Unlock the Power of GST Data with Our Comprehensive API Suite. Seamlessly access GSTIN details, PAN information, address data, and more with our easy-to-use API tools. Simplify your GST-related workflows and make informed decisions today!! | 8.9 | Retrieve PAN Information from GSTIN | Retrieve PAN (Permanent Account Number) information associated with a given GSTIN (Goods and Services Tax Identification Number).
PAN is a unique identifier issued by the Indian Income Tax Department for tax purposes. By providing a valid GSTIN, you can obtain the PAN details linked to the entity, which can be useful for verifying tax-related information or conducting financial transactions. | 200 | Response | {"data": {"gstin": "18AAACR5055K1Z6", "pan_num": "AAACR5055"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"gstin": {"type": "string"}, "pan_num": {"type": "string"}}, "required": ["gstin", "pan_num"]}}, "required": ["data"]} |
12738648-fd4c-477d-a3e0-81923c2de7fa/4307f334-e1dd-491c-86e7-47001f51234d/0/0 | Powerful GSTIN Tool | Unlock the Power of GST Data with Our Comprehensive API Suite. Seamlessly access GSTIN details, PAN information, address data, and more with our easy-to-use API tools. Simplify your GST-related workflows and make informed decisions today!! | 8.9 | Verify GSTIN Status | This endpoint allows you to verify the status of a GSTIN (Goods and Services Tax Identification Number). It provides information on whether the specified GSTIN is currently active or not. | 200 | Response | {"data": {"gstin": "18AAACR5055K1Z6", "status": "Active", "is_active": true}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"gstin": {"type": "string"}, "status": {"type": "string"}, "is_active": {"type": "boolean"}}, "required": ["gstin", "is_active", "status"]}}, "required": ["data"]} |
12738648-fd4c-477d-a3e0-81923c2de7fa/98659574-efd3-4f46-b001-8f3d3871b70f/0/0 | Powerful GSTIN Tool | Unlock the Power of GST Data with Our Comprehensive API Suite. Seamlessly access GSTIN details, PAN information, address data, and more with our easy-to-use API tools. Simplify your GST-related workflows and make informed decisions today!! | 8.9 | Retrieve GST Details - Mini | Retrieves basic GST details for a given entity based on their GSTIN (Goods and Services Tax Identification Number). This endpoint provides a subset of GST information. | 200 | Example 1 | {"data": {"gstin": "18AAACR5055K1Z6", "legal_name": "RELIANCE INDUSTRIES LIMITED", "trade_name": "M/S RELIANCE INDUSTRIES LTD.", "registration_date": "01/07/2017", "business_constitution": "Public Limited Company", "type": "Regular", "status": "Active", "cancellation_date": "", "business_activity_nature": ["Retail Business", "Wholesale Business", "Office / Sale Office", "Recipient of Goods or Services", "Warehouse / Depot", "Supplier of Services", "Bonded Warehouse", "Import", "Input Service Distributor (ISD)", "Works Contract", "Factory / Manufacturing", "Leasing Business", "Service Provision", "SEZ"]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"gstin": {"type": "string"}, "legal_name": {"type": "string"}, "trade_name": {"type": "string"}, "registration_date": {"type": "string"}, "business_constitution": {"type": "string"}, "type": {"type": "string"}, "status": {"type": "string"}, "cancellation_date": {"type": "string"}, "business_activity_nature": {"type": "array", "items": {"type": "string"}}}, "required": ["business_activity_nature", "business_constitution", "cancellation_date", "gstin", "legal_name", "registration_date", "status", "trade_name", "type"]}}, "required": ["data"]} |
12738648-fd4c-477d-a3e0-81923c2de7fa/958839d0-a12e-4c81-9de1-756441fefdf4/0/0 | Powerful GSTIN Tool | Unlock the Power of GST Data with Our Comprehensive API Suite. Seamlessly access GSTIN details, PAN information, address data, and more with our easy-to-use API tools. Simplify your GST-related workflows and make informed decisions today!! | 8.9 | Search GST by Company Name | Retrieve GST numbers and corresponding company names that match your search term | 200 | Response | {"data": [{"name": "RELIANCE ENGINEERING CONCERN", "gstin": "19AAQPI6385L1ZT", "state": "West Bengal"}, {"name": "RELIANCE JEANS", "gstin": "19AKHPM9976E1ZH", "state": "West Bengal"}, {"name": "RELIANCE AUTO ENGINEERING WORKS", "gstin": "24AACFR0666F1ZH", "state": "Gujarat"}, {"name": "RELIANCE ENTERPRISES", "gstin": "27AAIFR7851A1Z6", "state": "Maharashtra"}, {"name": "RELIANCE ENTERPRISE", "gstin": "24BFSPS5295F1ZT", "state": "Gujarat"}, {"name": "RELIANCE WOOD CRAFT", "gstin": "24AJIPP4322P1ZV", "state": "Gujarat"}, {"name": "RELIANCE METAL & TUBE", "gstin": "24ALXPP1346G1ZT", "state": "Gujarat"}, {"name": "RELIANCE SYSTEMS", "gstin": "03AAIFR2799F1Z1", "state": "Punjab"}, {"name": "RELIANCE ENGINEERING CO.", "gstin": "24AEJPS5262F1ZE", "state": "Gujarat"}, {"name": "RELIANCE DYEING", "gstin": "19AUBPS7058K1ZZ", "state": "West Bengal"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "gstin": {"type": "string"}, "state": {"type": "string"}}, "required": ["gstin", "name", "state"]}}}, "required": ["data"]} |
12738648-fd4c-477d-a3e0-81923c2de7fa/8484b86f-2b37-41ac-be31-cfe2d46ccdf2/0/0 | Powerful GSTIN Tool | Unlock the Power of GST Data with Our Comprehensive API Suite. Seamlessly access GSTIN details, PAN information, address data, and more with our easy-to-use API tools. Simplify your GST-related workflows and make informed decisions today!! | 8.9 | Retrieve GST Details | Retrieves GST details for a given entity based on their GSTIN (Goods and Services Tax Identification Number) | 200 | Response | {"data": {"place_of_business_additional": [{"address": {"building_name": "", "street": "Borjhar", "location": "Borjhar", "door_num": "LGB International Airport", "state": "Assam", "floor_num": "", "lattitude": "", "longitude": "", "district": "Kamrup", "city": "", "pin_code": "781015"}, "place_of_business_nature": ["Retail Business", "Wholesale Business", "Office / Sale Office", "Recipient of Goods or Services"]}, {"address": {"building_name": "", "street": "Opposite Purabi Diary, Panjabari,", "location": "Guwahati", "door_num": "Sunanda Ram Deka Warehousing Complex,", "state": "Assam", "floor_num": "", "lattitude": "", "longitude": "", "district": "Kamrup", "city": "", "pin_code": "781037"}, "place_of_business_nature": ["Warehouse / Depot", "Recipient of Goods or Services", "Supplier of Services", "Wholesale Business", "Retail Business"]}, {"address": {"building_name": "", "street": "C O NRL Despatch Unit, Numaligarh Refinery Marketing Termin", "location": "NRL,Numaligarh", "door_num": "Reliance Industries Limited", "state": "Assam", "floor_num": "", "lattitude": "", "longitude": "", "district": "Golaghat", "city": "", "pin_code": "785699"}, "place_of_business_nature": ["Bonded Warehouse", "Office / Sale Office", "Recipient of Goods or Services", "Wholesale Business", "Import", "Input Service Distributor (ISD)", "Retail Business", "Works Contract", "Supplier of Services", "Factory / Manufacturing", "Leasing Business", "Service Provision", "Warehouse / Depot", "SEZ"]}, {"address": {"building_name": "", "street": "Shilasendurighupa", "location": "North Guwahati", "door_num": "Vill Gauripur ,Mouza", "state": "Assam", "floor_num": "", "lattitude": "", "longitude": "", "district": "Kamrup Metropolitan", "city": "", "pin_code": "781030"}, "place_of_business_nature": ["Warehouse / Depot", "Recipient of Goods or Services", "Wholesale Business"]}, {"address": {"building_name": "Patta no 383, Dag no. 1721 of Patta no 1548, Dag no. 1717", "street": "-", "location": "Guwahati", "door_num": "P no 384,D no. 1719 of P no 385 and D no. 1712 of P no 1256", "state": "Assam", "floor_num": "Dag no. 1716/1718 of Patta no 1371, Dag no. 1714/1715 of", "lattitude": "26.2019470000001", "longitude": "91.6726810000001", "district": "Kamrup Metropolitan", "city": "", "pin_code": "781028"}, "place_of_business_nature": ["Warehouse / Depot"]}, {"address": {"building_name": "216, 219, 369, 370, 368, 217, 213, Patta No. 57, 14, 25", "street": "-", "location": "North Guwahati", "door_num": "42, 43, 52, 61, 71-76, 84", "state": "Assam", "floor_num": "Dag no. 227, 208, 212, 214, 221, 222, 201, 211, 220, 224", "lattitude": "26.2019470000001", "longitude": "91.6726810000001", "district": "Kamrup Metropolitan", "city": "", "pin_code": "781031"}, "place_of_business_nature": ["Warehouse / Depot"]}, {"address": {"building_name": "", "street": "-", "location": "Guwahati", "door_num": "Balaji Nagar, Betkuchi", "state": "Assam", "floor_num": "National Highway 37", "lattitude": "26.141778", "longitude": "91.742328", "district": "Kamrup Metropolitan", "city": "", "pin_code": "781034"}, "place_of_business_nature": ["Warehouse / Depot"]}], "gstin": "18AAACR5055K1Z6", "legal_name": "RELIANCE INDUSTRIES LIMITED", "state_jurisdiction": "GUWAHATI - A - 99", "centre_jurisdiction": "II-D RANGE", "registration_date": "01/07/2017", "business_constitution": "Public Limited Company", "type": "Regular", "business_activity_nature": ["Retail Business", "Wholesale Business", "Office / Sale Office", "Recipient of Goods or Services", "Warehouse / Depot", "Supplier of Services", "Bonded Warehouse", "Import", "Input Service Distributor (ISD)", "Works Contract", "Factory / Manufacturing", "Leasing Business", "Service Provision", "SEZ"], "status": "Active", "cancellation_date": "", "trade_name": "M/S RELIANCE INDUSTRIES LTD.", "state_jurisdiction_code": "AS044", "centre_jurisdiction_code": "UQ0204", "place_of_business_principal": {"address": {"building_name": "", "street": "G.S. Road", "location": "Rukminigaon, Sixmile", "door_num": "Bijay Cresent", "state": "Assam", "floor_num": "1", "lattitude": "", "longitude": "", "district": "Kamrup", "city": "", "pin_code": "781006"}, "place_of_business_nature": ["Retail Business", "Wholesale Business", "Office / Sale Office", "Recipient of Goods or Services"]}}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"place_of_business_additional": {"type": "array"}, "gstin": {"type": "string"}, "legal_name": {"type": "string"}, "state_jurisdiction": {"type": "string"}, "centre_jurisdiction": {"type": "string"}, "registration_date": {"type": "string"}, "business_constitution": {"type": "string"}, "type": {"type": "string"}, "business_activity_nature": {"type": "array"}, "status": {"type": "string"}, "cancellation_date": {"type": "string"}, "trade_name": {"type": "string"}, "state_jurisdiction_code": {"type": "string"}, "centre_jurisdiction_code": {"type": "string"}, "place_of_business_principal": {"type": "object", "properties": {"address": {"type": "object", "properties": {"building_name": {"type": "string"}, "street": {"type": "string"}, "location": {"type": "string"}, "door_num": {"type": "string"}, "state": {"type": "string"}, "floor_num": {"type": "string"}, "lattitude": {"type": "string"}, "longitude": {"type": "string"}, "district": {"type": "string"}, "city": {"type": "string"}, "pin_code": {"type": "string"}}}, "place_of_business_nature": {"type": "array"}}}}}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/69905b78-4946-4f73-9eab-ee306fb99bf0/0/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | getProperty | Returns all the detailed information of a property by its permalink | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/69905b78-4946-4f73-9eab-ee306fb99bf0/1/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | getProperty | Returns all the detailed information of a property by its permalink | 200 | null | {"status": 200, "message": "OK", "data": {"baths": 1, "baths3qtr": 1, "bathsFull": 1, "bathsFullCalc": 1, "bathsHalf": 1, "bathsMax": 1, "bathsMin": 1, "bathsPartialCalc": 1, "bathsTotal": 1, "beds": 1, "bedsMax": 1, "bedsMin": 1, "listPrice": 100000, "listPriceMin": 90000, "listPriceMax": 120000, "lastSoldPrice": 17225000, "sqftMax": 1325, "sqftMin": 700, "type": "apartment", "units": 120, "url": "https://www.realtor.com/realestateandhomes-detail/11844-26th-Ave-S_Seattle_WA_98168_M15401-78278", "status": "for_rent", "id": 1540178278, "soldOn": "2019-04-17", "garage": 1, "garageMax": 1, "garageMin": 1, "lotSqft": 1, "yearBuilt": 1, "yearRenovated": 1, "description": "A once in a lifetime offering. Welcome to the exquisite oceanfront estate situated on the esteemed.", "address": {"street": "17 Straws Pt", "locality": "Rye", "region": "NH", "postalCode": 3870, "latitude": 42.993351, "longitude": -70.750323}, "photos": ["http://ap.rdcpix.com/2e0c814774c6fa6555ee3c50b2faadael-m886839702od-w480_h360_x2.webp"], "taxHistory": [{"year": 2021, "tax": 27189, "assessment": {"building": 1200000, "land": 1500000, "total": 200000}}], "local": {"noiseScore": 88, "wildfireScore": 2, "wildfireSeverity": "Minor", "floodScore": 2, "floodSeverity": "minimal"}, "history": [{"date": "2023-08-23", "eventName": "Listed", "price": 25000000, "priceSqft": 2456.761006289308, "sourceListingId": 73151413, "sourceName": "MLSPIN"}], "details": [{"category": "Bedrooms", "parentCategory": "Interior", "text": ["Total Rooms 14"]}], "nearbySchools": [{"latitude": 43.014471, "longitude": -70.770719, "distance": 1.8, "name": "Rye School District", "rating": 7, "studentCount": 127, "levels": ["middle"], "grades": []}], "advertisers": [{"type": "seller", "photo": "http://ap.rdcpix.com/507922581/29521a508164aca15d654e5ebfa801fca-c0l.jpg", "name": "Jim Giampa, Agent", "mlsSet": "A-BSMA-BB982588", "url": "http://www.careyandgiampa.com", "email": "[email protected]", "company": "Carey Giampa LLC", "phones": [{"ext": 119, "number": 6039647000, "type": "Office"}]}]}} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"baths": {"type": "number"}, "baths3qtr": {"type": "number"}, "bathsFull": {"type": "number"}, "bathsFullCalc": {"type": "number"}, "bathsHalf": {"type": "number"}, "bathsMax": {"type": "number"}, "bathsMin": {"type": "number"}, "bathsPartialCalc": {"type": "number"}, "bathsTotal": {"type": "number"}, "beds": {"type": "number"}, "bedsMax": {"type": "number"}, "bedsMin": {"type": "number"}, "listPrice": {"type": "number"}, "listPriceMin": {"type": "number"}, "listPriceMax": {"type": "number"}, "lastSoldPrice": {"type": "number"}, "sqftMax": {"type": "number"}, "sqftMin": {"type": "number"}, "type": {"type": "string"}, "units": {"type": "number"}, "url": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "soldOn": {"type": "string"}, "garage": {"type": "number"}, "garageMax": {"type": "number"}, "garageMin": {"type": "number"}, "lotSqft": {"type": "number"}, "yearBuilt": {"type": "number"}, "yearRenovated": {"type": "number"}, "description": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "locality": {"type": "string"}, "region": {"type": "string"}, "postalCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}, "photos": {"type": "array", "items": {"type": "string"}}, "taxHistory": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "number"}, "tax": {"type": "number"}, "assessment": {"type": "object", "properties": {"building": {"type": "number"}, "land": {"type": "number"}, "total": {"type": "number"}}}}}}, "local": {"type": "object", "properties": {"noiseScore": {"type": "number"}, "wildfireScore": {"type": "number"}, "wildfireSeverity": {"type": "string"}, "floodScore": {"type": "number"}, "floodSeverity": {"type": "string"}}}, "history": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "eventName": {"type": "string"}, "price": {"type": "number"}, "priceSqft": {"type": "number"}, "sourceListingId": {"type": "string"}, "sourceName": {"type": "string"}}}}, "details": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "parentCategory": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}}}}, "nearbySchools": {"type": "array", "items": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "distance": {"type": "number"}, "name": {"type": "string"}, "rating": {"type": "number"}, "studentCount": {"type": "number"}, "levels": {"type": "array", "items": {"type": "string"}}, "grades": {"type": "array", "items": {"type": "string"}}}}}, "advertisers": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "photo": {"type": "string"}, "name": {"type": "string"}, "mlsSet": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "company": {"type": "string"}, "phones": {"type": "array", "items": {"type": "object", "properties": {"ext": {"type": "string"}, "number": {"type": "string"}, "type": {"type": "string"}}}}}}}}}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/69905b78-4946-4f73-9eab-ee306fb99bf0/2/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | getProperty | Returns all the detailed information of a property by its permalink | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/b5add65a-ae90-4d95-9eae-f54e2e484894/0/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | locationLookup | Lookup for locations that are available to use. This endpoint's key attribute is necessary for search requests. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/b5add65a-ae90-4d95-9eae-f54e2e484894/1/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | locationLookup | Lookup for locations that are available to use. This endpoint's key attribute is necessary for search requests. | 200 | null | {"status": 200, "message": "OK", "data": [{"areaType": "city", "city": "Detroit", "state": "MI", "country": "USA", "key": "Detroit_MI"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"areaType": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "key": {"type": "string"}}}}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/b5add65a-ae90-4d95-9eae-f54e2e484894/2/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | locationLookup | Lookup for locations that are available to use. This endpoint's key attribute is necessary for search requests. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/1bd4a9c1-4ab2-47a0-aaa7-4977f380cf1f/0/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | searchPropertyForSell | Returns all the properties for sell that matches up by the filters | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/1bd4a9c1-4ab2-47a0-aaa7-4977f380cf1f/1/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | searchPropertyForSell | Returns all the properties for sell that matches up by the filters | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/1bd4a9c1-4ab2-47a0-aaa7-4977f380cf1f/2/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | searchPropertyForSell | Returns all the properties for sell that matches up by the filters | 200 | null | {"status": 200, "message": "OK", "data": [{"propertyId": 3577614408, "listingId": 2959301949, "listDate": "2023-09-01T18:26:02Z", "price": 2600, "priceMin": 2200, "priceMax": 2800, "url": "https://www.realtor.com/rentals/details/86-Pendleton-Ln_Londonderry_NH_03053_M35776-14408", "permalink": "86-Pendleton-Ln_Londonderry_NH_03053_M35776-14408", "soldPrice": 800000, "soldDate": "2023-08-24", "location": {"city": "Londonderry", "county": "Londonderry", "country": "USA", "state": "NH", "postalCode": 3053, "address": "86 Pendleton Ln", "latitude": 42.831875, "longitude": -71.384082}}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"propertyId": {"type": "string"}, "listingId": {"type": "string"}, "listDate": {"type": "string"}, "price": {"type": "string"}, "priceMin": {"type": "string"}, "priceMax": {"type": "string"}, "url": {"type": "string"}, "permalink": {"type": "string"}, "soldPrice": {"type": "string"}, "soldDate": {"type": "string"}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "county": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "postalCode": {"type": "string"}, "address": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}}}}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/d71e0bf4-5204-46da-b5b1-b86054d4de9b/0/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | searchPropertyForRent | Returns all the properties for rent that matches up by the filters | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/d71e0bf4-5204-46da-b5b1-b86054d4de9b/1/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | searchPropertyForRent | Returns all the properties for rent that matches up by the filters | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/d71e0bf4-5204-46da-b5b1-b86054d4de9b/2/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | searchPropertyForRent | Returns all the properties for rent that matches up by the filters | 200 | null | {"status": 200, "message": "OK", "data": [{"propertyId": 3577614408, "listingId": 2959301949, "listDate": "2023-09-01T18:26:02Z", "price": 2600, "priceMin": 2200, "priceMax": 2800, "url": "https://www.realtor.com/rentals/details/86-Pendleton-Ln_Londonderry_NH_03053_M35776-14408", "permalink": "86-Pendleton-Ln_Londonderry_NH_03053_M35776-14408", "soldPrice": 800000, "soldDate": "2023-08-24", "location": {"city": "Londonderry", "county": "Londonderry", "country": "USA", "state": "NH", "postalCode": 3053, "address": "86 Pendleton Ln", "latitude": 42.831875, "longitude": -71.384082}}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"propertyId": {"type": "string"}, "listingId": {"type": "string"}, "listDate": {"type": "string"}, "price": {"type": "string"}, "priceMin": {"type": "string"}, "priceMax": {"type": "string"}, "url": {"type": "string"}, "permalink": {"type": "string"}, "soldPrice": {"type": "string"}, "soldDate": {"type": "string"}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "county": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "postalCode": {"type": "string"}, "address": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}}}}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/3d491d11-4765-4cea-a412-56d3ece85aa2/0/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | searchSoldProperties | Returns all the sold properties that matches up by the filters | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/3d491d11-4765-4cea-a412-56d3ece85aa2/1/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | searchSoldProperties | Returns all the sold properties that matches up by the filters | 200 | null | {"status": 200, "message": "OK", "data": [{"propertyId": 3577614408, "listingId": 2959301949, "listDate": "2023-09-01T18:26:02Z", "price": 2600, "priceMin": 2200, "priceMax": 2800, "url": "https://www.realtor.com/rentals/details/86-Pendleton-Ln_Londonderry_NH_03053_M35776-14408", "permalink": "86-Pendleton-Ln_Londonderry_NH_03053_M35776-14408", "soldPrice": 800000, "soldDate": "2023-08-24", "location": {"city": "Londonderry", "county": "Londonderry", "country": "USA", "state": "NH", "postalCode": 3053, "address": "86 Pendleton Ln", "latitude": 42.831875, "longitude": -71.384082}}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"propertyId": {"type": "string"}, "listingId": {"type": "string"}, "listDate": {"type": "string"}, "price": {"type": "string"}, "priceMin": {"type": "string"}, "priceMax": {"type": "string"}, "url": {"type": "string"}, "permalink": {"type": "string"}, "soldPrice": {"type": "string"}, "soldDate": {"type": "string"}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "county": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "postalCode": {"type": "string"}, "address": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}}}}}} |
7d63482d-8c85-4055-ab4f-a6e6ca75ab49/3d491d11-4765-4cea-a412-56d3ece85aa2/2/0 | Realtor | Uncover valuable insights from realtor.com's extensive property listings. Search, filter, retrieve and all! | 9.5 | searchSoldProperties | Returns all the sold properties that matches up by the filters | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
8505d63d-7f1e-4766-8f1e-0b099dbb82ab/53e44450-11e1-4160-a729-018ac05f038b/0/0 | Crunchbase | Provides access to Crunchbase data | 8.4 | Company details | Get company details such as
- about
- founded_year
- funding
- industries
- location
- long_description
- size
- website | 200 | Response | {"company": {"about": "Apple is a multinational corporation that designs, manufactures, and markets consumer electronics, personal computers, and software.", "founded_year": "Apr 1, 1976", "funding": "$6.2B", "industries": ["Consumer Electronics", "Hardware", "Mobile Devices", "Software"], "location": "Cupertino, California, United States", "long_description": "Apple is a multinational corporation that designs, manufactures, and markets mobile communication and media devices, personal computers, portable digital music players, and sells a variety of related software, services, peripherals, networking solutions, and third-party digital content and applications.\nApple provides many products and services, including iPhone; iPad; iPod; Mac; Apple TV; a portfolio of consumer and professional software applications; the iOS and OS X operating systems; iCloud; and accessories, service, and support offerings. It sells its products worldwide through its retail stores, online stores, direct sales force and third-party cellular network carriers, wholesalers, retailers, and value-added resellers to the consumer and also sells third-party iPhone, iPad, Mac and iPod compatible products, including application software and accessories through its online and retail stores.Introduced in 1984, the Macintosh was the first widely sold personal computer with a graphical user interface (GUI). That feature and others such as an improved floppy drive design and a low-cost hard drive that made data retrieval faster helped Apple cultivate a reputation for innovation.Apple was named as the most admired company in the United States in 2008 and in the world from 2008 to 2012 by the Fortune magazine.The company was founded by Steven Paul Jobs, Steve Wozniak, and Ronald Gerald Wayne on April 1, 1976, and is headquartered in Cupertino, California.", "size": "10001+", "website": "www.apple.com"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"company": {"type": "object", "properties": {"about": {"type": "string"}, "founded_year": {"type": "string"}, "funding": {"type": "string"}, "industries": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "long_description": {"type": "string"}, "size": {"type": "string"}, "website": {"type": "string"}}, "required": ["about", "founded_year", "funding", "industries", "location", "long_description", "size", "website"]}}, "required": ["company"]} |
3ba2d2e1-3dfa-44c4-aa17-ef0299b7ab62/142d5709-2b05-45c6-b221-8187b6f3a804/1/0 | pets | pets | 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"]}}}} |
3ba2d2e1-3dfa-44c4-aa17-ef0299b7ab62/8bd0e0fb-563a-49f2-b455-9fbd39fe2c3f/2/0 | pets | pets | null | findPetsByTags | Multiple 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"]}}}} |
3ba2d2e1-3dfa-44c4-aa17-ef0299b7ab62/e20568bb-6a24-439a-ab6d-b896ad474593/3/0 | pets | pets | null | getPetById | Returns a single pet | 200 | null | {"id": 0, "category": {"id": 0, "name": ""}, "name": "doggie", "photoUrls": [], "tags": [{"id": 0, "name": ""}], "status": "available"} | {"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"]}}} |
3ba2d2e1-3dfa-44c4-aa17-ef0299b7ab62/0679697f-a753-4382-89af-5b1221cb4e30/0/0 | pets | pets | 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"}}} |
|
3ba2d2e1-3dfa-44c4-aa17-ef0299b7ab62/0c741522-1ed1-4215-9e5d-c026cc6e8b5b/2/0 | pets | pets | 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}}} |
|
3ba2d2e1-3dfa-44c4-aa17-ef0299b7ab62/cff544a9-85d3-4acd-a92b-3f715ec30368/1/0 | pets | pets | null | placeOrder | 200 | null | {"id": 0, "petId": 0, "quantity": 0, "shipDate": "", "status": "placed", "complete": true} | {"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"}}} |
|
3ba2d2e1-3dfa-44c4-aa17-ef0299b7ab62/528cd861-04d4-4bb9-ac17-26bd67f1fe73/1/0 | pets | pets | 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": true} | {"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"}}} |
d9656f81-39ba-446e-93fc-426fa06b62ae/981672ab-fdf9-4ac5-9fb8-3151171426c3/0/0 | Self-help Quotes | Hand-picked quotes from the best self-help books around. Get a random quote every day, filter by tags, books, and more... | 7.3 | Get a random quote from a specific book | Get a random self-help quote from a specific book by passing the book_id | 200 | Response | {"quote_id": "zsEYxFWSfwz", "quote_content": "Some people wish to fit harmoniously into the group, and others to be independent of it.", "quote_categories": ["introvert", "group"], "book": {"book_id": "quiet", "title": "Quiet", "author": "Susan Cain", "tags": ["introverts"], "purchase_link": "https://amzn.to/3kEjcXe"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"quote_id": {"type": "string"}, "quote_content": {"type": "string"}, "quote_categories": {"type": "array", "items": {"type": "string"}}, "book": {"type": "object", "properties": {"book_id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "purchase_link": {"type": "string"}}, "required": ["author", "book_id", "purchase_link", "tags", "title"]}}, "required": ["book", "quote_categories", "quote_content", "quote_id"]} |
d9656f81-39ba-446e-93fc-426fa06b62ae/3caf170c-3ed8-44ba-9440-0de8f10167e9/0/0 | Self-help Quotes | Hand-picked quotes from the best self-help books around. Get a random quote every day, filter by tags, books, and more... | 7.3 | Get a random quote tagged by a specific tag | Get a random quote tagged by a specific tag | 200 | Response | {"quote_id": "PotTGJglUdQZmxd", "quote_content": "Compared to generations prior, control over your time has diminished. And since controlling your time is such a key happiness influencer, we shouldn\u2019t be surprised that people don\u2019t feel much happier even though we are, on average, richer than ever.", "quote_categories": ["money", "time", "happiness"], "book": {"book_id": "psychology-of-money", "title": "The Psychology of Money: Timeless Lessons on Wealth, Greed, and Happiness", "author": "Morgan Housel", "tags": ["money", "investment"], "purchase_link": "https://amzn.to/3X8Hfv7"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"quote_id": {"type": "string"}, "quote_content": {"type": "string"}, "quote_categories": {"type": "array", "items": {"type": "string"}}, "book": {"type": "object", "properties": {"book_id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "purchase_link": {"type": "string"}}, "required": ["author", "book_id", "purchase_link", "tags", "title"]}}, "required": ["book", "quote_categories", "quote_content", "quote_id"]} |
d9656f81-39ba-446e-93fc-426fa06b62ae/f6d13845-b8ea-4981-b191-619e53092664/0/0 | Self-help Quotes | Hand-picked quotes from the best self-help books around. Get a random quote every day, filter by tags, books, and more... | 7.3 | Get all available tags for self-help quotes | List all available tags for the hand-picked self-help quotes | 200 | Response | [{"tag_id": "money", "quotes_count": 127}, {"tag_id": "life", "quotes_count": 114}, {"tag_id": "investment", "quotes_count": 80}, {"tag_id": "productivity", "quotes_count": 54}, {"tag_id": "lifestyle", "quotes_count": 51}, {"tag_id": "risk", "quotes_count": 30}, {"tag_id": "happiness", "quotes_count": 28}, {"tag_id": "time", "quotes_count": 26}, {"tag_id": "luck", "quotes_count": 16}, {"tag_id": "health", "quotes_count": 15}, {"tag_id": "entrepreneurship", "quotes_count": 14}, {"tag_id": "introvert", "quotes_count": 14}, {"tag_id": "wealth", "quotes_count": 14}, {"tag_id": "information", "quotes_count": 12}, {"tag_id": "statistics", "quotes_count": 11}, {"tag_id": "goals", "quotes_count": 10}, {"tag_id": "love", "quotes_count": 10}, {"tag_id": "randomness", "quotes_count": 10}, {"tag_id": "problems", "quotes_count": 9}, {"tag_id": "inspiration", "quotes_count": 8}, {"tag_id": "relationship", "quotes_count": 8}, {"tag_id": "decisions", "quotes_count": 7}, {"tag_id": "children", "quotes_count": 7}, {"tag_id": "discipline", "quotes_count": 6}, {"tag_id": "tasks", "quotes_count": 6}, {"tag_id": "career", "quotes_count": 6}, {"tag_id": "mindset", "quotes_count": 6}, {"tag_id": "energy-management", "quotes_count": 5}, {"tag_id": "bets", "quotes_count": 5}, {"tag_id": "saving", "quotes_count": 5}, {"tag_id": "compounding", "quotes_count": 5}, {"tag_id": "arbitrage", "quotes_count": 5}, {"tag_id": "success", "quotes_count": 4}, {"tag_id": "stress", "quotes_count": 4}, {"tag_id": "funny", "quotes_count": 4}, {"tag_id": "behavior", "quotes_count": 4}, {"tag_id": "energy", "quotes_count": 3}, {"tag_id": "learning", "quotes_count": 3}, {"tag_id": "addiction", "quotes_count": 3}, {"tag_id": "skills", "quotes_count": 3}, {"tag_id": "growth", "quotes_count": 3}, {"tag_id": "responsibility", "quotes_count": 3}, {"tag_id": "truth", "quotes_count": 3}, {"tag_id": "work", "quotes_count": 3}, {"tag_id": "stoic", "quotes_count": 3}, {"tag_id": "delegation", "quotes_count": 3}, {"tag_id": "feedback", "quotes_count": 3}, {"tag_id": "future", "quotes_count": 3}, {"tag_id": "amateur", "quotes_count": 3}, {"tag_id": "gratification", "quotes_count": 3}, {"tag_id": "strength", "quotes_count": 2}, {"tag_id": "planning", "quotes_count": 2}, {"tag_id": "criticism", "quotes_count": 2}, {"tag_id": "time-management", "quotes_count": 2}, {"tag_id": "depression", "quotes_count": 2}, {"tag_id": "intelligence", "quotes_count": 2}, {"tag_id": "taxes", "quotes_count": 2}, {"tag_id": "habits", "quotes_count": 2}, {"tag_id": "lies", "quotes_count": 2}, {"tag_id": "tip", "quotes_count": 2}, {"tag_id": "reading", "quotes_count": 2}, {"tag_id": "retirement", "quotes_count": 2}, {"tag_id": "automation", "quotes_count": 2}, {"tag_id": "rituals", "quotes_count": 2}, {"tag_id": "niche", "quotes_count": 2}, {"tag_id": "makers", "quotes_count": 2}, {"tag_id": "clarity", "quotes_count": 2}, {"tag_id": "artist", "quotes_count": 2}, {"tag_id": "pain", "quotes_count": 2}, {"tag_id": "poverty", "quotes_count": 1}, {"tag_id": "world-view", "quotes_count": 1}, {"tag_id": "weirdness", "quotes_count": 1}, {"tag_id": "sleep", "quotes_count": 1}, {"tag_id": "vision", "quotes_count": 1}, {"tag_id": "group", "quotes_count": 1}, {"tag_id": "news", "quotes_count": 1}, {"tag_id": "confidence", "quotes_count": 1}, {"tag_id": "survival", "quotes_count": 1}, {"tag_id": "wisdom", "quotes_count": 1}, {"tag_id": "blame", "quotes_count": 1}, {"tag_id": "rules", "quotes_count": 1}, {"tag_id": "dependency", "quotes_count": 1}, {"tag_id": "why", "quotes_count": 1}, {"tag_id": "qualities", "quotes_count": 1}, {"tag_id": "envy", "quotes_count": 1}, {"tag_id": "sweat", "quotes_count": 1}, {"tag_id": "hobbies", "quotes_count": 1}, {"tag_id": "social", "quotes_count": 1}, {"tag_id": "attitude", "quotes_count": 1}, {"tag_id": "diversification", "quotes_count": 1}, {"tag_id": "friends", "quotes_count": 1}, {"tag_id": "exercise", "quotes_count": 1}, {"tag_id": "sentiments", "quotes_count": 1}, {"tag_id": "support", "quotes_count": 1}, {"tag_id": "leverage", "quotes_count": 1}, {"tag_id": "comfort", "quotes_count": 1}, {"tag_id": "mission", "quotes_count": 1}, {"tag_id": "fear", "quotes_count": 1}, {"tag_id": "arguing", "quotes_count": 1}, {"tag_id": "internet", "quotes_count": 1}, {"tag_id": "logic", "quotes_count": 1}, {"tag_id": "ideas", "quotes_count": 1}, {"tag_id": "professional", "quotes_count": 1}, {"tag_id": "choice", "quotes_count": 1}, {"tag_id": "balance", "quotes_count": 1}, {"tag_id": "questions", "quotes_count": 1}, {"tag_id": "language", "quotes_count": 1}, {"tag_id": "progress", "quotes_count": 1}, {"tag_id": "process", "quotes_count": 1}, {"tag_id": "strategy", "quotes_count": 1}, {"tag_id": "family", "quotes_count": 1}, {"tag_id": "knowledge", "quotes_count": 1}, {"tag_id": "talk", "quotes_count": 1}, {"tag_id": "master", "quotes_count": 1}, {"tag_id": "resistance", "quotes_count": 1}, {"tag_id": "probability", "quotes_count": 1}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"tag_id": {"type": "string"}, "quotes_count": {"type": "integer"}}, "required": ["quotes_count", "tag_id"]}} |
d9656f81-39ba-446e-93fc-426fa06b62ae/7a8e2b6a-f558-498e-bba5-d1c96f091843/0/0 | Self-help Quotes | Hand-picked quotes from the best self-help books around. Get a random quote every day, filter by tags, books, and more... | 7.3 | Get all available self-help books | Get a list of all available books in addition to the total count of quotes available from that book | 200 | Response | [{"book_id": "psychology-of-money", "title": "The Psychology of Money: Timeless Lessons on Wealth, Greed, and Happiness", "author": "Morgan Housel", "tags": ["money", "investment"], "purchase_link": "https://amzn.to/3X8Hfv7", "quotes_count": 80}, {"book_id": "4hr-work-week", "title": "The 4-Hour Workweek: Escape 9-5, Live Anywhere, and Join the New Rich", "author": "Timothy (Tim) Ferriss", "tags": ["money", "investment", "lifestyle"], "purchase_link": "https://amzn.to/3vIAlBb", "quotes_count": 68}, {"book_id": "rich-dad-increase-your-financial-iq", "title": "Rich Dad's Increase Your Financial IQ: Get Smarter with Your Money", "author": "Robert T. Kiyosaki", "tags": ["money", "investment", "risk"], "purchase_link": "https://amzn.to/3Qn6ojI", "quotes_count": 57}, {"book_id": "the-road-less-traveled", "title": "The Road Less Traveled", "author": "M. Scott Peck", "tags": ["life", "lifestyle", "discipline"], "purchase_link": "https://amzn.to/3HZVwpr", "quotes_count": 34}, {"book_id": "too-soon-old-too-late-smart", "title": "Too Soon Old, Too Late Smart: Thirty True Things You Need to Know Now", "author": "Gordon Livingston", "tags": ["truth", "lifestyle", "discipline", "happiness"], "purchase_link": "https://amzn.to/3HE7bIW", "quotes_count": 26}, {"book_id": "ikigai", "title": "Ikigai: The Japanese Secret to a Long and Happy Life", "author": "H\u00e9ctor Garc\u00eda and Francesc Miralles", "tags": ["life", "health"], "purchase_link": "https://amzn.to/3D92K7E", "quotes_count": 21}, {"book_id": "the-biggest-bluff", "title": "The Biggest Bluff: How I Learned to Pay Attention, Master Myself, and Win", "author": "Maria Konnikova", "tags": ["bets", "productivity", "statistics"], "purchase_link": "https://amzn.to/3ZUD6xh", "quotes_count": 16}, {"book_id": "quiet", "title": "Quiet", "author": "Susan Cain", "tags": ["introverts"], "purchase_link": "https://amzn.to/3kEjcXe", "quotes_count": 14}, {"book_id": "tools-of-titans", "title": "Tools of Titans", "author": "Timothy (Tim) Ferriss", "tags": ["money", "productivity", "habits", "lifestyle"], "purchase_link": "https://amzn.to/3XU2zVw", "quotes_count": 12}, {"book_id": "turning-pro", "title": "Turning Pro: Tap Your Inner Power and Create Your Life's Work", "author": "Steven Pressfield", "tags": ["time", "productivity"], "purchase_link": "https://amzn.to/3XvARyB", "quotes_count": 10}, {"book_id": "power-of-full-engagement", "title": "The Power of Full Engagement: Managing Energy, Not Time, Is the Key to High Performance and Personal Renewal", "author": "Jim Loehr and Tony Schwartz", "tags": ["time", "productivity", "time-management", "energy-management"], "purchase_link": "https://amzn.to/3Hs7LKU", "quotes_count": 8}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"book_id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "purchase_link": {"type": "string"}, "quotes_count": {"type": "integer"}}, "required": ["author", "book_id", "purchase_link", "quotes_count", "tags", "title"]}} |
d9656f81-39ba-446e-93fc-426fa06b62ae/7b99f7c5-e63f-4172-b4bb-a4ff806695e7/0/0 | Self-help Quotes | Hand-picked quotes from the best self-help books around. Get a random quote every day, filter by tags, books, and more... | 7.3 | Get a random self-help quote | Get a random hand-picked self-help quote in addition to its tags and the book it was taken from | 200 | Response | {"quote_id": "LRjtAqRRG", "quote_content": "Progress happens too slowly to notice, but setbacks happen too quickly to ignore.", "quote_categories": ["life"], "book": {"book_id": "psychology-of-money", "title": "The Psychology of Money: Timeless Lessons on Wealth, Greed, and Happiness", "author": "Morgan Housel", "tags": ["money", "investment"], "purchase_link": "https://amzn.to/3X8Hfv7"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"quote_id": {"type": "string"}, "quote_content": {"type": "string"}, "quote_categories": {"type": "array", "items": {"type": "string"}}, "book": {"type": "object", "properties": {"book_id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "purchase_link": {"type": "string"}}, "required": ["author", "book_id", "purchase_link", "tags", "title"]}}, "required": ["book", "quote_categories", "quote_content", "quote_id"]} |
67638f3a-7116-4867-a7da-6e4dbac57ccf/5eb7b268-e209-41cb-b6bd-16ed846e3925/0/0 | SIREN | French SIREN reference, siren2url, url2siren, siren2phone, siren2logo, url2logo | null | siren2url | Get an URL link from a French SIREN reference. This API works with all French companies having a website (a 404 response is returned for companies having no website). | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "Detail", "type": "array"}}, "title": "HTTPValidationError", "type": "object"} |
67638f3a-7116-4867-a7da-6e4dbac57ccf/5eb7b268-e209-41cb-b6bd-16ed846e3925/1/0 | SIREN | French SIREN reference, siren2url, url2siren, siren2phone, siren2logo, url2logo | null | siren2url | Get an URL link from a French SIREN reference. This API works with all French companies having a website (a 404 response is returned for companies having no website). | 200 | Example_1 | {"siren": 491023073, "url": "https://www.agorastore.fr"} | {"properties": {"siren": {"type": "integer"}, "url": {"type": "string"}}, "type": "object"} |
67638f3a-7116-4867-a7da-6e4dbac57ccf/9c92d7e6-b3dd-4321-93c7-6ba87fe87e07/0/0 | SIREN | French SIREN reference, siren2url, url2siren, siren2phone, siren2logo, url2logo | null | url2siren | From a website URL of a French company, get the company's SIREN registration number. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "Detail", "type": "array"}}, "title": "HTTPValidationError", "type": "object"} |
67638f3a-7116-4867-a7da-6e4dbac57ccf/9c92d7e6-b3dd-4321-93c7-6ba87fe87e07/1/0 | SIREN | French SIREN reference, siren2url, url2siren, siren2phone, siren2logo, url2logo | null | url2siren | From a website URL of a French company, get the company's SIREN registration number. | 200 | Example_1 | {"siren": 491023073, "url": "https://www.agorastore.fr"} | {"properties": {"siren": {"title": "Siren", "type": "integer"}, "url": {"title": "Url", "type": "string"}}, "required": ["siren", "url"], "title": "Corporate", "type": "object"} |
67638f3a-7116-4867-a7da-6e4dbac57ccf/e87a3322-0865-4bce-9730-b86a417b98ff/0/0 | SIREN | French SIREN reference, siren2url, url2siren, siren2phone, siren2logo, url2logo | null | url2siren | From a website URL of a French company, get the company's SIREN registration number. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "Detail", "type": "array"}}, "title": "HTTPValidationError", "type": "object"} |
67638f3a-7116-4867-a7da-6e4dbac57ccf/e87a3322-0865-4bce-9730-b86a417b98ff/1/0 | SIREN | French SIREN reference, siren2url, url2siren, siren2phone, siren2logo, url2logo | null | url2siren | From a website URL of a French company, get the company's SIREN registration number. | 200 | Example_1 | {"siren": 531601136, "url": "https://www.restoflash.fr"} | {"properties": {"siren": {"title": "Siren", "type": "integer"}, "url": {"title": "Url", "type": "string"}}, "required": ["siren", "url"], "title": "Corporate", "type": "object"} |
89de4ce8-b93a-498d-b125-5ee63a7eacd6/fe00df8e-e6fc-40f0-8d3d-ce956c612131/0/0 | Real Estate | Real Estate and commercial property for sale and for rent in the United States | 7.1 | v1/property/details | Get detailed information on U.S properties | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "property_id": "9541627036"}, "body": {"property_id": "9541627036", "listing_id": "2961403055", "status": "for_rent", "href": "https://www.realtor.com/realestateandhomes-detail/14901-Saticoy-St_Van-Nuys_CA_91405_M95416-27036", "list_price": 1995, "last_price_change_amount": null, "list_price_max": null, "list_price_min": null, "list_date": "2023-11-06T21:24:35Z", "price_per_sqft": 2, "photos": ["https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m3864153690s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m669343168s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m497399978s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m2813705892s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m457241694s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m598992513s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m788422931s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m2034727335s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m489577368s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m1186140162s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m4073732505s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m853535392s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m978444040s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m2607803291s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m892539413s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m286814482s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m3250554758s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m3511485952s-w1024_h768.jpg", "https://ap.rdcpix.com/3e2aa6a89bec4552709fa0e75cf8757bl-m3787809175s-w1024_h768.jpg"], "branding": [], "specials": null, "last_update_date": "2023-11-06T21:24:35Z", "last_price_change_date": null, "availability": null, "advertiser_contact_info": {"phone": {"ext": "", "number": "8442783514", "trackable": null}}, "home_tours": {"virtual_tours": []}, "virtual_tours": null, "flags": {"is_new_listing": true, "is_coming_soon": null, "is_contingent": null, "is_deal_available": null, "is_for_rent": true, "is_foreclosure": null, "is_garage_present": null, "is_new_construction": null, "is_pending": null, "is_price_excludes_land": null, "is_senior_community": null, "is_short_sale": null, "is_subdivision": null}, "location": {"address": {"city": "Los Angeles", "coordinate": {"lat": 34.208717, "lon": -118.457634}, "country": "USA", "line": "14901 Saticoy St", "postal_code": "91405", "state": "California", "state_code": "CA", "street_direction": null, "street_name": "Saticoy", "street_number": "14901", "street_post_direction": null, "street_suffix": "St", "unit": null, "validation_code": "151", "county": "Los Angeles", "county_needed_for_uniq": false}, "city": {"city": "Van Nuys", "county_needed_for_uniq": false, "slug_id": "Van-Nuys_CA", "state_code": "CA", "county": "Los Angeles"}, "county": {"fips_code": "06037", "name": "Los Angeles", "state_code": "CA"}, "property_address": {"city": "Van Nuys", "coordinate": {"lat": 34.208717, "lon": -118.457634}, "country": "USA", "line": "14901 Saticoy St", "postal_code": "91405", "state": "California", "state_code": "CA", "street_direction": null, "street_name": "Saticoy", "street_number": "14901", "street_post_direction": null, "street_suffix": "St", "unit": null, "validation_code": "151"}, "search_areas": [{"city": "los angeles", "state_code": "ca"}, {"city": "valley glen", "state_code": "ca"}, {"city": "van nuys", "state_code": "ca"}], "neighborhoods": [{"recommended": {"geos": [{"name": "Sherman Oaks", "city": "Los Angeles", "slug_id": "Sherman-Oaks_Los-Angeles_CA", "geo_statistics": {"housing_market": {"by_prop_type": [{"type": "home", "attributes": {"median_listing_price": 1798000}}], "median_listing_price": 1724250}}}, {"name": "Brentwood", "city": "Los Angeles", "slug_id": "Brentwood_Los-Angeles_CA", "geo_statistics": {"housing_market": {"by_prop_type": [{"type": "home", "attributes": {"median_listing_price": 2695000}}], "median_listing_price": 2999000}}}, {"name": "Encino", "city": "Los Angeles", "slug_id": "Encino_Los-Angeles_CA", "geo_statistics": {"housing_market": {"by_prop_type": [{"type": "home", "attributes": {"median_listing_price": 2350000}}], "median_listing_price": 2349500}}}, {"name": "Bel Air", "city": "Los Angeles", "slug_id": "Bel-Air_Los-Angeles_CA", "geo_statistics": {"housing_market": {"by_prop_type": [{"type": "home", "attributes": {"median_listing_price": 9450000}}], "median_listing_price": 7920000}}}]}}, {"recommended": {"geos": [{"name": "Encino", "city": "Los Angeles", "slug_id": "Encino_Los-Angeles_CA", "geo_statistics": {"housing_market": {"by_prop_type": [{"type": "home", "attributes": {"median_listing_price": 2350000}}], "median_listing_price": 2349500}}}, {"name": "Sherman Oaks", "city": "Los Angeles", "slug_id": "Sherman-Oaks_Los-Angeles_CA", "geo_statistics": {"housing_market": {"by_prop_type": [{"type": "home", "attributes": {"median_listing_price": 1798000}}], "median_listing_price": 1724250}}}, {"name": "Brentwood", "city": "Los Angeles", "slug_id": "Brentwood_Los-Angeles_CA", "geo_statistics": {"housing_market": {"by_prop_type": [{"type": "home", "attributes": {"median_listing_price": 2695000}}], "median_listing_price": 2999000}}}, {"name": "Studio City", "city": "Los Angeles", "slug_id": "Studio-City_Los-Angeles_CA", "geo_statistics": {"housing_market": {"by_prop_type": [{"type": "home", "attributes": {"median_listing_price": 2175000}}], "median_listing_price": 1993000}}}]}}]}, "description": {"baths": 1, "baths_consolidated": "1", "baths_3qtr": null, "baths_full": 1, "baths_full_calc": 1, "baths_half": null, "baths_max": null, "baths_min": null, "baths_total": null, "beds": 1, "beds_max": null, "beds_min": null, "construction": null, "cooling": null, "exterior": null, "fireplace": null, "garage": null, "garage_max": null, "garage_min": null, "garage_type": null, "heating": null, "logo": null, "lot_sqft": null, "name": null, "pool": null, "roofing": null, "rooms": null, "sqft": 900, "sqft_max": null, "sqft_min": null, "stories": null, "styles": null, "sub_type": "condo", "text": "Extension 2828 - Come home to this spacious one bedroom one bathroom unit located in a cozy community. Indulge yourself in the community's house-style setting and lush landscaping. This modern-style apartment is built with plenty of living space, and a price that will fit into your budget nicely. This inviting apartment features: Private patio Private entry way Granite kitchen Hardwood flooring throughout Air conditioning in every room 1st floor/ no unit above you Close public transportation. Plenty of natural lighting Extra storage space Stove and other convenient interior features Please call to schedule a tour of the house-style apartment.", "type": "apartment", "units": null, "year_built": null, "year_renovated": null, "zoning": null}, "community_rental_floorplans": null, "units": null, "tags": ["pets_allowed", "washer_dryer", "granite_kitchen", "groundscare"], "pet_policy": {"cats": true, "dogs": true, "text": null}, "details": [{"category": "Bedrooms", "parent_category": "Interior", "text": ["Bedrooms: 1"]}, {"category": "Appliances", "parent_category": "Interior", "text": ["Dryer: Yes", "Washer: Yes"]}, {"category": "Bathrooms", "parent_category": "Interior", "text": ["Full Bathrooms: 1"]}, {"category": "Heating and Cooling", "parent_category": "Interior", "text": ["Ceiling Fans: Yes"]}, {"category": "Rental Info", "parent_category": "Community", "text": ["Lease Term: 1 year"]}, {"category": "Homeowners Association", "parent_category": "Community", "text": ["Cats Allowed: Yes", "Large Dogs Allowed: No", "Small Dogs Allowed: Yes"]}, {"category": "Other Property Info", "parent_category": "Listing", "text": ["Property Subtype: condo", "Source System Name: C2C"]}, {"category": "Building and Construction", "parent_category": "Features", "text": ["SqFt Minimum: 900"]}], "totalElementsCached": 0}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "property_id": {"type": "string"}}, "required": ["copywrite", "property_id", "status", "version"]}, "body": {"type": "object", "properties": {"property_id": {"type": "string"}, "listing_id": {"type": "string"}, "status": {"type": "string"}, "href": {"type": "string"}, "list_price": {"type": "integer"}, "last_price_change_amount": {"type": "null"}, "list_price_max": {"type": "null"}, "list_price_min": {"type": "null"}, "list_date": {"type": "string"}, "price_per_sqft": {"type": "integer"}, "photos": {"type": "array", "items": {"type": "string"}}, "branding": {"type": "array"}, "specials": {"type": "null"}, "last_update_date": {"type": "string"}, "last_price_change_date": {"type": "null"}, "availability": {"type": "null"}, "advertiser_contact_info": {"type": "object", "properties": {"phone": {"type": "object", "properties": {"ext": {"type": "string"}, "number": {"type": "string"}, "trackable": {"type": "null"}}, "required": ["ext", "number", "trackable"]}}, "required": ["phone"]}, "home_tours": {"type": "object", "properties": {"virtual_tours": {"type": "array"}}, "required": ["virtual_tours"]}, "virtual_tours": {"type": "null"}, "flags": {"type": "object", "properties": {"is_new_listing": {"type": "boolean"}, "is_coming_soon": {"type": "null"}, "is_contingent": {"type": "null"}, "is_deal_available": {"type": "null"}, "is_for_rent": {"type": "boolean"}, "is_foreclosure": {"type": "null"}, "is_garage_present": {"type": "null"}, "is_new_construction": {"type": "null"}, "is_pending": {"type": "null"}, "is_price_excludes_land": {"type": "null"}, "is_senior_community": {"type": "null"}, "is_short_sale": {"type": "null"}, "is_subdivision": {"type": "null"}}, "required": ["is_coming_soon", "is_contingent", "is_deal_available", "is_for_rent", "is_foreclosure", "is_garage_present", "is_new_construction", "is_new_listing", "is_pending", "is_price_excludes_land", "is_senior_community", "is_short_sale", "is_subdivision"]}, "location": {"type": "object", "properties": {"address": {"type": "object", "properties": {"city": {"type": "string"}, "coordinate": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "country": {"type": "string"}, "line": {"type": "string"}, "postal_code": {"type": "string"}, "state": {"type": "string"}, "state_code": {"type": "string"}, "street_direction": {"type": "null"}, "street_name": {"type": "string"}, "street_number": {"type": "string"}, "street_post_direction": {"type": "null"}, "street_suffix": {"type": "string"}, "unit": {"type": "null"}, "validation_code": {"type": "string"}, "county": {"type": "string"}, "county_needed_for_uniq": {"type": "boolean"}}, "required": ["city", "coordinate", "country", "county", "county_needed_for_uniq", "line", "postal_code", "state", "state_code", "street_direction", "street_name", "street_number", "street_post_direction", "street_suffix", "unit", "validation_code"]}, "city": {"type": "object", "properties": {"city": {"type": "string"}, "county_needed_for_uniq": {"type": "boolean"}, "slug_id": {"type": "string"}, "state_code": {"type": "string"}, "county": {"type": "string"}}, "required": ["city", "county", "county_needed_for_uniq", "slug_id", "state_code"]}, "county": {"type": "object", "properties": {"fips_code": {"type": "string"}, "name": {"type": "string"}, "state_code": {"type": "string"}}, "required": ["fips_code", "name", "state_code"]}, "property_address": {"type": "object", "properties": {"city": {"type": "string"}, "coordinate": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "country": {"type": "string"}, "line": {"type": "string"}, "postal_code": {"type": "string"}, "state": {"type": "string"}, "state_code": {"type": "string"}, "street_direction": {"type": "null"}, "street_name": {"type": "string"}, "street_number": {"type": "string"}, "street_post_direction": {"type": "null"}, "street_suffix": {"type": "string"}, "unit": {"type": "null"}, "validation_code": {"type": "string"}}, "required": ["city", "coordinate", "country", "line", "postal_code", "state", "state_code", "street_direction", "street_name", "street_number", "street_post_direction", "street_suffix", "unit", "validation_code"]}, "search_areas": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "state_code": {"type": "string"}}, "required": ["city", "state_code"]}}, "neighborhoods": {"type": "array", "items": {"type": "object", "properties": {"recommended": {"type": "object", "properties": {"geos": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "city": {"type": "string"}, "slug_id": {"type": "string"}, "geo_statistics": {"type": "object", "properties": {"housing_market": {"type": "object", "properties": {"by_prop_type": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "attributes": {"type": "object", "properties": {"median_listing_price": {"type": "integer"}}, "required": ["median_listing_price"]}}, "required": ["attributes", "type"]}}, "median_listing_price": {"type": "integer"}}, "required": ["by_prop_type", "median_listing_price"]}}, "required": ["housing_market"]}}, "required": ["city", "geo_statistics", "name", "slug_id"]}}}, "required": ["geos"]}}, "required": ["recommended"]}}}, "required": ["address", "city", "county", "neighborhoods", "property_address", "search_areas"]}, "description": {"type": "object", "properties": {"baths": {"type": "integer"}, "baths_consolidated": {"type": "string"}, "baths_3qtr": {"type": "null"}, "baths_full": {"type": "integer"}, "baths_full_calc": {"type": "integer"}, "baths_half": {"type": "null"}, "baths_max": {"type": "null"}, "baths_min": {"type": "null"}, "baths_total": {"type": "null"}, "beds": {"type": "integer"}, "beds_max": {"type": "null"}, "beds_min": {"type": "null"}, "construction": {"type": "null"}, "cooling": {"type": "null"}, "exterior": {"type": "null"}, "fireplace": {"type": "null"}, "garage": {"type": "null"}, "garage_max": {"type": "null"}, "garage_min": {"type": "null"}, "garage_type": {"type": "null"}, "heating": {"type": "null"}, "logo": {"type": "null"}, "lot_sqft": {"type": "null"}, "name": {"type": "null"}, "pool": {"type": "null"}, "roofing": {"type": "null"}, "rooms": {"type": "null"}, "sqft": {"type": "integer"}, "sqft_max": {"type": "null"}, "sqft_min": {"type": "null"}, "stories": {"type": "null"}, "styles": {"type": "null"}, "sub_type": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "units": {"type": "null"}, "year_built": {"type": "null"}, "year_renovated": {"type": "null"}, "zoning": {"type": "null"}}, "required": ["baths", "baths_3qtr", "baths_consolidated", "baths_full", "baths_full_calc", "baths_half", "baths_max", "baths_min", "baths_total", "beds", "beds_max", "beds_min", "construction", "cooling", "exterior", "fireplace", "garage", "garage_max", "garage_min", "garage_type", "heating", "logo", "lot_sqft", "name", "pool", "roofing", "rooms", "sqft", "sqft_max", "sqft_min", "stories", "styles", "sub_type", "text", "type", "units", "year_built", "year_renovated", "zoning"]}, "community_rental_floorplans": {"type": "null"}, "units": {"type": "null"}, "tags": {"type": "array", "items": {"type": "string"}}, "pet_policy": {"type": "object", "properties": {"cats": {"type": "boolean"}, "dogs": {"type": "boolean"}, "text": {"type": "null"}}, "required": ["cats", "dogs", "text"]}, "details": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "parent_category": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}}, "required": ["category", "parent_category", "text"]}}, "totalElementsCached": {"type": "integer"}}, "required": ["advertiser_contact_info", "availability", "branding", "community_rental_floorplans", "description", "details", "flags", "home_tours", "href", "last_price_change_amount", "last_price_change_date", "last_update_date", "list_date", "list_price", "list_price_max", "list_price_min", "listing_id", "location", "pet_policy", "photos", "price_per_sqft", "property_id", "specials", "status", "tags", "totalElementsCached", "units", "virtual_tours"]}}, "required": ["body", "meta"]} |
0a7629ce-2912-4f7e-8e87-637bbc9d841a/c4c2ece0-c9ff-437c-b311-f685a1bd9efb/0/0 | Cryptodeck | Live data about cryptocurrencies and their pricing in USD. | 0 | Get All Coins | This endpoint will return all the live data about coins. | 200 | Response | [{"symbol": "BTC-USD", "icon_url": "https://s.yimg.com/uc/fin/img/reports-thumbnails/1.png", "name": "Bitcoin USD", "price": "56,400.15", "change": "-927.61", "pct_change": "-1.62%", "market_cap": "1.065T", "vol_in_currency": "34.976B", "circ_supply": "18.881M"}, {"symbol": "ETH-USD", "icon_url": "https://s.yimg.com/uc/fin/img/reports-thumbnails/1027.png", "name": "Ethereum USD", "price": "4,143.95", "change": "-37.59", "pct_change": "-0.90%", "market_cap": "490.862B", "vol_in_currency": "19.381B", "circ_supply": "118.453M"}, {"symbol": "BNB-USD", "icon_url": "https://s.yimg.com/uc/fin/img/reports-thumbnails/1839.png", "name": "BinanceCoin USD", "price": "566.20", "change": "-1.18", "pct_change": "-0.21%", "market_cap": "94.443B", "vol_in_currency": "2.078B", "circ_supply": "166.801M"}, {"symbol": "USDT-USD", "icon_url": "https://s.yimg.com/uc/fin/img/reports-thumbnails/825.png", "name": "Tether USD", "price": "1.0004", "change": "-0.0009", "pct_change": "-0.09%", "market_cap": "72.521B", "vol_in_currency": "76.844B", "circ_supply": "72.493B"}, {"symbol": "SOL1-USD", "icon_url": "https://s.yimg.com/uc/fin/img/reports-thumbnails/5426.png", "name": "Solana USD", "price": "217.81", "change": "-1.77", "pct_change": "-0.81%", "market_cap": "66.167B", "vol_in_currency": "2.756B", "circ_supply": "303.778M"}, {"symbol": "ADA-USD", "icon_url": "https://s.yimg.com/uc/fin/img/reports-thumbnails/2010.png", "name": "Cardano USD", "price": "1.7999", "change": "+0.0097", "pct_change": "+0.54%", "market_cap": "59.959B", "vol_in_currency": "1.459B", "circ_supply": "33.313B"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "icon_url": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "string"}, "change": {"type": "string"}, "pct_change": {"type": "string"}, "market_cap": {"type": "string"}, "vol_in_currency": {"type": "string"}, "circ_supply": {"type": "string"}}, "required": ["change", "circ_supply", "icon_url", "market_cap", "name", "pct_change", "price", "symbol", "vol_in_currency"]}} |
68057b3f-b377-440e-a7a2-9e97e5793263/fa1ba03e-bac9-46dd-b319-776976bc3101/0/0 | Quotation Service for Domestic Helper Insurance | To get quotation of Domestic Helper Insurance | null | quote | Accept type for the current request | 200 | New Example | {"birthday": "2000-10-10", "duty": "DOMESTIC_WORKER", "eff_date": "2020-11-20", "monthly_salary": 5000, "nationality": "INDIA", "plan_cd": "ABC005"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"birthday": {"type": "string"}, "duty": {"type": "string"}, "eff_date": {"type": "string"}, "monthly_salary": {"type": "integer"}, "nationality": {"type": "string"}, "plan_cd": {"type": "string"}}, "required": ["birthday", "duty", "eff_date", "monthly_salary", "nationality", "plan_cd"]} |
ad08ec66-b283-4766-af4d-c848aa95e435/a4c00cb2-723d-43ef-a73e-7d7f61e61816/0/0 | Israel Company Data | Access the official Israeli Government company register via this API. Ideal for KYB purposes | 5.3 | SearchbyCompanyName | This API endpoint can be used to search for an Israeli company name or company identifier.
The resource ID should always be set to f004176c-b85f-4542-8901-7b3176f9a054 as the default value. | 200 | Example_1 | {"help": "https://data.gov.il/api/3/action/help_show?name=datastore_search", "success": true, "result": {"include_total": true, "limit": 100, "q": "Phoenix Holdings", "records_format": "objects", "resource_id": "f004176c-b85f-4542-8901-7b3176f9a054", "total_estimation_threshold": null, "records": [{"_id": 494939, "\u05de\u05e1\u05e4\u05e8 \u05d7\u05d1\u05e8\u05d4": "520017450", "\u05e9\u05dd \u05d7\u05d1\u05e8\u05d4": "\u05d4\u05e4\u05e0\u05d9\u05e7\u05e1 \u05d0\u05d7\u05d6\u05e7\u05d5\u05ea \u05d1\u05e2~\u05de", "\u05e9\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea": "THE PHOENIX HOLDINGS LTD", "\u05e1\u05d5\u05d2 \u05ea\u05d0\u05d2\u05d9\u05d3": "\u05d9\u05e9\u05e8\u05d0\u05dc\u05d9\u05ea \u05d7\u05d1\u05e8\u05d4 \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9\u05ea", "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d7\u05d1\u05e8\u05d4": "\u05e4\u05e2\u05d9\u05dc\u05d4", "\u05ea\u05d0\u05d5\u05e8 \u05d7\u05d1\u05e8\u05d4": "", "\u05de\u05d8\u05e8\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4": "\u05dc\u05e2\u05e1\u05d5\u05e7 \u05d1\u05e1\u05d5\u05d2\u05d9 \u05e2\u05d9\u05e1\u05d5\u05e7 \u05e9\u05e4\u05d5\u05e8\u05d8\u05d5 \u05d1\u05ea\u05e7\u05e0\u05d5\u05df", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d0\u05d2\u05d3\u05d5\u05ea": "31/07/1949", "\u05d7\u05d1\u05e8\u05d4 \u05de\u05de\u05e9\u05dc\u05ea\u05d9\u05ea": "\u05dc\u05d0", "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea": "\u05de\u05d5\u05d2\u05d1\u05dc\u05ea", "\u05de\u05e4\u05e8\u05d4": "", "\u05e9\u05e0\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d3\u05d5\u05d7 \u05e9\u05e0\u05ea\u05d9 (\u05e9\u05d4\u05d5\u05d2\u05e9)": "2002", "\u05e9\u05dd \u05e2\u05d9\u05e8": "\u05d2\u05d1\u05e2\u05ea\u05d9\u05d9\u05dd", "\u05e9\u05dd \u05e8\u05d7\u05d5\u05d1": "\u05d3\u05e8\u05da \u05d4\u05e9\u05dc\u05d5\u05dd", "\u05de\u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea": "53", "\u05de\u05d9\u05e7\u05d5\u05d3": "53454", "\u05ea.\u05d3.": "", "\u05de\u05d3\u05d9\u05e0\u05d4": "\u05d9\u05e9\u05e8\u05d0\u05dc", "\u05d0\u05e6\u05dc": "", "\u05ea\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1": "", "rank": 0.0901673}, {"_id": 395198, "\u05de\u05e1\u05e4\u05e8 \u05d7\u05d1\u05e8\u05d4": "513987560", "\u05e9\u05dd \u05d7\u05d1\u05e8\u05d4": "\u05d4\u05e4\u05e0\u05d9\u05e7\u05e1 \u05d0\u05d7\u05d6\u05e7\u05d5\u05ea \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9 \u05d1\u05e2~\u05de", "\u05e9\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea": "THE PHOENIX HOLDINGS INTERNATIONAL LTD", "\u05e1\u05d5\u05d2 \u05ea\u05d0\u05d2\u05d9\u05d3": "\u05d9\u05e9\u05e8\u05d0\u05dc\u05d9\u05ea \u05d7\u05d1\u05e8\u05d4 \u05e4\u05e8\u05d8\u05d9\u05ea", "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d7\u05d1\u05e8\u05d4": "\u05de\u05d7\u05d5\u05e1\u05dc\u05ea \u05de\u05e8\u05e6\u05d5\u05df", "\u05ea\u05d0\u05d5\u05e8 \u05d7\u05d1\u05e8\u05d4": "", "\u05de\u05d8\u05e8\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4": "\u05dc\u05e2\u05e1\u05d5\u05e7 \u05d1\u05db\u05dc \u05e2\u05d9\u05e1\u05d5\u05e7 \u05d7\u05d5\u05e7\u05d9", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d0\u05d2\u05d3\u05d5\u05ea": "06/06/2007", "\u05d7\u05d1\u05e8\u05d4 \u05de\u05de\u05e9\u05dc\u05ea\u05d9\u05ea": "\u05dc\u05d0", "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea": "\u05de\u05d5\u05d2\u05d1\u05dc\u05ea", "\u05de\u05e4\u05e8\u05d4": "", "\u05e9\u05e0\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d3\u05d5\u05d7 \u05e9\u05e0\u05ea\u05d9 (\u05e9\u05d4\u05d5\u05d2\u05e9)": "2010", "\u05e9\u05dd \u05e2\u05d9\u05e8": "\u05d2\u05d1\u05e2\u05ea\u05d9\u05d9\u05dd", "\u05e9\u05dd \u05e8\u05d7\u05d5\u05d1": "\u05d3\u05e8\u05da \u05d4\u05e9\u05dc\u05d5\u05dd", "\u05de\u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea": "53", "\u05de\u05d9\u05e7\u05d5\u05d3": "5345433", "\u05ea.\u05d3.": "", "\u05de\u05d3\u05d9\u05e0\u05d4": "\u05d9\u05e9\u05e8\u05d0\u05dc", "\u05d0\u05e6\u05dc": "", "\u05ea\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1": "", "rank": 0.0901673}, {"_id": 303459, "\u05de\u05e1\u05e4\u05e8 \u05d7\u05d1\u05e8\u05d4": "513061150", "\u05e9\u05dd \u05d7\u05d1\u05e8\u05d4": "\u05e4\u05e0\u05d9\u05e7\u05e1 \u05d0.\u05d3 \u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd \u05d5\u05d0\u05d7\u05d6\u05e7\u05d5\u05ea \u05d1\u05e2~\u05de ", "\u05e9\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea": "PHOENIX E.D SERVICES HOLDING LTD", "\u05e1\u05d5\u05d2 \u05ea\u05d0\u05d2\u05d9\u05d3": "\u05d9\u05e9\u05e8\u05d0\u05dc\u05d9\u05ea \u05d7\u05d1\u05e8\u05d4 \u05e4\u05e8\u05d8\u05d9\u05ea", "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d7\u05d1\u05e8\u05d4": "\u05e4\u05e2\u05d9\u05dc\u05d4", "\u05ea\u05d0\u05d5\u05e8 \u05d7\u05d1\u05e8\u05d4": "", "\u05de\u05d8\u05e8\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4": "\u05dc\u05e2\u05e1\u05d5\u05e7 \u05d1\u05db\u05dc \u05e2\u05d9\u05e1\u05d5\u05e7 \u05d7\u05d5\u05e7\u05d9", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d0\u05d2\u05d3\u05d5\u05ea": "01/01/2001", "\u05d7\u05d1\u05e8\u05d4 \u05de\u05de\u05e9\u05dc\u05ea\u05d9\u05ea": "\u05dc\u05d0", "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea": "\u05de\u05d5\u05d2\u05d1\u05dc\u05ea", "\u05de\u05e4\u05e8\u05d4": "", "\u05e9\u05e0\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d3\u05d5\u05d7 \u05e9\u05e0\u05ea\u05d9 (\u05e9\u05d4\u05d5\u05d2\u05e9)": "2021", "\u05e9\u05dd \u05e2\u05d9\u05e8": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea", "\u05e9\u05dd \u05e8\u05d7\u05d5\u05d1": "\u05d4\u05d5\u05e8\u05d1\u05d9\u05e5 \u05d0\u05dc\u05d9", "\u05de\u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea": "27", "\u05de\u05d9\u05e7\u05d5\u05d3": "7608803", "\u05ea.\u05d3.": "", "\u05de\u05d3\u05d9\u05e0\u05d4": "\u05d9\u05e9\u05e8\u05d0\u05dc", "\u05d0\u05e6\u05dc": "", "\u05ea\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1": "", "rank": 0.0887208}, {"_id": 364794, "\u05de\u05e1\u05e4\u05e8 \u05d7\u05d1\u05e8\u05d4": "513682039", "\u05e9\u05dd \u05d7\u05d1\u05e8\u05d4": "\u05e4\u05e0\u05d9\u05e7\u05e1 \u05e7\u05d5\u05dd 9 \u05d0\u05d7\u05d6\u05e7\u05d5\u05ea \u05d1\u05d6\u05e7 \u05d1\u05e2~\u05de", "\u05e9\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea": "PHOENIX COM 9 BEZEK HOLDINGS LTD", "\u05e1\u05d5\u05d2 \u05ea\u05d0\u05d2\u05d9\u05d3": "\u05d9\u05e9\u05e8\u05d0\u05dc\u05d9\u05ea \u05d7\u05d1\u05e8\u05d4 \u05e4\u05e8\u05d8\u05d9\u05ea", "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d7\u05d1\u05e8\u05d4": "\u05de\u05d7\u05d5\u05e1\u05dc\u05ea \u05de\u05e8\u05e6\u05d5\u05df", "\u05ea\u05d0\u05d5\u05e8 \u05d7\u05d1\u05e8\u05d4": "", "\u05de\u05d8\u05e8\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4": "\u05dc\u05e2\u05e1\u05d5\u05e7 \u05d1\u05e1\u05d5\u05d2\u05d9 \u05e2\u05d9\u05e1\u05d5\u05e7 \u05e9\u05e4\u05d5\u05e8\u05d8\u05d5 \u05d1\u05ea\u05e7\u05e0\u05d5\u05df", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d0\u05d2\u05d3\u05d5\u05ea": "21/04/2005", "\u05d7\u05d1\u05e8\u05d4 \u05de\u05de\u05e9\u05dc\u05ea\u05d9\u05ea": "\u05dc\u05d0", "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea": "\u05de\u05d5\u05d2\u05d1\u05dc\u05ea", "\u05de\u05e4\u05e8\u05d4": "", "\u05e9\u05e0\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d3\u05d5\u05d7 \u05e9\u05e0\u05ea\u05d9 (\u05e9\u05d4\u05d5\u05d2\u05e9)": "", "\u05e9\u05dd \u05e2\u05d9\u05e8": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4", "\u05e9\u05dd \u05e8\u05d7\u05d5\u05d1": "\u05e9\u05e0\u05e7\u05e8", "\u05de\u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea": "11", "\u05de\u05d9\u05e7\u05d5\u05d3": "", "\u05ea.\u05d3.": "", "\u05de\u05d3\u05d9\u05e0\u05d4": "\u05d9\u05e9\u05e8\u05d0\u05dc", "\u05d0\u05e6\u05dc": "", "\u05ea\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1": "", "rank": 0.0869606}], "fields": [{"id": "_id", "type": "int"}, {"id": "\u05de\u05e1\u05e4\u05e8 \u05d7\u05d1\u05e8\u05d4", "type": "text", "info": {"label": "", "notes": "", "type_override": ""}}, {"id": "\u05e9\u05dd \u05d7\u05d1\u05e8\u05d4", "type": "text", "info": {"label": "", "notes": "", "type_override": ""}}, {"id": "\u05e9\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea", "type": "text", "info": {"label": "", "notes": "", "type_override": "text"}}, {"id": "\u05e1\u05d5\u05d2 \u05ea\u05d0\u05d2\u05d9\u05d3", "type": "text", "info": {"label": "", "notes": "", "type_override": ""}}, {"id": "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d7\u05d1\u05e8\u05d4", "type": "text", "info": {"label": "", "notes": "", "type_override": ""}}, {"id": "\u05ea\u05d0\u05d5\u05e8 \u05d7\u05d1\u05e8\u05d4", "type": "text", "info": {"label": "", "notes": "", "type_override": ""}}, {"id": "\u05de\u05d8\u05e8\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4", "type": "text", "info": {"label": "", "notes": "", "type_override": ""}}, {"id": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d0\u05d2\u05d3\u05d5\u05ea", "type": "text", "info": {"label": "", "notes": "", "type_override": "text"}}, {"id": "\u05d7\u05d1\u05e8\u05d4 \u05de\u05de\u05e9\u05dc\u05ea\u05d9\u05ea", "type": "text", "info": {"label": "", "notes": "", "type_override": "text"}}, {"id": "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea", "type": "text", "info": {"label": "", "notes": "", "type_override": "text"}}, {"id": "\u05de\u05e4\u05e8\u05d4", "type": "text", "info": {"label": "", "notes": "", "type_override": ""}}, {"id": "\u05e9\u05e0\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d3\u05d5\u05d7 \u05e9\u05e0\u05ea\u05d9 (\u05e9\u05d4\u05d5\u05d2\u05e9)", "type": "text", "info": {"label": "", "notes": "", "type_override": ""}}, {"id": "\u05e9\u05dd \u05e2\u05d9\u05e8", "type": "text", "info": {"label": "", "notes": "", "type_override": "text"}}, {"id": "\u05e9\u05dd \u05e8\u05d7\u05d5\u05d1", "type": "text", "info": {"label": "", "notes": "", "type_override": "text"}}, {"id": "\u05de\u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea", "type": "text", "info": {"label": "", "notes": "", "type_override": "text"}}, {"id": "\u05de\u05d9\u05e7\u05d5\u05d3", "type": "text", "info": {"label": "", "notes": "", "type_override": "text"}}, {"id": "\u05ea.\u05d3.", "type": "text", "info": {"label": "", "notes": "", "type_override": "text"}}, {"id": "\u05de\u05d3\u05d9\u05e0\u05d4", "type": "text", "info": {"label": "", "notes": "", "type_override": "text"}}, {"id": "\u05d0\u05e6\u05dc", "type": "text", "info": {"label": "", "notes": "", "type_override": "text"}}, {"id": "\u05ea\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1", "type": "text", "info": {"label": "", "notes": "", "type_override": ""}}, {"id": "rank", "type": "float"}], "_links": {"start": "/api/3/action/datastore_search?resource_id=f004176c-b85f-4542-8901-7b3176f9a054&q=Phoenix+Holdings", "next": "/api/3/action/datastore_search?resource_id=f004176c-b85f-4542-8901-7b3176f9a054&q=Phoenix+Holdings&offset=100"}, "total": 4, "total_was_estimated": false}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"help": {"type": "string"}, "success": {"type": "boolean"}, "result": {"type": "object", "properties": {"include_total": {"type": "boolean"}, "limit": {"type": "integer"}, "q": {"type": "string"}, "records_format": {"type": "string"}, "resource_id": {"type": "string"}, "total_estimation_threshold": {"type": "null"}, "records": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "integer"}, "\u05de\u05e1\u05e4\u05e8 \u05d7\u05d1\u05e8\u05d4": {"type": "string"}, "\u05e9\u05dd \u05d7\u05d1\u05e8\u05d4": {"type": "string"}, "\u05e9\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea": {"type": "string"}, "\u05e1\u05d5\u05d2 \u05ea\u05d0\u05d2\u05d9\u05d3": {"type": "string"}, "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d7\u05d1\u05e8\u05d4": {"type": "string"}, "\u05ea\u05d0\u05d5\u05e8 \u05d7\u05d1\u05e8\u05d4": {"type": "string"}, "\u05de\u05d8\u05e8\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4": {"type": "string"}, "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d0\u05d2\u05d3\u05d5\u05ea": {"type": "string"}, "\u05d7\u05d1\u05e8\u05d4 \u05de\u05de\u05e9\u05dc\u05ea\u05d9\u05ea": {"type": "string"}, "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea": {"type": "string"}, "\u05de\u05e4\u05e8\u05d4": {"type": "string"}, "\u05e9\u05e0\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d3\u05d5\u05d7 \u05e9\u05e0\u05ea\u05d9 (\u05e9\u05d4\u05d5\u05d2\u05e9)": {"type": "string"}, "\u05e9\u05dd \u05e2\u05d9\u05e8": {"type": "string"}, "\u05e9\u05dd \u05e8\u05d7\u05d5\u05d1": {"type": "string"}, "\u05de\u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea": {"type": "string"}, "\u05de\u05d9\u05e7\u05d5\u05d3": {"type": "string"}, "\u05ea.\u05d3.": {"type": "string"}, "\u05de\u05d3\u05d9\u05e0\u05d4": {"type": "string"}, "\u05d0\u05e6\u05dc": {"type": "string"}, "\u05ea\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1": {"type": "string"}, "rank": {"type": "number"}}, "required": ["_id", "rank", "\u05d0\u05e6\u05dc", "\u05d7\u05d1\u05e8\u05d4 \u05de\u05de\u05e9\u05dc\u05ea\u05d9\u05ea", "\u05de\u05d2\u05d1\u05dc\u05d5\u05ea", "\u05de\u05d3\u05d9\u05e0\u05d4", "\u05de\u05d8\u05e8\u05ea \u05d4\u05d7\u05d1\u05e8\u05d4", "\u05de\u05d9\u05e7\u05d5\u05d3", "\u05de\u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea", "\u05de\u05e1\u05e4\u05e8 \u05d7\u05d1\u05e8\u05d4", "\u05de\u05e4\u05e8\u05d4", "\u05e1\u05d5\u05d2 \u05ea\u05d0\u05d2\u05d9\u05d3", "\u05e1\u05d8\u05d8\u05d5\u05e1 \u05d7\u05d1\u05e8\u05d4", "\u05e9\u05dd \u05d1\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea", "\u05e9\u05dd \u05d7\u05d1\u05e8\u05d4", "\u05e9\u05dd \u05e2\u05d9\u05e8", "\u05e9\u05dd \u05e8\u05d7\u05d5\u05d1", "\u05e9\u05e0\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d3\u05d5\u05d7 \u05e9\u05e0\u05ea\u05d9 (\u05e9\u05d4\u05d5\u05d2\u05e9)", "\u05ea.\u05d3.", "\u05ea\u05d0\u05d5\u05e8 \u05d7\u05d1\u05e8\u05d4", "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d0\u05d2\u05d3\u05d5\u05ea", "\u05ea\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1"]}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "info": {"type": "object", "properties": {"label": {"type": "string"}, "notes": {"type": "string"}, "type_override": {"type": "string"}}, "required": ["label", "notes", "type_override"]}}, "required": ["id", "type"]}}, "_links": {"type": "object", "properties": {"start": {"type": "string"}, "next": {"type": "string"}}, "required": ["next", "start"]}, "total": {"type": "integer"}, "total_was_estimated": {"type": "boolean"}}, "required": ["_links", "fields", "include_total", "limit", "q", "records", "records_format", "resource_id", "total", "total_estimation_threshold", "total_was_estimated"]}}, "required": ["help", "result", "success"]} |
6beb31c8-aeb9-4ce4-b1ce-998c8a369fa0/90f578e7-6b7d-49fd-9d05-285add447509/0/0 | Dominican Republic Company Data | Access to the official Dominican Republic company Register, ideal for KYB purposes | null | Search by RNC | Search the company register using the RNC number | 200 | Example_1 | {"RGE_RUC": "09700205710", "RGE_NOMBRE": "WOLFGANG WILHELM BOES", "NOMBRE_COMERCIAL": "TAM TAM BAR", "CATEGORIA": "0", "REGIMEN_PAGOS": "2", "ESTATUS": "0"} | {"type": "object", "properties": {"RGE_RUC": {"type": "string", "description": "", "default": "09700205710"}, "RGE_NOMBRE": {"type": "string", "description": "", "default": "WOLFGANG WILHELM BOES"}, "NOMBRE_COMERCIAL": {"type": "string", "description": "", "default": "TAM TAM BAR"}, "CATEGORIA": {"type": "string", "description": "", "default": "0"}, "REGIMEN_PAGOS": {"type": "string", "description": "", "default": "2"}, "ESTATUS": {"type": "string", "description": "", "default": "0"}}} |
4fa5e754-17b4-494f-ae2e-cf0096e60af9/16e576b4-820a-436a-bc7b-dda3d317dc30/2/0 | Mail Unternehmen | Suche ganz schnell anhand einer E-Mail Adresse ein Unternehmen. Unserer Service bietet dir schnell einen Überblick über deinen Partner und zeigt dir schnell den Namen mit der Rechtsform, die Adresse des Unternehmens, die Angebotene Tätigkeit, die Handelsregister-Nummer und einen Verlauf der Änderungen im Register. | null | companyList | Get the company of an email | 200 | null | [{"name": "Musterfirma GmbH", "street": "Musterstra\u00dfe 1", "zip": "11111", "city": "Musterstadt", "data": {}}] | {"type": "array", "items": {"required": ["city", "data", "name", "street", "zip"], "type": "object", "properties": {"name": {"type": "string"}, "street": {"type": "string"}, "zip": {"type": "string"}, "city": {"type": "string"}, "data": {"type": "object"}}}} |
a212d07a-bd42-41d0-98b7-7aa586bc3d91/e9736360-0fac-4639-8e6e-fa4401188357/0/0 | GEO Distance Calculator | Calculate the distance and travel time. Introducing our powerful Geo Distance API, allowing you to calculate the distance and duration between two locations with ease. | 5.8 | Get Geo Distance | The Get Geo Distance AI Rest Endpoint is a powerful tool that calculates the distance and duration of travel between two specified points.
The input parameters for the endpoint are the starting point and the endpoint, specified as city names. | 200 | Response | {"distance-km": 2636, "duration": {"hours": 26, "minutes": 39}} | {"type": "object", "properties": {"distance-km": {"type": "integer"}, "duration": {"type": "object", "properties": {"hours": {"type": "integer"}, "minutes": {"type": "integer"}}}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/a29ae8f6-a405-473d-bcc0-724be07b03d4/0/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getReviewsByAppId | Returns the reviews of a single application by its ID | 200 | null | {"status": 200, "message": "OK", "data": {"reviews": [{"id": "1389413f-bcad-4836-a582-880004da48cb", "userName": "Travis Brown", "userImage": "https://play-lh.googleusercontent.com/a-/AD5-WCkm81w_CGFMQWwRSdxoTHvbBe3TlvwYVBqGCo2L1to", "date": "2023-01-20T14:24:50.523Z", "score": 5, "scoreText": 6, "url": "https://play.google.com/store/apps/details?id=com.einnovation.temu&reviewId=684e9645-8995-4498-b0f9-1faea86034c1", "title": "Nice!", "text": "addicting site and had items you never thought of. Cool gift spot.", "replyDate": "2023-01-20T10:42:01.300Z", "replyText": "This is a reply", "version": "1.36.0", "thumbsUp": 2, "criterias": [{"criteria": "vaf_phase1_same_day_delivery", "rating": 3}]}], "nextPaginationToken": ""}} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"reviews": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "userName": {"type": "string"}, "userImage": {"type": "string"}, "date": {"type": "string"}, "score": {"type": "number"}, "scoreText": {"type": "string"}, "url": {"type": "string"}, "title": {"type": ["string", "null"]}, "text": {"type": "string"}, "replyDate": {"type": ["string", "null"]}, "replyText": {"type": ["string", "null"]}, "version": {"type": ["string", "null"]}, "thumbsUp": {"type": "number"}, "criterias": {"type": "array", "items": {"type": "object", "properties": {"criteria": {"type": "string"}, "rating": {"type": ["number", "null"]}}}}}}}, "nextPaginationToken": {"type": "string"}}}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/a29ae8f6-a405-473d-bcc0-724be07b03d4/1/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getReviewsByAppId | Returns the reviews of a single application by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/a29ae8f6-a405-473d-bcc0-724be07b03d4/2/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getReviewsByAppId | Returns the reviews of a single application by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/907669ef-5490-42e6-89aa-5e055aa74673/0/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppDataSafetyById | Returns the data safety attributes of a single application by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/907669ef-5490-42e6-89aa-5e055aa74673/1/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppDataSafetyById | Returns the data safety attributes of a single application by its ID | 200 | null | {"status": 200, "message": "OK", "data": {"sharedData": [{"data": "Name", "purpose": "App functionality", "type": "Personal info", "optional": true}], "collectedData": [{"data": "Name", "purpose": "App functionality", "type": "Personal info", "optional": true}], "securityPractices": [{"practice": "Data is encrypted in transit", "description": "Your data is transferred over a secure connection"}], "privacyPolicyUrl": ""}} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"sharedData": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "string"}, "purpose": {"type": "string"}, "type": {"type": "string"}, "optional": {"type": "boolean"}}}}, "collectedData": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "string"}, "purpose": {"type": "string"}, "type": {"type": "string"}, "optional": {"type": "boolean"}}}}, "securityPractices": {"type": "array", "items": {"type": "object", "properties": {"practice": {"type": "string"}, "description": {"type": "string"}}}}, "privacyPolicyUrl": {"type": "string"}}}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/907669ef-5490-42e6-89aa-5e055aa74673/2/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppDataSafetyById | Returns the data safety attributes of a single application by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/025c855b-5dfc-49b9-9e8e-ea3b77a17069/0/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppPermissionsById | Returns the permissions of a single application by its ID | 200 | null | {"status": 200, "message": "OK", "data": [{"permission": "read your contacts", "type": "Contacts"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"permission": {"type": "string"}, "type": {"type": "string"}}}}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/025c855b-5dfc-49b9-9e8e-ea3b77a17069/1/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppPermissionsById | Returns the permissions of a single application by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/025c855b-5dfc-49b9-9e8e-ea3b77a17069/2/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppPermissionsById | Returns the permissions of a single application by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/fafbc5ac-cc87-4410-becc-8dead2ee0ab8/0/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getSimilarAppsById | Returns list of applications that is similar to a single application by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/fafbc5ac-cc87-4410-becc-8dead2ee0ab8/1/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getSimilarAppsById | Returns list of applications that is similar to a single application by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/fafbc5ac-cc87-4410-becc-8dead2ee0ab8/2/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getSimilarAppsById | Returns list of applications that is similar to a single application by its ID | 200 | null | {"status": 200, "message": "OK", "data": [{"title": "Temu", "appId": "com.einnovation.temu", "url": "/api/apps/com.einnovation.temu", "icon": "https://play-lh.googleusercontent.com/Nz5sdWyh7jn4eTy_GSaRBDgaKhLC1pvYywC6fklDOlPGbopmeFN9NkqgKGjsvJMbKVEI", "summary": "Shop on the Temu app for exclusive Valentine\u2019s Day offers and enjoy up to 90% off!<br><br>From fashion to home decor, handmade crafts, beauty & cosmetics, clothing, shoes, and more, the products you\u2019ll love are just a tap away. You can always count on the Temu app to have the perfect things for you to live the life you desire.<br><br>Download the Temu app today and enjoy the best deals every day.<br><br><br>VALENTINE'S DAY SAVINGS<br>Shop gifts for yourself and your loved ones. Enjoy up to 90% off!<br><br>WIDE SELECTIONS<br>Discover thousands of new products and shops daily.<br><br>CONVENIENCE<br>Fast and secure checkout.<br>Free shipping & returns within 90 days.<br>*Other conditions apply<br><br>Visit temu.com or follow us on:<br>Instagram: https://www.instagram.com/shoptemu<br>TikTok: https://tiktok.com/@shoptemu<br>Facebook: https://www.facebook.com/shoptemu", "scoreText": "4.7", "free": true, "priceText": "Free", "price": 0, "currency": "USD", "score": 4.7083664, "playstoreUrl": "https://play.google.com/store/apps/details?id=com.einnovation.temu", "developer": "Google LLC", "developerId": 5700313618786178000}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "appId": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}, "summary": {"type": "string"}, "scoreText": {"type": "string"}, "free": {"type": "boolean"}, "priceText": {"type": ["string", "null"]}, "price": {"type": "number"}, "currency": {"type": ["string", "null"]}, "score": {"type": "number"}, "playstoreUrl": {"type": "string"}, "developer": {"type": "string"}, "developerId": {"type": ["string", "null"]}}}}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/772c2832-7b97-4e85-bacd-c14552b1e5bd/0/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppsByDeveloperId | Returns the list of applications of a single developer by its ID | 200 | null | {"status": 200, "message": "OK", "data": [{"title": "Temu", "appId": "com.einnovation.temu", "url": "/api/apps/com.einnovation.temu", "icon": "https://play-lh.googleusercontent.com/Nz5sdWyh7jn4eTy_GSaRBDgaKhLC1pvYywC6fklDOlPGbopmeFN9NkqgKGjsvJMbKVEI", "summary": "Shop on the Temu app for exclusive Valentine\u2019s Day offers and enjoy up to 90% off!<br><br>From fashion to home decor, handmade crafts, beauty & cosmetics, clothing, shoes, and more, the products you\u2019ll love are just a tap away. You can always count on the Temu app to have the perfect things for you to live the life you desire.<br><br>Download the Temu app today and enjoy the best deals every day.<br><br><br>VALENTINE'S DAY SAVINGS<br>Shop gifts for yourself and your loved ones. Enjoy up to 90% off!<br><br>WIDE SELECTIONS<br>Discover thousands of new products and shops daily.<br><br>CONVENIENCE<br>Fast and secure checkout.<br>Free shipping & returns within 90 days.<br>*Other conditions apply<br><br>Visit temu.com or follow us on:<br>Instagram: https://www.instagram.com/shoptemu<br>TikTok: https://tiktok.com/@shoptemu<br>Facebook: https://www.facebook.com/shoptemu", "scoreText": "4.7", "free": true, "priceText": "Free", "price": 0, "currency": "USD", "score": 4.7083664, "playstoreUrl": "https://play.google.com/store/apps/details?id=com.einnovation.temu", "developer": "Google LLC", "developerId": 5700313618786178000}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "appId": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}, "summary": {"type": "string"}, "scoreText": {"type": "string"}, "free": {"type": "boolean"}, "priceText": {"type": ["string", "null"]}, "price": {"type": "number"}, "currency": {"type": ["string", "null"]}, "score": {"type": "number"}, "playstoreUrl": {"type": "string"}, "developer": {"type": "string"}, "developerId": {"type": ["string", "null"]}}}}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/772c2832-7b97-4e85-bacd-c14552b1e5bd/1/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppsByDeveloperId | Returns the list of applications of a single developer by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/772c2832-7b97-4e85-bacd-c14552b1e5bd/2/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppsByDeveloperId | Returns the list of applications of a single developer by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/76f3766d-62a1-4e75-a2d3-50aee61e96b1/0/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getApps | Returns a list of apps and a pagination token | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/76f3766d-62a1-4e75-a2d3-50aee61e96b1/1/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getApps | Returns a list of apps and a pagination token | 200 | null | {"status": 200, "message": "OK", "data": [{"title": "Temu", "appId": "com.einnovation.temu", "url": "/api/apps/com.einnovation.temu", "icon": "https://play-lh.googleusercontent.com/Nz5sdWyh7jn4eTy_GSaRBDgaKhLC1pvYywC6fklDOlPGbopmeFN9NkqgKGjsvJMbKVEI", "summary": "Shop on the Temu app for exclusive Valentine\u2019s Day offers and enjoy up to 90% off!<br><br>From fashion to home decor, handmade crafts, beauty & cosmetics, clothing, shoes, and more, the products you\u2019ll love are just a tap away. You can always count on the Temu app to have the perfect things for you to live the life you desire.<br><br>Download the Temu app today and enjoy the best deals every day.<br><br><br>VALENTINE'S DAY SAVINGS<br>Shop gifts for yourself and your loved ones. Enjoy up to 90% off!<br><br>WIDE SELECTIONS<br>Discover thousands of new products and shops daily.<br><br>CONVENIENCE<br>Fast and secure checkout.<br>Free shipping & returns within 90 days.<br>*Other conditions apply<br><br>Visit temu.com or follow us on:<br>Instagram: https://www.instagram.com/shoptemu<br>TikTok: https://tiktok.com/@shoptemu<br>Facebook: https://www.facebook.com/shoptemu", "scoreText": "4.7", "free": true, "priceText": "Free", "price": 0, "currency": "USD", "score": 4.7083664, "playstoreUrl": "https://play.google.com/store/apps/details?id=com.einnovation.temu", "developer": "Google LLC", "developerId": 5700313618786178000}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "appId": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}, "summary": {"type": "string"}, "scoreText": {"type": "string"}, "free": {"type": "boolean"}, "priceText": {"type": ["string", "null"]}, "price": {"type": "number"}, "currency": {"type": ["string", "null"]}, "score": {"type": "number"}, "playstoreUrl": {"type": "string"}, "developer": {"type": "string"}, "developerId": {"type": ["string", "null"]}}}}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/76f3766d-62a1-4e75-a2d3-50aee61e96b1/2/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getApps | Returns a list of apps and a pagination token | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/85d028d4-05fd-4a04-bb7a-031047f56f50/0/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppById | Returns a single application by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/85d028d4-05fd-4a04-bb7a-031047f56f50/1/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppById | Returns a single application by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5a75d275-e05d-4c80-abf1-718aa8721627/85d028d4-05fd-4a04-bb7a-031047f56f50/2/0 | Google Play | This is an API that retrieves information from Google API. You can search for applications, retrieve the information from developers, get reviews, retrieve permissions any many more different things directly from the API. | 9 | getAppById | Returns a single application by its ID | 200 | null | {"status": 200, "message": "OK", "data": {"title": "Temu", "appId": "com.einnovation.temu", "url": "/api/apps/com.einnovation.temu", "icon": "https://play-lh.googleusercontent.com/Nz5sdWyh7jn4eTy_GSaRBDgaKhLC1pvYywC6fklDOlPGbopmeFN9NkqgKGjsvJMbKVEI", "currency": "USD", "description": "Translate between 103 languages by typing\\r\\n...", "descriptionHTML": "Translate between 103 languages by typing<br>", "summary": "Shop on the Temu app for exclusive Valentine\u2019s Day offers and enjoy up to 90% off!<br><br>From fashion to home decor, handmade crafts, beauty & cosmetics, clothing, shoes, and more, the products you\u2019ll love are just a tap away. You can always count on the Temu app to have the perfect things for you to live the life you desire.<br><br>Download the Temu app today and enjoy the best deals every day.<br><br><br>VALENTINE'S DAY SAVINGS<br>Shop gifts for yourself and your loved ones. Enjoy up to 90% off!<br><br>WIDE SELECTIONS<br>Discover thousands of new products and shops daily.<br><br>CONVENIENCE<br>Fast and secure checkout.<br>Free shipping & returns within 90 days.<br>*Other conditions apply<br><br>Visit temu.com or follow us on:<br>Instagram: https://www.instagram.com/shoptemu<br>TikTok: https://tiktok.com/@shoptemu<br>Facebook: https://www.facebook.com/shoptemu", "scoreText": "4.7", "free": true, "price": 0, "priceText": "Free", "score": 4.7083664, "playstoreUrl": "https://play.google.com/store/apps/details?id=com.einnovation.temu", "developer": "Google LLC", "developerId": 5700313618786178000, "developerEmail": "[email protected]", "developerWebsite": "http://support.google.com/translate", "developerAddress": "1600 Amphitheatre Parkway, Mountain View 94043", "privacyPolicy": "http://www.google.com/policies/privacy/", "developerInternalID": 5700313618786178000, "installs": "500,000,000+", "minInstalls": 500000000, "maxInstalls": 898626813, "ratings": 898626813, "reviews": 898626813, "histogram": {"1": 370042, "2": 37004, "3": 370042, "4": 370042, "5": 370042}, "offersIAP": true, "size": "Varies with device", "androidVersion": "VARY", "androidVersionText": "Varies with device", "updated": 1576868577000, "genre": "Tools", "genreId": "TOOLS", "headerImage": "https://lh3.googleusercontent.com/e4Sfy0cOmqpike76V6N6n-tDVbtbmt6MxbnbkKBZ_7hPHZRfsCeZhMBZK8eFDoDa1Vf-", "adSupported": true, "recentChanges": "Improved offline translations with upgraded language downloads", "editorsChoice": true, "screenshots": [], "features": [{"title": "Achievements", "description": "Grants you achievements for completing goals and skill-based challenges."}]}} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"title": {"type": "string"}, "appId": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}, "currency": {"type": "string"}, "description": {"type": "string"}, "descriptionHTML": {"type": "string"}, "summary": {"type": "string"}, "scoreText": {"type": "string"}, "free": {"type": "boolean"}, "price": {"type": "number"}, "priceText": {"type": "string"}, "score": {"type": "number"}, "playstoreUrl": {"type": "string"}, "developer": {"type": "string"}, "developerId": {"type": "string"}, "developerEmail": {"type": "string"}, "developerWebsite": {"type": ["string", "null"]}, "developerAddress": {"type": ["string", "null"]}, "privacyPolicy": {"type": "string"}, "developerInternalID": {"type": "string"}, "installs": {"type": "string"}, "minInstalls": {"type": "number"}, "maxInstalls": {"type": "number"}, "ratings": {"type": "number"}, "reviews": {"type": "number"}, "histogram": {"type": "object", "properties": {"1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}, "5": {"type": "number"}}}, "offersIAP": {"type": "boolean"}, "size": {"type": ["string", "null"]}, "androidVersion": {"type": "string"}, "androidVersionText": {"type": "string"}, "updated": {"type": "number"}, "genre": {"type": "string"}, "genreId": {"type": "string"}, "headerImage": {"type": "string"}, "adSupported": {"type": "boolean"}, "recentChanges": {"type": ["string", "null"]}, "editorsChoice": {"type": ["boolean", "null"]}, "screenshots": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}}}}}}} |
a54e7702-f320-45fd-b1e9-944857b394bc/5c456cb9-ba21-4034-98de-8d36b9d9ead8/0/0 | Latvia Company Data | Access the official Latvian Government Company Register via this API. Ideal for KYB purposes | null | GetAddressfromCompanyLinkedID | Get the address of a Latvian comany from the linked ID returned in a previous search | 200 | Example_1 | {"database": "latvia", "table": "entity_addresses", "is_view": false, "human_description_en": "where _link_entity_statement = 67144", "rows": [{"_link": "67144.addresses.0", "_link_entity_statement": {"value": "67144", "label": "Uralkali Trading SIA"}, "type": "registered", "address": "R\u012bga, Kri\u0161j\u0101\u0146a Valdem\u0101ra iela 62", "country": "LV"}], "truncated": false, "filtered_table_rows_count": 1, "expanded_columns": ["_link_entity_statement"], "expandable_columns": [[{"column": "_link_entity_statement", "other_table": "entity_statement", "other_column": "_link"}, "name"]], "columns": ["_link", "_link_entity_statement", "type", "address", "country"], "primary_keys": ["_link"], "units": {}, "query": {"sql": "select _link, _link_entity_statement, type, address, country from entity_addresses where \"_link_entity_statement\" = :p0 order by _link limit 101", "params": {"p0": "67144"}}, "facet_results": {}, "suggested_facets": [], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 467.86133712157607} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"database": {"type": "string"}, "table": {"type": "string"}, "is_view": {"type": "boolean"}, "human_description_en": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"_link": {"type": "string"}, "_link_entity_statement": {"type": "object", "properties": {"value": {"type": "string"}, "label": {"type": "string"}}, "required": ["label", "value"]}, "type": {"type": "string"}, "address": {"type": "string"}, "country": {"type": "string"}}, "required": ["_link", "_link_entity_statement", "address", "country", "type"]}}, "truncated": {"type": "boolean"}, "filtered_table_rows_count": {"type": "integer"}, "expanded_columns": {"type": "array", "items": {"type": "string"}}, "expandable_columns": {"type": "array", "items": {"type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"column": {"type": "string"}, "other_table": {"type": "string"}, "other_column": {"type": "string"}}, "required": ["column", "other_column", "other_table"]}]}}}, "columns": {"type": "array", "items": {"type": "string"}}, "primary_keys": {"type": "array", "items": {"type": "string"}}, "units": {"type": "object"}, "query": {"type": "object", "properties": {"sql": {"type": "string"}, "params": {"type": "object", "properties": {"p0": {"type": "string"}}, "required": ["p0"]}}, "required": ["params", "sql"]}, "facet_results": {"type": "object"}, "suggested_facets": {"type": "array"}, "next": {"type": "null"}, "next_url": {"type": "null"}, "private": {"type": "boolean"}, "allow_execute_sql": {"type": "boolean"}, "query_ms": {"type": "number"}}, "required": ["allow_execute_sql", "columns", "database", "expandable_columns", "expanded_columns", "facet_results", "filtered_table_rows_count", "human_description_en", "is_view", "next", "next_url", "primary_keys", "private", "query", "query_ms", "rows", "suggested_facets", "table", "truncated", "units"]} |
a54e7702-f320-45fd-b1e9-944857b394bc/1aa80c0f-053c-4d9d-a785-b78ee0ede6cf/0/0 | Latvia Company Data | Access the official Latvian Government Company Register via this API. Ideal for KYB purposes | null | SearchpersonbyownerId | Once an owner id has been returned from a previous search, this API endpoint can be used to search for person details. | 200 | Example_1 | {"database": "latvia", "table": "person_names", "is_view": false, "human_description_en": "where _link_person_statement = 81181", "rows": [{"_link": "81181.names.0", "_link_person_statement": {"value": "81181", "label": "81181"}, "type": "individual", "fullname": "Dmitry Mazepin", "familyname": "Mazepin", "givenname": "Dmitry"}], "truncated": false, "filtered_table_rows_count": 1, "expanded_columns": ["_link_person_statement"], "expandable_columns": [[{"column": "_link_person_statement", "other_table": "person_statement", "other_column": "_link"}, null]], "columns": ["_link", "_link_person_statement", "type", "fullname", "familyname", "givenname"], "primary_keys": ["_link"], "units": {}, "query": {"sql": "select _link, _link_person_statement, type, fullname, familyname, givenname from person_names where \"_link_person_statement\" = :p0 order by _link limit 101", "params": {"p0": "81181"}}, "facet_results": {}, "suggested_facets": [], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 512.9513789433986} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"database": {"type": "string"}, "table": {"type": "string"}, "is_view": {"type": "boolean"}, "human_description_en": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"_link": {"type": "string"}, "_link_person_statement": {"type": "object", "properties": {"value": {"type": "string"}, "label": {"type": "string"}}, "required": ["label", "value"]}, "type": {"type": "string"}, "fullname": {"type": "string"}, "familyname": {"type": "string"}, "givenname": {"type": "string"}}, "required": ["_link", "_link_person_statement", "familyname", "fullname", "givenname", "type"]}}, "truncated": {"type": "boolean"}, "filtered_table_rows_count": {"type": "integer"}, "expanded_columns": {"type": "array", "items": {"type": "string"}}, "expandable_columns": {"type": "array", "items": {"type": "array", "items": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"column": {"type": "string"}, "other_table": {"type": "string"}, "other_column": {"type": "string"}}, "required": ["column", "other_column", "other_table"]}]}}}, "columns": {"type": "array", "items": {"type": "string"}}, "primary_keys": {"type": "array", "items": {"type": "string"}}, "units": {"type": "object"}, "query": {"type": "object", "properties": {"sql": {"type": "string"}, "params": {"type": "object", "properties": {"p0": {"type": "string"}}, "required": ["p0"]}}, "required": ["params", "sql"]}, "facet_results": {"type": "object"}, "suggested_facets": {"type": "array"}, "next": {"type": "null"}, "next_url": {"type": "null"}, "private": {"type": "boolean"}, "allow_execute_sql": {"type": "boolean"}, "query_ms": {"type": "number"}}, "required": ["allow_execute_sql", "columns", "database", "expandable_columns", "expanded_columns", "facet_results", "filtered_table_rows_count", "human_description_en", "is_view", "next", "next_url", "primary_keys", "private", "query", "query_ms", "rows", "suggested_facets", "table", "truncated", "units"]} |
a54e7702-f320-45fd-b1e9-944857b394bc/5e15d711-bee1-46c9-96b0-0da16ab58f5e/0/0 | Latvia Company Data | Access the official Latvian Government Company Register via this API. Ideal for KYB purposes | null | SerchcompanyownerIDbycompanyname | Get the owner Identifier(s) of a company by its name, using % as a wild card search | 200 | Example_1 | {"database": "latvia", "table": "person_source_assertedBy", "is_view": false, "human_description_en": "where name like \"Uralkali%\"", "rows": [{"_link": "81181.source.assertedBy.0", "_link_person_statement": {"value": "81181", "label": "81181"}, "name": "Uralkali Trading SIA"}], "truncated": false, "filtered_table_rows_count": 1, "expanded_columns": ["_link_person_statement"], "expandable_columns": [[{"column": "_link_person_statement", "other_table": "person_statement", "other_column": "_link"}, null]], "columns": ["_link", "_link_person_statement", "name"], "primary_keys": ["_link"], "units": {}, "query": {"sql": "select _link, _link_person_statement, name from person_source_assertedBy where \"name\" like :p0 order by _link limit 101", "params": {"p0": "Uralkali%"}}, "facet_results": {}, "suggested_facets": [], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 258.26832302846014} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"database": {"type": "string"}, "table": {"type": "string"}, "is_view": {"type": "boolean"}, "human_description_en": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"_link": {"type": "string"}, "_link_person_statement": {"type": "object", "properties": {"value": {"type": "string"}, "label": {"type": "string"}}, "required": ["label", "value"]}, "name": {"type": "string"}}, "required": ["_link", "_link_person_statement", "name"]}}, "truncated": {"type": "boolean"}, "filtered_table_rows_count": {"type": "integer"}, "expanded_columns": {"type": "array", "items": {"type": "string"}}, "expandable_columns": {"type": "array", "items": {"type": "array", "items": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"column": {"type": "string"}, "other_table": {"type": "string"}, "other_column": {"type": "string"}}, "required": ["column", "other_column", "other_table"]}]}}}, "columns": {"type": "array", "items": {"type": "string"}}, "primary_keys": {"type": "array", "items": {"type": "string"}}, "units": {"type": "object"}, "query": {"type": "object", "properties": {"sql": {"type": "string"}, "params": {"type": "object", "properties": {"p0": {"type": "string"}}, "required": ["p0"]}}, "required": ["params", "sql"]}, "facet_results": {"type": "object"}, "suggested_facets": {"type": "array"}, "next": {"type": "null"}, "next_url": {"type": "null"}, "private": {"type": "boolean"}, "allow_execute_sql": {"type": "boolean"}, "query_ms": {"type": "number"}}, "required": ["allow_execute_sql", "columns", "database", "expandable_columns", "expanded_columns", "facet_results", "filtered_table_rows_count", "human_description_en", "is_view", "next", "next_url", "primary_keys", "private", "query", "query_ms", "rows", "suggested_facets", "table", "truncated", "units"]} |
a54e7702-f320-45fd-b1e9-944857b394bc/3d0e81fd-43c1-4805-9167-9393226b944d/0/0 | Latvia Company Data | Access the official Latvian Government Company Register via this API. Ideal for KYB purposes | null | SearchbycompanyId | Search for a company by it's Latvian company ID. This will return a linked ID that can be used for further queries. | 200 | Example_1 | {"database": "latvia", "table": "entity_identifiers", "is_view": false, "human_description_en": "where id = 40103913482", "rows": [{"_link": "67144.identifiers.0", "_link_entity_statement": {"value": "67144", "label": "Uralkali Trading SIA"}, "id": "40103913482", "scheme": "LV-RE"}], "truncated": false, "filtered_table_rows_count": 1, "expanded_columns": ["_link_entity_statement"], "expandable_columns": [[{"column": "_link_entity_statement", "other_table": "entity_statement", "other_column": "_link"}, "name"]], "columns": ["_link", "_link_entity_statement", "id", "scheme"], "primary_keys": ["_link"], "units": {}, "query": {"sql": "select _link, _link_entity_statement, id, scheme from entity_identifiers where \"id\" = :p0 order by _link limit 101", "params": {"p0": "40103913482"}}, "facet_results": {}, "suggested_facets": [], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 173.91865886747837} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"database": {"type": "string"}, "table": {"type": "string"}, "is_view": {"type": "boolean"}, "human_description_en": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"_link": {"type": "string"}, "_link_entity_statement": {"type": "object", "properties": {"value": {"type": "string"}, "label": {"type": "string"}}, "required": ["label", "value"]}, "id": {"type": "string"}, "scheme": {"type": "string"}}, "required": ["_link", "_link_entity_statement", "id", "scheme"]}}, "truncated": {"type": "boolean"}, "filtered_table_rows_count": {"type": "integer"}, "expanded_columns": {"type": "array", "items": {"type": "string"}}, "expandable_columns": {"type": "array", "items": {"type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"column": {"type": "string"}, "other_table": {"type": "string"}, "other_column": {"type": "string"}}, "required": ["column", "other_column", "other_table"]}]}}}, "columns": {"type": "array", "items": {"type": "string"}}, "primary_keys": {"type": "array", "items": {"type": "string"}}, "units": {"type": "object"}, "query": {"type": "object", "properties": {"sql": {"type": "string"}, "params": {"type": "object", "properties": {"p0": {"type": "string"}}, "required": ["p0"]}}, "required": ["params", "sql"]}, "facet_results": {"type": "object"}, "suggested_facets": {"type": "array"}, "next": {"type": "null"}, "next_url": {"type": "null"}, "private": {"type": "boolean"}, "allow_execute_sql": {"type": "boolean"}, "query_ms": {"type": "number"}}, "required": ["allow_execute_sql", "columns", "database", "expandable_columns", "expanded_columns", "facet_results", "filtered_table_rows_count", "human_description_en", "is_view", "next", "next_url", "primary_keys", "private", "query", "query_ms", "rows", "suggested_facets", "table", "truncated", "units"]} |
a54e7702-f320-45fd-b1e9-944857b394bc/585c5f8a-4f72-4e54-9a14-80ffcda8ba7c/0/0 | Latvia Company Data | Access the official Latvian Government Company Register via this API. Ideal for KYB purposes | null | SearchbyCompanyName | Search the Latvian business register by name, using the % symbol as a wildcard | 200 | Example_1 | {"database": "latvia", "table": "entity_statement", "is_view": false, "human_description_en": "where name like \"Uralkali%\"", "rows": [["67144", "af71d9cc-ef98-42e5-a70e-eb6eba977d0f", "entityStatement", "2020-12-02", "false", "registeredEntity", "Uralkali Trading SIA", "2015-07-15", "Latvia", "LV", "2021-01-18", "0.2", "http://creativecommons.org/publicdomain/zero/1.0/", "The Register of Enterprises of the Republic of Latvia", "https://www.ur.gov.lv/", "selfDeclaration,officialRegister", "", ""]], "truncated": false, "filtered_table_rows_count": 1, "expanded_columns": [], "expandable_columns": [], "columns": ["_link", "statementid", "statementtype", "statementdate", "iscomponent", "entitytype", "name", "foundingdate", "incorporatedinjurisdiction_name", "incorporatedinjurisdiction_code", "publicationdetails_publicationdate", "publicationdetails_bodsversion", "publicationdetails_license", "publicationdetails_publisher_name", "publicationdetails_publisher_url", "source_type", "unspecifiedentitydetails_reason", "unspecifiedentitydetails_description"], "primary_keys": ["_link"], "units": {}, "query": {"sql": "select _link, statementid, statementtype, statementdate, iscomponent, entitytype, name, foundingdate, incorporatedinjurisdiction_name, incorporatedinjurisdiction_code, publicationdetails_publicationdate, publicationdetails_bodsversion, publicationdetails_license, publicationdetails_publisher_name, publicationdetails_publisher_url, source_type, unspecifiedentitydetails_reason, unspecifiedentitydetails_description from entity_statement where \"name\" like :p0 order by _link limit 101", "params": {"p0": "Uralkali%"}}, "facet_results": {}, "suggested_facets": [], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 1264.2352969851345} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"database": {"type": "string"}, "table": {"type": "string"}, "is_view": {"type": "boolean"}, "human_description_en": {"type": "string"}, "rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "truncated": {"type": "boolean"}, "filtered_table_rows_count": {"type": "integer"}, "expanded_columns": {"type": "array"}, "expandable_columns": {"type": "array"}, "columns": {"type": "array", "items": {"type": "string"}}, "primary_keys": {"type": "array", "items": {"type": "string"}}, "units": {"type": "object"}, "query": {"type": "object", "properties": {"sql": {"type": "string"}, "params": {"type": "object", "properties": {"p0": {"type": "string"}}, "required": ["p0"]}}, "required": ["params", "sql"]}, "facet_results": {"type": "object"}, "suggested_facets": {"type": "array"}, "next": {"type": "null"}, "next_url": {"type": "null"}, "private": {"type": "boolean"}, "allow_execute_sql": {"type": "boolean"}, "query_ms": {"type": "number"}}, "required": ["allow_execute_sql", "columns", "database", "expandable_columns", "expanded_columns", "facet_results", "filtered_table_rows_count", "human_description_en", "is_view", "next", "next_url", "primary_keys", "private", "query", "query_ms", "rows", "suggested_facets", "table", "truncated", "units"]} |
1a743a4f-7952-4491-8737-5dcfba49f573/36d3b6f6-a489-4ae4-ad42-194747a6138e/0/0 | Text Captcha Decode | This API helps in decoding Text Captcha to normal text, which can be used to bypass text captcha | 0 | Text Captcha | This API helps in decoding Text Captcha to normal text, which can be used to bypass text captcha | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/00ed60fe-5a40-4f70-943d-6113f39629ef/0/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get Id by Name | Given a company's name string as input, returns crunchbase's unque id for that company. That unique id can then be used to pull additional information about the company. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/00ed60fe-5a40-4f70-943d-6113f39629ef/1/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get Id by Name | Given a company's name string as input, returns crunchbase's unque id for that company. That unique id can then be used to pull additional information about the company. | 200 | Example_1 | {"message": "success", "results": {"facet_ids": ["contact", "siftery", "investor", "ipqwery", "apptopia", "semrush", "company", "rank", "job_posting", "builtwith", "bombora", "key_event"], "identifier": {"uuid": "e6178a34-5054-6449-8d77-5c28702d0dab", "value": "Snap", "image_id": "v1501594423/jjngdeqnwexiaebwnmvx.png", "permalink": "snapchat", "entity_def_id": "organization"}, "short_description": "Snap operates as a privately-owned multinational camera company focusing on multinational technology and social media."}} | {"type": "object", "properties": {"message": {"type": "string"}, "results": {"type": "object", "properties": {"facet_ids": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "string"}, "image_id": {"type": "string"}, "permalink": {"type": "string"}, "entity_def_id": {"type": "string"}}}, "short_description": {"type": "string"}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/32963715-dba1-4177-be88-c4ee4d94303f/0/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get All Data by Name | Given a company's name string, the endpoint returns all available Crunchbase data on this company. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/998da35e-2276-49ef-b2fd-ed2d8791e4e2/0/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get Investors Data by Name | Given a company's name string as input, returns a real-time scrape of all available investor data from Crunchbase | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/2da70411-a345-40b7-ac3b-f928da40d221/1/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get Id by Domain | Given a company's domain as input, returns CrunchBase's unique id for that company. Be aware, can provide erroneous results with Crunchbase has two entries for the same company. For example, plugging in snapchat.com returns the incorrect id for Snapchat whereas plugging in snap.com returns the correct info. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/f9e84aee-d24f-445c-abd0-3010aa61024a/0/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get All Cb Data By Id | Given a company's id, the endpoint returns all availalbe crunchbase data for this company. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/f9e84aee-d24f-445c-abd0-3010aa61024a/1/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get All Cb Data By Id | Given a company's id, the endpoint returns all availalbe crunchbase data for this company. | 200 | Example_1 | {"message": "string", "results": {"e6178a34-5054-6449-8d77-5c28702d0dab": {"people": [{"location_group_identifiers": [{"entity_def_id": "string", "permalink": "string", "uuid": "string", "value": "string"}], "first_name": "string", "rank_delta_d30": 0, "num_investments_funding_rounds": 0, "num_diversity_spotlight_investments": 0, "num_founded_organizations": 0, "identifier": {"permalink": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}, "primary_job_title": "string", "description": "string", "linkedin": {"value": "string"}, "num_partner_investments": 0, "num_portfolio_organizations": 0, "num_exits_ipo": 0, "attended_schools": [{"permalink": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}], "last_name": "string", "primary_organization": {"permalink": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}, "rank_person": 0, "location_identifiers": [{"permalink": "string", "uuid": "string", "location_type": "string", "entity_def_id": "string", "value": "string"}], "num_articles": 0, "num_event_appearances": 0, "twitter": {"value": "string"}, "rank_delta_d90": 0, "current_organizations": [{"permalink": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}], "num_exits": 0, "rank_delta_d7": 0, "gender": "string", "uuid": "string"}], "acquisitions": [{"acquirer_num_funding_rounds": 0, "acquiree_funding_stage": "string", "identifier": {"permalink": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}, "acquirer_locations": [{"permalink": "string", "uuid": "string", "location_type": "string", "entity_def_id": "string", "value": "string"}], "rank_acquisition": 0, "announced_on": {"precision": "string", "value": "string"}, "acquiree_categories": [{"entity_def_id": "string", "permalink": "string", "uuid": "string", "value": "string"}], "acquiree_last_funding_type": "string", "acquiree_num_funding_rounds": 0, "acquiree_funding_total": {"value_usd": 0, "currency": "string", "value": 0}, "acquisition_type": "string", "acquirer_website": {"value": "string"}, "acquiree_locations": [{"permalink": "string", "uuid": "string", "location_type": "string", "entity_def_id": "string", "value": "string"}], "acquirer_funding_stage": "string", "acquirer_identifier": {"permalink": "string", "role": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}, "acquirer_revenue_range": "string", "acquiree_revenue_range": "string", "acquirer_funding_total": {"value_usd": 0, "currency": "string", "value": 0}, "acquiree_short_description": "string", "acquirer_categories": [{"entity_def_id": "string", "permalink": "string", "uuid": "string", "value": "string"}], "acquirer_short_description": "string", "acquiree_website": {"value": "string"}, "acquiree_identifier": {"permalink": "string", "role": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}, "uuid": "string"}], "investors": [{"location_group_identifiers": [{"uuid": "string", "value": "string", "permalink": "string", "entity_def_id": "string", "location_type": "string"}], "rank_delta_d30": 0, "num_investments_funding_rounds": 0, "founded_on": {"value": "string", "precision": "string"}, "num_lead_investments": 0, "acquisition_status": ["string"], "phone_number": "string", "num_diversity_spotlight_investments": 0, "identifier": {"uuid": "string", "value": "string", "image_id": "string", "permalink": "string", "entity_def_id": "string"}, "ipo_status": "string", "founder_identifiers": [{"uuid": "string", "value": "string", "image_id": "string", "permalink": "string", "entity_def_id": "string"}], "description": "string", "investor_stage": ["string"], "category_groups": [{"uuid": "string", "value": "string", "permalink": "string", "entity_def_id": "string"}], "linkedin": {"value": "string"}, "short_description": "string", "num_portfolio_organizations": 0, "revenue_range": "string", "operating_status": "string", "rank_org": 0, "num_exits_ipo": 0, "facebook": {"value": "string"}, "num_employees_enum": "string", "categories": [{"uuid": "string", "value": "string", "permalink": "string", "entity_def_id": "string"}], "investor_type": ["string"], "location_identifiers": [{"uuid": "string", "value": "string", "permalink": "string", "entity_def_id": "string", "location_type": "string"}], "num_articles": 0, "rank_org_school": 0, "num_event_appearances": 0, "twitter": {"value": "string"}, "rank_delta_d90": 0, "contact_email": "string", "num_exits": 0, "rank_org_company": 0, "rank_delta_d7": 0, "num_founders": 0, "uuid": "string"}], "funding": [{"funded_organization_revenue_range": "string", "identifier": {"permalink": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}, "rank_funding_round": 0, "announced_on": "string", "funded_organization_funding_stage": "string", "num_investors": 0, "is_equity": true, "funded_organization_categories": [{"entity_def_id": "string", "permalink": "string", "uuid": "string", "value": "string"}], "funded_organization_location": [{"permalink": "string", "uuid": "string", "location_type": "string", "entity_def_id": "string", "value": "string"}], "funded_organization_funding_total": {"value_usd": 0, "currency": "string", "value": 0}, "investment_type": "string", "funded_organization_website": {"value": "string"}, "investor_identifiers": [{"permalink": "string", "role": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}], "funded_organization_identifier": {"permalink": "string", "role": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}, "funded_organization_num_funding_rounds": 0, "funded_organization_description": "string", "uuid": "string"}], "overview": {"company_type": "string", "location_group_identifiers": [{"permalink": "string", "uuid": "string", "location_type": "string", "entity_def_id": "string", "value": "string"}], "semrush_visit_duration_mom_pct": 0, "semrush_global_rank_mom": 0, "rank_delta_d30": 0, "num_investments_funding_rounds": 0, "founded_on": {"precision": "string", "value": "string"}, "semrush_visits_latest_month": 0, "website": {"value": "string"}, "num_lead_investments": 0, "semrush_visit_pageview_mom_pct": 0, "equity_funding_total": {"value_usd": 0, "currency": "string", "value": 0}, "acquisition_status": ["string"], "phone_number": "string", "ipo_amount_raised": {"value_usd": 0, "currency": "string", "value": 0}, "ipqwery_num_patent_total": 0, "num_diversity_spotlight_investments": 0, "semrush_visits_mom_pct": 0, "ipqwery_num_trademark_pending": 0, "semrush_visit_pageviews": 0, "identifier": {"permalink": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}, "semrush_global_rank": 0, "ipo_status": "string", "founder_identifiers": [{"permalink": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}], "description": "string", "semrush_bounce_rate": 0, "ipqwery_num_trademark_registered": 0, "ipqwery_num_patent_granted": 0, "category_groups": [{"entity_def_id": "string", "permalink": "string", "uuid": "string", "value": "string"}], "ipqwery_ip_score": 0, "linkedin": {"value": "string"}, "went_public_on": "string", "num_org_similarities": 0, "short_description": "string", "stock_exchange_symbol": "string", "semrush_visits_latest_6_months_avg": 0, "siftery_num_product_mom_pct": 0, "num_portfolio_organizations": 0, "revenue_range": "string", "num_investors": 0, "last_key_employee_change_date": "string", "stock_symbol": {"permalink": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}, "num_acquisitions": 0, "operating_status": "string", "last_layoff_date": "string", "siftery_num_products": 0, "num_lead_investors": 0, "ipo_valuation": {"value_usd": 0, "currency": "string", "value": 0}, "rank_org": 0, "ipqwery_popular_patent_category": "string", "semrush_visit_duration": 0, "facebook": {"value": "string"}, "builtwith_technologies_used_mom_pct": 0, "num_employees_enum": "string", "num_contacts": 0, "funding_total": {"value_usd": 0, "currency": "string", "value": 0}, "num_funding_rounds": 0, "semrush_global_rank_mom_pct": 0, "apptopia_total_downloads": 0, "ipqwery_num_trademark_total": 0, "last_equity_funding_type": "string", "hub_tags": ["string"], "job_posting_link_source": "string", "investor_identifiers": [{"permalink": "string", "image_id": "string", "uuid": "string", "entity_def_id": "string", "value": "string"}], "last_funding_type": "string", "categories": [{"entity_def_id": "string", "permalink": "string", "uuid": "string", "value": "string"}], "ipqwery_popular_patent_class": "string", "contact_job_departments": ["string"], "builtwith_num_technologies_used": 0, "location_identifiers": [{"permalink": "string", "uuid": "string", "location_type": "string", "entity_def_id": "string", "value": "string"}], "num_articles": 0, "last_funding_at": "string", "num_event_appearances": 0, "twitter": {"value": "string"}, "rank_delta_d90": 0, "last_equity_funding_total": {"value_usd": 0, "currency": "string", "value": 0}, "apptopia_total_apps": 0, "semrush_bounce_rate_mom_pct": 0, "ipqwery_num_patent_pending": 0, "exited_on": {"precision": "string", "value": "string"}, "rank_org_company": 0, "funding_stage": "string", "rank_delta_d7": 0, "last_funding_total": {"value_usd": 0, "currency": "string", "value": 0}, "num_founders": 0}}}} | {"type": "object", "properties": {"message": {"type": "string"}, "results": {"type": "object", "properties": {"e6178a34-5054-6449-8d77-5c28702d0dab": {"type": "object", "properties": {"people": {"type": "array", "items": {"type": "object", "properties": {"location_group_identifiers": {"type": "array", "items": {"type": "object", "properties": {"entity_def_id": {"type": "string"}, "permalink": {"type": "string"}, "uuid": {"type": "string"}, "value": {"type": "string"}}}}, "first_name": {"type": "string"}, "rank_delta_d30": {"type": "integer"}, "num_investments_funding_rounds": {"type": "integer"}, "num_diversity_spotlight_investments": {"type": "integer"}, "num_founded_organizations": {"type": "integer"}, "identifier": {"type": "object", "properties": {"permalink": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}, "primary_job_title": {"type": "string"}, "description": {"type": "string"}, "linkedin": {"type": "object", "properties": {"value": {"type": "string"}}}, "num_partner_investments": {"type": "integer"}, "num_portfolio_organizations": {"type": "integer"}, "num_exits_ipo": {"type": "integer"}, "attended_schools": {"type": "array", "items": {"type": "object", "properties": {"permalink": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}}, "last_name": {"type": "string"}, "primary_organization": {"type": "object", "properties": {"permalink": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}, "rank_person": {"type": "integer"}, "location_identifiers": {"type": "array", "items": {"type": "object", "properties": {"permalink": {"type": "string"}, "uuid": {"type": "string"}, "location_type": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}}, "num_articles": {"type": "integer"}, "num_event_appearances": {"type": "integer"}, "twitter": {"type": "object", "properties": {"value": {"type": "string"}}}, "rank_delta_d90": {"type": "integer"}, "current_organizations": {"type": "array", "items": {"type": "object", "properties": {"permalink": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}}, "num_exits": {"type": "integer"}, "rank_delta_d7": {"type": "integer"}, "gender": {"type": "string"}, "uuid": {"type": "string"}}}}, "acquisitions": {"type": "array", "items": {"type": "object", "properties": {"acquirer_num_funding_rounds": {"type": "integer"}, "acquiree_funding_stage": {"type": "string"}, "identifier": {"type": "object", "properties": {"permalink": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}, "acquirer_locations": {"type": "array", "items": {"type": "object", "properties": {"permalink": {"type": "string"}, "uuid": {"type": "string"}, "location_type": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}}, "rank_acquisition": {"type": "integer"}, "announced_on": {"type": "object", "properties": {"precision": {"type": "string"}, "value": {"type": "string"}}}, "acquiree_categories": {"type": "array", "items": {"type": "object", "properties": {"entity_def_id": {"type": "string"}, "permalink": {"type": "string"}, "uuid": {"type": "string"}, "value": {"type": "string"}}}}, "acquiree_last_funding_type": {"type": "string"}, "acquiree_num_funding_rounds": {"type": "integer"}, "acquiree_funding_total": {"type": "object", "properties": {"value_usd": {"type": "integer"}, "currency": {"type": "string"}, "value": {"type": "integer"}}}, "acquisition_type": {"type": "string"}, "acquirer_website": {"type": "object", "properties": {"value": {"type": "string"}}}, "acquiree_locations": {"type": "array", "items": {"type": "object", "properties": {"permalink": {"type": "string"}, "uuid": {"type": "string"}, "location_type": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}}, "acquirer_funding_stage": {"type": "string"}, "acquirer_identifier": {"type": "object", "properties": {"permalink": {"type": "string"}, "role": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}, "acquirer_revenue_range": {"type": "string"}, "acquiree_revenue_range": {"type": "string"}, "acquirer_funding_total": {"type": "object", "properties": {"value_usd": {"type": "integer"}, "currency": {"type": "string"}, "value": {"type": "integer"}}}, "acquiree_short_description": {"type": "string"}, "acquirer_categories": {"type": "array", "items": {"type": "object", "properties": {"entity_def_id": {"type": "string"}, "permalink": {"type": "string"}, "uuid": {"type": "string"}, "value": {"type": "string"}}}}, "acquirer_short_description": {"type": "string"}, "acquiree_website": {"type": "object", "properties": {"value": {"type": "string"}}}, "acquiree_identifier": {"type": "object", "properties": {"permalink": {"type": "string"}, "role": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}, "uuid": {"type": "string"}}}}, "investors": {"type": "array", "items": {"type": "object", "properties": {"location_group_identifiers": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "string"}, "permalink": {"type": "string"}, "entity_def_id": {"type": "string"}, "location_type": {"type": "string"}}}}, "rank_delta_d30": {"type": "integer"}, "num_investments_funding_rounds": {"type": "integer"}, "founded_on": {"type": "object", "properties": {"value": {"type": "string"}, "precision": {"type": "string"}}}, "num_lead_investments": {"type": "integer"}, "acquisition_status": {"type": "array", "items": {"type": "string"}}, "phone_number": {"type": "string"}, "num_diversity_spotlight_investments": {"type": "integer"}, "identifier": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "string"}, "image_id": {"type": "string"}, "permalink": {"type": "string"}, "entity_def_id": {"type": "string"}}}, "ipo_status": {"type": "string"}, "founder_identifiers": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "string"}, "image_id": {"type": "string"}, "permalink": {"type": "string"}, "entity_def_id": {"type": "string"}}}}, "description": {"type": "string"}, "investor_stage": {"type": "array", "items": {"type": "string"}}, "category_groups": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "string"}, "permalink": {"type": "string"}, "entity_def_id": {"type": "string"}}}}, "linkedin": {"type": "object", "properties": {"value": {"type": "string"}}}, "short_description": {"type": "string"}, "num_portfolio_organizations": {"type": "integer"}, "revenue_range": {"type": "string"}, "operating_status": {"type": "string"}, "rank_org": {"type": "integer"}, "num_exits_ipo": {"type": "integer"}, "facebook": {"type": "object", "properties": {"value": {"type": "string"}}}, "num_employees_enum": {"type": "string"}, "categories": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "string"}, "permalink": {"type": "string"}, "entity_def_id": {"type": "string"}}}}, "investor_type": {"type": "array", "items": {"type": "string"}}, "location_identifiers": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "string"}, "permalink": {"type": "string"}, "entity_def_id": {"type": "string"}, "location_type": {"type": "string"}}}}, "num_articles": {"type": "integer"}, "rank_org_school": {"type": "integer"}, "num_event_appearances": {"type": "integer"}, "twitter": {"type": "object", "properties": {"value": {"type": "string"}}}, "rank_delta_d90": {"type": "integer"}, "contact_email": {"type": "string"}, "num_exits": {"type": "integer"}, "rank_org_company": {"type": "integer"}, "rank_delta_d7": {"type": "integer"}, "num_founders": {"type": "integer"}, "uuid": {"type": "string"}}}}, "funding": {"type": "array", "items": {"type": "object", "properties": {"funded_organization_revenue_range": {"type": "string"}, "identifier": {"type": "object", "properties": {"permalink": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}, "rank_funding_round": {"type": "integer"}, "announced_on": {"type": "string"}, "funded_organization_funding_stage": {"type": "string"}, "num_investors": {"type": "integer"}, "is_equity": {"type": "boolean"}, "funded_organization_categories": {"type": "array", "items": {"type": "object", "properties": {"entity_def_id": {"type": "string"}, "permalink": {"type": "string"}, "uuid": {"type": "string"}, "value": {"type": "string"}}}}, "funded_organization_location": {"type": "array", "items": {"type": "object", "properties": {"permalink": {"type": "string"}, "uuid": {"type": "string"}, "location_type": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}}, "funded_organization_funding_total": {"type": "object", "properties": {"value_usd": {"type": "integer"}, "currency": {"type": "string"}, "value": {"type": "integer"}}}, "investment_type": {"type": "string"}, "funded_organization_website": {"type": "object", "properties": {"value": {"type": "string"}}}, "investor_identifiers": {"type": "array", "items": {"type": "object", "properties": {"permalink": {"type": "string"}, "role": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}}, "funded_organization_identifier": {"type": "object", "properties": {"permalink": {"type": "string"}, "role": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}, "funded_organization_num_funding_rounds": {"type": "integer"}, "funded_organization_description": {"type": "string"}, "uuid": {"type": "string"}}}}, "overview": {"type": "object", "properties": {"company_type": {"type": "string"}, "location_group_identifiers": {"type": "array", "items": {"type": "object", "properties": {"permalink": {"type": "string"}, "uuid": {"type": "string"}, "location_type": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}}, "semrush_visit_duration_mom_pct": {"type": "integer"}, "semrush_global_rank_mom": {"type": "integer"}, "rank_delta_d30": {"type": "integer"}, "num_investments_funding_rounds": {"type": "integer"}, "founded_on": {"type": "object", "properties": {"precision": {"type": "string"}, "value": {"type": "string"}}}, "semrush_visits_latest_month": {"type": "integer"}, "website": {"type": "object", "properties": {"value": {"type": "string"}}}, "num_lead_investments": {"type": "integer"}, "semrush_visit_pageview_mom_pct": {"type": "integer"}, "equity_funding_total": {"type": "object", "properties": {"value_usd": {"type": "integer"}, "currency": {"type": "string"}, "value": {"type": "integer"}}}, "acquisition_status": {"type": "array", "items": {"type": "string"}}, "phone_number": {"type": "string"}, "ipo_amount_raised": {"type": "object", "properties": {"value_usd": {"type": "integer"}, "currency": {"type": "string"}, "value": {"type": "integer"}}}, "ipqwery_num_patent_total": {"type": "integer"}, "num_diversity_spotlight_investments": {"type": "integer"}, "semrush_visits_mom_pct": {"type": "integer"}, "ipqwery_num_trademark_pending": {"type": "integer"}, "semrush_visit_pageviews": {"type": "integer"}, "identifier": {"type": "object", "properties": {"permalink": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}, "semrush_global_rank": {"type": "integer"}, "ipo_status": {"type": "string"}, "founder_identifiers": {"type": "array", "items": {"type": "object", "properties": {"permalink": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}}, "description": {"type": "string"}, "semrush_bounce_rate": {"type": "integer"}, "ipqwery_num_trademark_registered": {"type": "integer"}, "ipqwery_num_patent_granted": {"type": "integer"}, "category_groups": {"type": "array", "items": {"type": "object", "properties": {"entity_def_id": {"type": "string"}, "permalink": {"type": "string"}, "uuid": {"type": "string"}, "value": {"type": "string"}}}}, "ipqwery_ip_score": {"type": "integer"}, "linkedin": {"type": "object", "properties": {"value": {"type": "string"}}}, "went_public_on": {"type": "string"}, "num_org_similarities": {"type": "integer"}, "short_description": {"type": "string"}, "stock_exchange_symbol": {"type": "string"}, "semrush_visits_latest_6_months_avg": {"type": "integer"}, "siftery_num_product_mom_pct": {"type": "integer"}, "num_portfolio_organizations": {"type": "integer"}, "revenue_range": {"type": "string"}, "num_investors": {"type": "integer"}, "last_key_employee_change_date": {"type": "string"}, "stock_symbol": {"type": "object", "properties": {"permalink": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}, "num_acquisitions": {"type": "integer"}, "operating_status": {"type": "string"}, "last_layoff_date": {"type": "string"}, "siftery_num_products": {"type": "integer"}, "num_lead_investors": {"type": "integer"}, "ipo_valuation": {"type": "object", "properties": {"value_usd": {"type": "integer"}, "currency": {"type": "string"}, "value": {"type": "integer"}}}, "rank_org": {"type": "integer"}, "ipqwery_popular_patent_category": {"type": "string"}, "semrush_visit_duration": {"type": "integer"}, "facebook": {"type": "object", "properties": {"value": {"type": "string"}}}, "builtwith_technologies_used_mom_pct": {"type": "integer"}, "num_employees_enum": {"type": "string"}, "num_contacts": {"type": "integer"}, "funding_total": {"type": "object", "properties": {"value_usd": {"type": "integer"}, "currency": {"type": "string"}, "value": {"type": "integer"}}}, "num_funding_rounds": {"type": "integer"}, "semrush_global_rank_mom_pct": {"type": "integer"}, "apptopia_total_downloads": {"type": "integer"}, "ipqwery_num_trademark_total": {"type": "integer"}, "last_equity_funding_type": {"type": "string"}, "hub_tags": {"type": "array", "items": {"type": "string"}}, "job_posting_link_source": {"type": "string"}, "investor_identifiers": {"type": "array", "items": {"type": "object", "properties": {"permalink": {"type": "string"}, "image_id": {"type": "string"}, "uuid": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}}, "last_funding_type": {"type": "string"}, "categories": {"type": "array", "items": {"type": "object", "properties": {"entity_def_id": {"type": "string"}, "permalink": {"type": "string"}, "uuid": {"type": "string"}, "value": {"type": "string"}}}}, "ipqwery_popular_patent_class": {"type": "string"}, "contact_job_departments": {"type": "array", "items": {"type": "string"}}, "builtwith_num_technologies_used": {"type": "integer"}, "location_identifiers": {"type": "array", "items": {"type": "object", "properties": {"permalink": {"type": "string"}, "uuid": {"type": "string"}, "location_type": {"type": "string"}, "entity_def_id": {"type": "string"}, "value": {"type": "string"}}}}, "num_articles": {"type": "integer"}, "last_funding_at": {"type": "string"}, "num_event_appearances": {"type": "integer"}, "twitter": {"type": "object", "properties": {"value": {"type": "string"}}}, "rank_delta_d90": {"type": "integer"}, "last_equity_funding_total": {"type": "object", "properties": {"value_usd": {"type": "integer"}, "currency": {"type": "string"}, "value": {"type": "integer"}}}, "apptopia_total_apps": {"type": "integer"}, "semrush_bounce_rate_mom_pct": {"type": "integer"}, "ipqwery_num_patent_pending": {"type": "integer"}, "exited_on": {"type": "object", "properties": {"precision": {"type": "string"}, "value": {"type": "string"}}}, "rank_org_company": {"type": "integer"}, "funding_stage": {"type": "string"}, "rank_delta_d7": {"type": "integer"}, "last_funding_total": {"type": "object", "properties": {"value_usd": {"type": "integer"}, "currency": {"type": "string"}, "value": {"type": "integer"}}}, "num_founders": {"type": "integer"}}}}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/583fef44-182b-4f44-adae-6bb471e9a8f6/0/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get Funding Data by Name | Given a company name string, returns all available funding data on that company scraped from crunchbase in real time. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/89fa81e5-1575-4a5d-a73d-43f45d2e61a2/0/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get Acquisitions Data by Id | Given a company's id as input, returns a real-time scrape of all available acquisition data from Crunchbase - i.e. all the acquisitions made by the company id provided | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/6fbfc278-5a8c-4586-9fb1-21180f3dcefd/0/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get People Data by Id | Given a company's unique id as input, returns a real-time scrape of all available people data from Crunchbase. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/76bbd47f-29f4-4f15-b879-76a8e46be62a/0/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get Funding Data by Id | Given a company's unique id as input, returns all available funding data from a real-time scrape of Crunchbase. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/02ba2cf7-4825-45a0-9995-c81d1c4b3778/0/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get Investors Data by Id | Given a company's Crunchbase id, returns a real-time scrape of all available investor data from Crunchbase. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/be177cbf-1d74-4924-9f14-dba620d23ab4/0/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get Acquisitions Data by Name | Given a company's name string as input, returns a real-time scrape of all available acquisitions data from Crunchbase | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5b2b4cb8-1d8e-4792-a814-01cc25e2f7fd/8a8058a4-a776-4457-a4e8-1152f92359cf/1/0 | Crunchbase Company Data | Provides access to scraped crunchbase company data | 0.1 | Get People Data by Name | Given a company's name string as input, returns all available data about senior people at the company from crunchbase. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
2d21c6e5-3da0-4f53-a594-7795daa88d94/aa52e1aa-9be4-45db-9ad9-2dfa62298a9a/0/0 | Croatia Company Data | Access to the official Croatian government business register with this API, ideal for KYB purposes | null | Search by MBS or OIB | Search the Croatian company register by either MBS or OIB company identifiers (osobni identifikacijski broj) | 200 | Example_1 | {"mbs": 80733282, "sud_id_nadlezan": 8, "sud_id_sluzba": 8, "oib": 53902625891, "ino_podruznica": 0, "stecajna_masa": 0, "datum_osnivanja": "2010-06-10T00:00:00+02:00", "likvidacijska_masa": 0, "potpuni_mbs": "080733282", "potpuni_oib": "53902625891", "tvrtke": [{"ime": "LNG HRVATSKA d.o.o. za poslovanje ukapljenim prirodnim plinom", "naznaka_imena": "LNG HRVATSKA"}], "prijevodi_tvrtki": [{"prijevod_tvrtke_rbr": 1, "ime": "LNG CROATIA LLC for management of liquified natural gas", "jezik": {"id": 25, "sifra": 25, "naziv": "English"}}], "skracene_tvrtke": [{"ime": "LNG HRVATSKA d.o.o."}], "prijevodi_skracenih_tvrtki": [{"prijevod_skracene_tvrtke_rbr": 1, "ime": "LNG CROATIA LLC", "jezik": {"id": 25, "sifra": 25, "naziv": "English"}}], "sjedista": [{"drzava": {"sifra": 191, "naziv": "Hrvatska", "oznaka_2": "HR", "oznaka_3": "HRV"}, "ulica": "Slavonska avenija", "kucni_broj": 1, "kucni_podbroj": "B", "sifra_zupanije": 21, "naziv_zupanije": "Grad Zagreb", "sifra_opcine": 1333, "naziv_opcine": "Zagreb", "sifra_naselja": 72150, "naziv_naselja": "Zagreb"}], "temeljni_kapitali": [{"valuta": {"drzava": {"sifra": 191, "naziv": "Hrvatska", "oznaka_2": "HR", "oznaka_3": "HRV"}, "id": 0, "sifra": 191, "naziv": "kuna"}, "iznos": 324377100}], "predmeti_poslovanja": [{"djelatnost_rbr": 1, "djelatnost_tekst": "priprema projekata vezanih za terminal za ponovno uplinjavanje UPP i povezanog postrojenja za skladi\u0161tenje UPP-a"}, {"djelatnost_rbr": 2, "djelatnost_tekst": "projektiranje terminala za ponovno uplinjavanje UPP i povezanog postrojenja za skladi\u0161tenje UPP-a"}, {"djelatnost_rbr": 4, "djelatnost_tekst": "savjetovanje u vezi s poslovanjem i upravljanjem"}, {"djelatnost_rbr": 5, "djelatnost_tekst": "upravljanje terminalom za UPP"}, {"djelatnost_rbr": 11, "djelatnost_tekst": "upravljanje mjestom za opskrbu UPP-om i/ili SPP-om"}], "pravni_oblici": [{"vrsta_pravnog_oblika": {"sifra": 5, "naziv": "dru\u0161tvo s ograni\u010denom odgovorno\u0161\u0107u", "kratica": "d. o. o."}}], "grupe_gfi": [{"gfi_rbr": 180306, "gfi_lista": [{"gfi_rbr": 180306, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2010, "datum_dostave": "2011-03-14T00:00:00+01:00", "datum_od": "2010-06-08T00:00:00+02:00", "datum_do": "2010-12-31T00:00:00+01:00"}]}, {"gfi_rbr": 293548, "gfi_lista": [{"gfi_rbr": 293548, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2011, "datum_dostave": "2012-03-29T00:00:00+02:00", "datum_od": "2011-01-01T00:00:00+01:00", "datum_do": "2011-12-31T00:00:00+01:00"}]}, {"gfi_rbr": 423266, "gfi_lista": [{"gfi_rbr": 423266, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2012, "datum_dostave": "2013-06-20T00:00:00+02:00", "datum_od": "2012-01-01T00:00:00+01:00", "datum_do": "2012-12-31T00:00:00+01:00"}]}, {"gfi_rbr": 539911, "gfi_lista": [{"gfi_rbr": 539911, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2013, "datum_dostave": "2014-06-30T00:00:00+02:00", "datum_od": "2013-01-01T00:00:00+01:00", "datum_do": "2013-12-31T00:00:00+01:00"}]}, {"gfi_rbr": 649300, "gfi_lista": [{"gfi_rbr": 649300, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2014, "datum_dostave": "2015-06-30T00:00:00+02:00", "datum_od": "2014-01-01T00:00:00+01:00", "datum_do": "2014-12-31T00:00:00+01:00"}]}, {"gfi_rbr": 744555, "gfi_lista": [{"gfi_rbr": 744555, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2015, "datum_dostave": "2016-06-24T00:00:00+02:00", "datum_od": "2015-01-01T00:00:00+01:00", "datum_do": "2015-12-31T00:00:00+01:00"}]}, {"gfi_rbr": 880009, "gfi_lista": [{"gfi_rbr": 880009, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2016, "datum_dostave": "2017-06-29T00:00:00+02:00", "datum_od": "2016-01-01T00:00:00+01:00", "datum_do": "2016-12-31T00:00:00+01:00"}]}, {"gfi_rbr": 995052, "gfi_lista": [{"gfi_rbr": 995052, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2017, "datum_dostave": "2018-06-28T00:00:00+02:00", "datum_od": "2017-01-01T00:00:00+01:00", "datum_do": "2017-12-31T00:00:00+01:00"}]}, {"gfi_rbr": 1120870, "gfi_lista": [{"gfi_rbr": 1120870, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2018, "datum_dostave": "2019-06-19T00:00:00+02:00", "datum_od": "2018-01-01T00:00:00+01:00", "datum_do": "2018-12-31T00:00:00+01:00"}]}, {"gfi_rbr": 1206176, "gfi_lista": [{"gfi_rbr": 1206176, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2019, "datum_dostave": "2020-06-01T00:00:00+02:00", "datum_od": "2019-01-01T00:00:00+01:00", "datum_do": "2019-12-31T00:00:00+01:00"}]}, {"gfi_rbr": 1350877, "gfi_lista": [{"gfi_rbr": 1350877, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2020, "datum_dostave": "2021-06-09T00:00:00+02:00", "datum_od": "2020-01-01T00:00:00+01:00", "datum_do": "2020-12-31T00:00:00+01:00"}]}, {"gfi_rbr": 1554492, "gfi_lista": [{"gfi_rbr": 1554492, "vrsta_dokumenta": 0, "oznaka_konsolidacije": 0, "godina_izvjestaja": 2021, "datum_dostave": "2022-06-14T00:00:00+02:00", "datum_od": "2021-01-01T00:00:00+01:00", "datum_do": "2021-12-31T00:00:00+01:00"}]}], "postupci": [{"vrsta": {"postupak": 1, "znacenje": "Bez postupka"}}], "email_adrese": [{"email_adresa_rbr": 1, "adresa": "[email protected]"}], "sud_sluzba": {"id": 8, "sifra": 8, "naziv": "Trgova\u010dki sud u Zagrebu", "sifra_zupanije": 21, "naziv_zupanije": "Grad Zagreb", "sifra_opcine": 1333, "naziv_opcine": "Zagreb", "sifra_naselja": 72150, "naziv_naselja": "Zagreb", "sud_id_nadlezan": 8, "izdaje_izvatke": 1}, "sud_nadlezan": {"id": 8, "sifra": 8, "naziv": "Trgova\u010dki sud u Zagrebu", "sifra_zupanije": 21, "naziv_zupanije": "Grad Zagreb", "sifra_opcine": 1333, "naziv_opcine": "Zagreb", "sifra_naselja": 72150, "naziv_naselja": "Zagreb", "sud_id_nadlezan": 8, "izdaje_izvatke": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"mbs": {"type": "integer"}, "sud_id_nadlezan": {"type": "integer"}, "sud_id_sluzba": {"type": "integer"}, "oib": {"type": "integer"}, "ino_podruznica": {"type": "integer"}, "stecajna_masa": {"type": "integer"}, "datum_osnivanja": {"type": "string"}, "likvidacijska_masa": {"type": "integer"}, "potpuni_mbs": {"type": "string"}, "potpuni_oib": {"type": "string"}, "tvrtke": {"type": "array", "items": {"type": "object", "properties": {"ime": {"type": "string"}, "naznaka_imena": {"type": "string"}}, "required": ["ime", "naznaka_imena"]}}, "prijevodi_tvrtki": {"type": "array", "items": {"type": "object", "properties": {"prijevod_tvrtke_rbr": {"type": "integer"}, "ime": {"type": "string"}, "jezik": {"type": "object", "properties": {"id": {"type": "integer"}, "sifra": {"type": "integer"}, "naziv": {"type": "string"}}, "required": ["id", "naziv", "sifra"]}}, "required": ["ime", "jezik", "prijevod_tvrtke_rbr"]}}, "skracene_tvrtke": {"type": "array", "items": {"type": "object", "properties": {"ime": {"type": "string"}}, "required": ["ime"]}}, "prijevodi_skracenih_tvrtki": {"type": "array", "items": {"type": "object", "properties": {"prijevod_skracene_tvrtke_rbr": {"type": "integer"}, "ime": {"type": "string"}, "jezik": {"type": "object", "properties": {"id": {"type": "integer"}, "sifra": {"type": "integer"}, "naziv": {"type": "string"}}, "required": ["id", "naziv", "sifra"]}}, "required": ["ime", "jezik", "prijevod_skracene_tvrtke_rbr"]}}, "sjedista": {"type": "array", "items": {"type": "object", "properties": {"drzava": {"type": "object", "properties": {"sifra": {"type": "integer"}, "naziv": {"type": "string"}, "oznaka_2": {"type": "string"}, "oznaka_3": {"type": "string"}}, "required": ["naziv", "oznaka_2", "oznaka_3", "sifra"]}, "ulica": {"type": "string"}, "kucni_broj": {"type": "integer"}, "kucni_podbroj": {"type": "string"}, "sifra_zupanije": {"type": "integer"}, "naziv_zupanije": {"type": "string"}, "sifra_opcine": {"type": "integer"}, "naziv_opcine": {"type": "string"}, "sifra_naselja": {"type": "integer"}, "naziv_naselja": {"type": "string"}}, "required": ["drzava", "kucni_broj", "kucni_podbroj", "naziv_naselja", "naziv_opcine", "naziv_zupanije", "sifra_naselja", "sifra_opcine", "sifra_zupanije", "ulica"]}}, "temeljni_kapitali": {"type": "array", "items": {"type": "object", "properties": {"valuta": {"type": "object", "properties": {"drzava": {"type": "object", "properties": {"sifra": {"type": "integer"}, "naziv": {"type": "string"}, "oznaka_2": {"type": "string"}, "oznaka_3": {"type": "string"}}, "required": ["naziv", "oznaka_2", "oznaka_3", "sifra"]}, "id": {"type": "integer"}, "sifra": {"type": "integer"}, "naziv": {"type": "string"}}, "required": ["drzava", "id", "naziv", "sifra"]}, "iznos": {"type": "integer"}}, "required": ["iznos", "valuta"]}}, "predmeti_poslovanja": {"type": "array", "items": {"type": "object", "properties": {"djelatnost_rbr": {"type": "integer"}, "djelatnost_tekst": {"type": "string"}}, "required": ["djelatnost_rbr", "djelatnost_tekst"]}}, "pravni_oblici": {"type": "array", "items": {"type": "object", "properties": {"vrsta_pravnog_oblika": {"type": "object", "properties": {"sifra": {"type": "integer"}, "naziv": {"type": "string"}, "kratica": {"type": "string"}}, "required": ["kratica", "naziv", "sifra"]}}, "required": ["vrsta_pravnog_oblika"]}}, "grupe_gfi": {"type": "array", "items": {"type": "object", "properties": {"gfi_rbr": {"type": "integer"}, "gfi_lista": {"type": "array", "items": {"type": "object", "properties": {"gfi_rbr": {"type": "integer"}, "vrsta_dokumenta": {"type": "integer"}, "oznaka_konsolidacije": {"type": "integer"}, "godina_izvjestaja": {"type": "integer"}, "datum_dostave": {"type": "string"}, "datum_od": {"type": "string"}, "datum_do": {"type": "string"}}, "required": ["datum_do", "datum_dostave", "datum_od", "gfi_rbr", "godina_izvjestaja", "oznaka_konsolidacije", "vrsta_dokumenta"]}}}, "required": ["gfi_lista", "gfi_rbr"]}}, "postupci": {"type": "array", "items": {"type": "object", "properties": {"vrsta": {"type": "object", "properties": {"postupak": {"type": "integer"}, "znacenje": {"type": "string"}}, "required": ["postupak", "znacenje"]}}, "required": ["vrsta"]}}, "email_adrese": {"type": "array", "items": {"type": "object", "properties": {"email_adresa_rbr": {"type": "integer"}, "adresa": {"type": "string"}}, "required": ["adresa", "email_adresa_rbr"]}}, "sud_sluzba": {"type": "object", "properties": {"id": {"type": "integer"}, "sifra": {"type": "integer"}, "naziv": {"type": "string"}, "sifra_zupanije": {"type": "integer"}, "naziv_zupanije": {"type": "string"}, "sifra_opcine": {"type": "integer"}, "naziv_opcine": {"type": "string"}, "sifra_naselja": {"type": "integer"}, "naziv_naselja": {"type": "string"}, "sud_id_nadlezan": {"type": "integer"}, "izdaje_izvatke": {"type": "integer"}}, "required": ["id", "izdaje_izvatke", "naziv", "naziv_naselja", "naziv_opcine", "naziv_zupanije", "sifra", "sifra_naselja", "sifra_opcine", "sifra_zupanije", "sud_id_nadlezan"]}, "sud_nadlezan": {"type": "object", "properties": {"id": {"type": "integer"}, "sifra": {"type": "integer"}, "naziv": {"type": "string"}, "sifra_zupanije": {"type": "integer"}, "naziv_zupanije": {"type": "string"}, "sifra_opcine": {"type": "integer"}, "naziv_opcine": {"type": "string"}, "sifra_naselja": {"type": "integer"}, "naziv_naselja": {"type": "string"}, "sud_id_nadlezan": {"type": "integer"}, "izdaje_izvatke": {"type": "integer"}}, "required": ["id", "izdaje_izvatke", "naziv", "naziv_naselja", "naziv_opcine", "naziv_zupanije", "sifra", "sifra_naselja", "sifra_opcine", "sifra_zupanije", "sud_id_nadlezan"]}}, "required": ["datum_osnivanja", "email_adrese", "grupe_gfi", "ino_podruznica", "likvidacijska_masa", "mbs", "oib", "postupci", "potpuni_mbs", "potpuni_oib", "pravni_oblici", "predmeti_poslovanja", "prijevodi_skracenih_tvrtki", "prijevodi_tvrtki", "sjedista", "skracene_tvrtke", "stecajna_masa", "sud_id_nadlezan", "sud_id_sluzba", "sud_nadlezan", "sud_sluzba", "temeljni_kapitali", "tvrtke"]} |
d49d50c8-0bff-4dd9-9beb-fab97e46e588/e51b04dd-8b4f-483d-b2df-820c063d8011/0/0 | GST Details & Filing Data | Get company details, Return Status & Filing Data based on GSTIN
- Monthly Data, Quarterly Data, Yearly Data & hsn codes
-Update 21 May 2023: I have updated the API & it's even faster with zero errors. | 9 | Get GST info & Filing Data | Just punch in the GSTIN & get company info & filing data. | 200 | Response | {"info": {"enrichment_details": {"online_provider": {"details": {"central_jurisdiction": {"value": ""}, "constitution": {"value": "Public Limited Company"}, "gstin": {"value": "33AAACR4849R4ZP"}, "legal_name": {"value": "TATA CONSULTANCY SERVICES LIMITED"}, "primary_address": {"value": ""}, "registration_date": {"value": "2017-07-07T00:00:00+05:30"}, "state_jurisdiction": {"value": "ROYAPETTAH"}, "status": {"value": "Active"}, "tax_payer_type": {"value": "SEZ Unit"}, "trade_name": {"value": ""}}}}}, "filing": [{"gstin": "", "filing_type": "GSTR-1/IFF", "financial_year": "2023-2024", "tax_period": "April", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2023-05-10T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR-1/IFF", "financial_year": "2022-2023", "tax_period": "March", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2023-04-10T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR-1/IFF", "financial_year": "2022-2023", "tax_period": "February", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2023-03-09T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR-1/IFF", "financial_year": "2022-2023", "tax_period": "January", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2023-02-09T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR-1/IFF", "financial_year": "2022-2023", "tax_period": "December", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2023-01-09T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR-1/IFF", "financial_year": "2022-2023", "tax_period": "November", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-12-09T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR-1/IFF", "financial_year": "2022-2023", "tax_period": "October", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-11-09T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR-1/IFF", "financial_year": "2022-2023", "tax_period": "September", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-10-09T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR-1/IFF", "financial_year": "2022-2023", "tax_period": "August", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-09-09T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR-1/IFF", "financial_year": "2022-2023", "tax_period": "July", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-08-08T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR3B", "financial_year": "2023-2024", "tax_period": "April", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2023-05-18T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR3B", "financial_year": "2022-2023", "tax_period": "March", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2023-04-19T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR3B", "financial_year": "2022-2023", "tax_period": "February", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2023-03-17T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR3B", "financial_year": "2022-2023", "tax_period": "January", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2023-02-17T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR3B", "financial_year": "2022-2023", "tax_period": "December", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2023-01-19T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR3B", "financial_year": "2022-2023", "tax_period": "November", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-12-19T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR3B", "financial_year": "2022-2023", "tax_period": "October", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-11-19T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR3B", "financial_year": "2022-2023", "tax_period": "September", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-10-19T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR3B", "financial_year": "2022-2023", "tax_period": "August", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-09-19T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR3B", "financial_year": "2022-2023", "tax_period": "July", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-08-19T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR9", "financial_year": "2021-2022", "tax_period": "Annual", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-12-28T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR9", "financial_year": "2020-2021", "tax_period": "Annual", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2021-12-28T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR9", "financial_year": "2019-2020", "tax_period": "Annual", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2021-02-26T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR9", "financial_year": "2018-2019", "tax_period": "Annual", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2020-10-01T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR9", "financial_year": "2017-2018", "tax_period": "Annual", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2020-01-30T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR9C", "financial_year": "2021-2022", "tax_period": "Annual", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2022-12-29T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR9C", "financial_year": "2020-2021", "tax_period": "Annual", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2021-12-30T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR9C", "financial_year": "2019-2020", "tax_period": "Annual", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2021-02-27T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR9C", "financial_year": "2018-2019", "tax_period": "Annual", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2020-10-08T00:00:00", "status": "Filed"}, {"gstin": "", "filing_type": "GSTR9C", "financial_year": "2017-2018", "tax_period": "Annual", "tax_period_start_date": "", "tax_period_end_date": "", "filing_frequency": "", "date_of_filing": "2020-02-02T00:00:00", "status": "Filed"}], "hsn": [{"goods_services_desc": "AUTOMATIC DATA PROCESSING MACHINES AND UNITS THEREOF; MAGNETIC OR OPTICAL READERS, MACHINES FOR TRANSCRIBING DATA ON TO DATA MEDIA IN CODED FORM AND MACHINES FOR PROCESSING SUCH DATA, NOT ELSEWHERE SPECIFIED OR INCLUDED", "hsn_code": "8471"}, {"goods_services_desc": "MONITORS AND PROJECTORS, NOT INCORPORATING TELEVISION RECEPTION APPARATUS, RECEPTION APPARATUS FOR TELEVISION, WHETHER OR NOT INCORPORATING RADIO-BROADCASTRECEIVERS OR SOUND OR VIDEO RECORDING OR REPRODUCING APPARATUS - Cathode-ray tube monitors", "hsn_code": "8528"}, {"goods_services_desc": "TELEPHONE SETS, SMARTPHONES AND OTHER TELEPHONES FOR CELLULAR NETWORKS OR FOR OTHER WIRELESS N ETWO R KS : O THE R APPARAT US F OR THE TRANSMISSION OR RECEPTION OF VICE, IMAGES OR O T HE R D ATA , IN CL U DI NG A P PA RAT US FOR COMMUNICATION IN A WIRED OR WIRELESS NETWORK (SUCH AS A LOCAL OR WIDE AREA NETWORK), OTHER THAN TRANSMISSION OR RECEPTION APPARATUS OF HEADING 8443, 8525, 8527 OR 8528", "hsn_code": "8517"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"enrichment_details": {"type": "object", "properties": {"online_provider": {"type": "object", "properties": {"details": {"type": "object", "properties": {"central_jurisdiction": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "constitution": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "gstin": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "legal_name": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "primary_address": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "registration_date": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "state_jurisdiction": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "status": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "tax_payer_type": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "trade_name": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["central_jurisdiction", "constitution", "gstin", "legal_name", "primary_address", "registration_date", "state_jurisdiction", "status", "tax_payer_type", "trade_name"]}}, "required": ["details"]}}, "required": ["online_provider"]}}, "required": ["enrichment_details"]}, "filing": {"type": "array", "items": {"type": "object", "properties": {"gstin": {"type": "string"}, "filing_type": {"type": "string"}, "financial_year": {"type": "string"}, "tax_period": {"type": "string"}, "tax_period_start_date": {"type": "string"}, "tax_period_end_date": {"type": "string"}, "filing_frequency": {"type": "string"}, "date_of_filing": {"type": "string"}, "status": {"type": "string"}}, "required": ["date_of_filing", "filing_frequency", "filing_type", "financial_year", "gstin", "status", "tax_period", "tax_period_end_date", "tax_period_start_date"]}}, "hsn": {"type": "array", "items": {"type": "object", "properties": {"goods_services_desc": {"type": "string"}, "hsn_code": {"type": "string"}}, "required": ["goods_services_desc", "hsn_code"]}}}, "required": ["filing", "hsn", "info"]} |
9dec69c1-787a-40ba-91dd-8410df0eda65/e36cd44e-c190-4326-b04c-b9a5fed1dc05/0/0 | NY Times - Movie Reviews | NY Times - Movie Reviews | null | /reviews/search.json | Search for movie reviews. Supports filtering by Critics' Pick. | 200 | null | {"status": "", "copyright": "", "has_more": true, "num_results": 0, "results": [{"display_title": "", "mpaa_rating": "", "critics_pick": 0, "byline": "", "headline": "", "summary_short": "", "publication_date": "", "opening_date": "", "date_updated": "", "link": {"type": "", "url": "", "suggested_link_text": ""}, "multimedia": {"type": "", "src": "", "width": 0, "height": 0}}]} | {"type": "object", "properties": {"status": {"type": "string"}, "copyright": {"type": "string"}, "has_more": {"type": "boolean"}, "num_results": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"display_title": {"type": "string", "description": "Movie title."}, "mpaa_rating": {"type": "string", "description": "Movie MPAA rating (e.g. PG-13)."}, "critics_pick": {"type": "integer", "description": "Set to 1 if a critics' pick and 0 if not."}, "byline": {"type": "string", "description": "Author of the review (e.g. Manohla Dargis)."}, "headline": {"type": "string", "description": "Headline of the review."}, "summary_short": {"type": "string", "description": "Short summary about the review."}, "publication_date": {"type": "string", "description": "Review publication date."}, "opening_date": {"type": "string", "description": "Movie U.S. opening date."}, "date_updated": {"type": "string", "description": "Last modified date of the review."}, "link": {"type": "object", "properties": {"type": {"type": "string", "description": "Type of asset linked to. Always article."}, "url": {"type": "string", "description": "Review URL."}, "suggested_link_text": {"type": "string", "description": "Suggested text for link."}}}, "multimedia": {"type": "object", "properties": {"type": {"type": "string", "description": "Image crop name."}, "src": {"type": "string", "description": "Image URL."}, "width": {"type": "integer", "description": "Image width."}, "height": {"type": "integer", "description": "Image height."}}}}}}}} |
9dec69c1-787a-40ba-91dd-8410df0eda65/0a6e8cde-ea30-41eb-8203-55953ae271bf/2/0 | NY Times - Movie Reviews | NY Times - Movie Reviews | null | /critics/{reviewer}.json | Get movie critics. You can either specify the reviewer name or use "all", "full-time", or "part-time". | 200 | null | {"status": "", "copyright": "", "num_results": 0, "results": [{"display_name": "", "sort_name": "", "status": "", "bio": "", "seo-name": "", "multimedia": {"resource": {"type": "", "src": "", "height": 0, "width": 0, "credit": ""}}}]} | {"type": "object", "properties": {"status": {"type": "string"}, "copyright": {"type": "string"}, "num_results": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"display_name": {"type": "string", "description": "Critic's name (e.g. A. O. Scott)."}, "sort_name": {"type": "string", "description": "Field used when sorting."}, "status": {"type": "string", "description": "Status of the critic (full-time, part-time, or null)."}, "bio": {"type": "string", "description": "Short bio of critic."}, "seo-name": {"type": "string", "description": "Critic name for URL (spaces are replaced with hyphens and periods removed)."}, "multimedia": {"type": "object", "description": "Image of critic.", "properties": {"resource": {"type": "object", "properties": {"type": {"type": "string", "description": "Type of resource (always set to image)."}, "src": {"type": "string", "description": "URL of image."}, "height": {"type": "integer", "description": "Image height."}, "width": {"type": "integer", "description": "Image width."}, "credit": {"type": "string", "description": "Image photo credit."}}}}}}}}}} |
9dec69c1-787a-40ba-91dd-8410df0eda65/1989af7f-7100-4d0e-8cd5-009a7cf06af2/1/0 | NY Times - Movie Reviews | NY Times - Movie Reviews | null | /reviews/{type}.json | Get movie reviews. Can filter to only return Critics' Picks.
Supports ordering results by-publication-date or by-opening-date.
Use offset to paginate thru results, 20 at a time. | 200 | null | {"status": "", "copyright": "", "has_more": true, "num_results": 0, "results": [{"display_title": "", "mpaa_rating": "", "critics_pick": 0, "byline": "", "headline": "", "summary_short": "", "publication_date": "", "opening_date": "", "date_updated": "", "link": {"type": "", "url": "", "suggested_link_text": ""}, "multimedia": {"type": "", "src": "", "width": 0, "height": 0}}]} | {"type": "object", "properties": {"status": {"type": "string", "description": "Status of call, should be OK."}, "copyright": {"type": "string", "description": "Copyright text."}, "has_more": {"type": "boolean", "description": "Whether there are more results to paginate thru."}, "num_results": {"type": "integer", "description": "Number of movies returned in the API response results array."}, "results": {"type": "array", "items": {"type": "object", "properties": {"display_title": {"type": "string", "description": "Movie title."}, "mpaa_rating": {"type": "string", "description": "Movie MPAA rating (e.g. PG-13)."}, "critics_pick": {"type": "integer", "description": "Set to 1 if a critics' pick and 0 if not."}, "byline": {"type": "string", "description": "Author of the review (e.g. Manohla Dargis)."}, "headline": {"type": "string", "description": "Headline of the review."}, "summary_short": {"type": "string", "description": "Short summary about the review."}, "publication_date": {"type": "string", "description": "Review publication date."}, "opening_date": {"type": "string", "description": "Movie U.S. opening date."}, "date_updated": {"type": "string", "description": "Last modified date of the review."}, "link": {"type": "object", "properties": {"type": {"type": "string", "description": "Type of asset linked to. Always article."}, "url": {"type": "string", "description": "Review URL."}, "suggested_link_text": {"type": "string", "description": "Suggested text for link."}}}, "multimedia": {"type": "object", "properties": {"type": {"type": "string", "description": "Image crop name."}, "src": {"type": "string", "description": "Image URL."}, "width": {"type": "integer", "description": "Image width."}, "height": {"type": "integer", "description": "Image height."}}}}}}}} |
5ba0728b-bd45-4c1b-a0f4-9207b9f925ed/91390799-62d7-4741-bdd4-c2322e11fcd2/0/0 | Rightmove | Access an extensive range of properties on Rightmove.co.uk effortlessly! | 9.4 | suggestLocation | Lookup for locations that are available to use. This endpoint's key attribute is necessary for search requests. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5ba0728b-bd45-4c1b-a0f4-9207b9f925ed/91390799-62d7-4741-bdd4-c2322e11fcd2/1/0 | Rightmove | Access an extensive range of properties on Rightmove.co.uk effortlessly! | 9.4 | suggestLocation | Lookup for locations that are available to use. This endpoint's key attribute is necessary for search requests. | 200 | null | {"status": 200, "message": "OK", "data": [{"name": "London Bridge Station", "key": "REGION^87490"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "key": {"type": "string"}}}}}} |
5ba0728b-bd45-4c1b-a0f4-9207b9f925ed/91390799-62d7-4741-bdd4-c2322e11fcd2/2/0 | Rightmove | Access an extensive range of properties on Rightmove.co.uk effortlessly! | 9.4 | suggestLocation | Lookup for locations that are available to use. This endpoint's key attribute is necessary for search requests. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5ba0728b-bd45-4c1b-a0f4-9207b9f925ed/04008086-49da-4a49-8e30-6f38da3233f7/0/0 | Rightmove | Access an extensive range of properties on Rightmove.co.uk effortlessly! | 9.4 | searchRentalProperties | Returns all the properties for rent that matches up by the filters | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5ba0728b-bd45-4c1b-a0f4-9207b9f925ed/04008086-49da-4a49-8e30-6f38da3233f7/1/0 | Rightmove | Access an extensive range of properties on Rightmove.co.uk effortlessly! | 9.4 | searchRentalProperties | Returns all the properties for rent that matches up by the filters | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5ba0728b-bd45-4c1b-a0f4-9207b9f925ed/04008086-49da-4a49-8e30-6f38da3233f7/2/0 | Rightmove | Access an extensive range of properties on Rightmove.co.uk effortlessly! | 9.4 | searchRentalProperties | Returns all the properties for rent that matches up by the filters | 200 | null | {"status": 200, "message": "OK", "data": [{"id": 139911785, "url": "https://www.rightmove.co.uk/properties/139911785", "image": "https://media.rightmove.co.uk:443/dir/crop/10:9-16:9/101k/100426/139911785/100426_1254565_IMG_00_0000_max_476x317.jpeg", "address": "Central Hill, Crystal Palace, London, SE19", "description": "LONG LET. This great two bedroom third floor flat is set within a charming period converted property", "latitude": 51.418806, "longitude": -0.08607, "bedrooms": 1, "bathrooms": 2}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "url": {"type": "string"}, "image": {"type": "string"}, "address": {"type": "string"}, "description": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "bedrooms": {"type": "number"}, "bathrooms": {"type": "number"}}}}}} |
5ba0728b-bd45-4c1b-a0f4-9207b9f925ed/1fa3c5a7-498d-4a4d-ab93-318ecddd3e50/0/0 | Rightmove | Access an extensive range of properties on Rightmove.co.uk effortlessly! | 9.4 | searchNewPropertiesForSale | Returns all the new properties for sale that matches up by the filters | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
5ba0728b-bd45-4c1b-a0f4-9207b9f925ed/1fa3c5a7-498d-4a4d-ab93-318ecddd3e50/1/0 | Rightmove | Access an extensive range of properties on Rightmove.co.uk effortlessly! | 9.4 | searchNewPropertiesForSale | Returns all the new properties for sale that matches up by the filters | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.