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 |
|---|---|---|---|---|---|---|---|---|---|
c1b2d15d-7300-4d9a-9829-b66ca173f6c4/b0f6aaf4-1d03-4132-8fd3-55589dd48604/2/0 | FeedbackApi | Api for gether feedbacks | null | getFeedbacks | 429 | null | {"message": "Too Many Requests"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Too Many Requests"]}}} | |
c1b2d15d-7300-4d9a-9829-b66ca173f6c4/b0f6aaf4-1d03-4132-8fd3-55589dd48604/3/0 | FeedbackApi | Api for gether feedbacks | null | getFeedbacks | 500 | null | {"message": "Internal Server Error"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Internal Server Error"]}}} | |
c1b2d15d-7300-4d9a-9829-b66ca173f6c4/0007d1f4-b613-4cd6-80d4-d2bd9e21973a/0/0 | FeedbackApi | Api for gether feedbacks | null | getFeedback | 400 | null | {"message": "Bad Request", "data": {"code": "invalid_type", "expected": "number", "received": "string", "path": ["rating"], "message": "Expected number, received string"}} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Bad Request"]}, "data": {"type": "object", "properties": {"code": {"type": "string"}, "expected": {"type": "string"}, "received": {"type": "string"}, "path": {"type": "array", "items": {"type": "string", "minItems": 1}}, ... | |
c1b2d15d-7300-4d9a-9829-b66ca173f6c4/0007d1f4-b613-4cd6-80d4-d2bd9e21973a/1/0 | FeedbackApi | Api for gether feedbacks | null | getFeedback | 200 | null | {"rating": 3, "sentiment": true, "reasons": ["solved_my_problem"], "suggestion": "Add more details", "id": "c73bcdcc-2669-4bf6-81d3-e4ae73fb11fd", "createdAt": "2020-01-01T00:00:00.000Z", "updatedAt": "2020-01-01T00:00:00.000Z", "userId": "abc", "userIP": "91.201.190.10", "tenantId": "a0b73bce-3217-4c3b-801b-3c202881b2... | {"allOf": [{"type": "object", "description": "Feedback object.", "minProperties": 1, "properties": {"rating": {"type": "number", "description": "Rating of the feedback.", "minimum": 0}, "sentiment": {"type": "boolean", "description": "Sentiment of the feedback."}, "reasons": {"type": "array", "description": "Reasons of... | |
c1b2d15d-7300-4d9a-9829-b66ca173f6c4/0007d1f4-b613-4cd6-80d4-d2bd9e21973a/2/0 | FeedbackApi | Api for gether feedbacks | null | getFeedback | 500 | null | {"message": "Internal Server Error"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Internal Server Error"]}}} | |
c1b2d15d-7300-4d9a-9829-b66ca173f6c4/0007d1f4-b613-4cd6-80d4-d2bd9e21973a/3/0 | FeedbackApi | Api for gether feedbacks | null | getFeedback | 404 | null | {"message": "Not found"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Not found"]}}} | |
c1b2d15d-7300-4d9a-9829-b66ca173f6c4/0007d1f4-b613-4cd6-80d4-d2bd9e21973a/4/0 | FeedbackApi | Api for gether feedbacks | null | getFeedback | 401 | null | {"message": "Unauthorized"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Unauthorized"]}}} | |
c1b2d15d-7300-4d9a-9829-b66ca173f6c4/0007d1f4-b613-4cd6-80d4-d2bd9e21973a/5/0 | FeedbackApi | Api for gether feedbacks | null | getFeedback | 429 | null | {"message": "Too Many Requests"} | {"type": "object", "required": ["message"], "properties": {"message": {"type": "string", "enum": ["Too Many Requests"]}}} | |
506fb069-9509-4403-9056-01fc0deeb034/0936f01a-3f96-469f-b9a2-3a8316d5e4c4/0/0 | VAZ2105 | VAZ raduet GLAZ | null | spare parts for vaz | запрос на запчасти на ваз :) | 502 | Response | {"messages": "The API is unreachable, please contact the API provider", "info": "Your Client (working) ---> Gateway (working) ---> API (not working)"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"messages": {"type": "string"}, "info": {"type": "string"}}, "required": ["info", "messages"]} |
506fb069-9509-4403-9056-01fc0deeb034/0936f01a-3f96-469f-b9a2-3a8316d5e4c4/1/0 | VAZ2105 | VAZ raduet GLAZ | null | spare parts for vaz | запрос на запчасти на ваз :) | 200 | New Example | {"city": "Vladimir", "name": "engine", "cost": 50000} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"city": {"type": "string"}, "name": {"type": "string"}, "cost": {"type": "integer"}}, "required": ["city", "cost", "name"]} |
506fb069-9509-4403-9056-01fc0deeb034/c429a1c8-c84f-4497-b619-3a68ec06bd6f/0/0 | VAZ2105 | VAZ raduet GLAZ | null | Output | vaz ne raduet glaz :( | 200 | New Example | {"result": "success"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "string"}}, "required": ["result"]} |
3c5cd1eb-d749-42e3-a763-9bd80631d1cc/0a45d482-21d7-46db-be15-dccd196c1786/0/0 | Uganda Company Data | Access the official Uganda Governmnent company register, ideal for KYB purposes | 7 | Search by company name | Perform a search on the Uganda company register by name | 200 | Example_1 | [{"name": "DAALO AIRLINES LTD", "createdAt": null, "updatedAt": "2022-12-20 00:41", "type": "company", "subType": "Private / Company limited by shares", "no": "80010000367425", "status": "Registered", "score": {"sound": 69, "text": 86}, "similarity": 227.48906}, {"name": "ALFA AIRLINES LTD", "createdAt": null, "upd... | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "", "default": "DAALO AIRLINES LTD"}, "createdAt": {}, "updatedAt": {"type": "string", "description": "", "default": "2022-12-20 00:41"}, "type": {"type": "string", "description": "", "d... |
10ef3e93-cd94-4551-9fef-db28861554ef/22e7af28-b453-4212-8403-c4f65bc8e136/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | mortgage/calculate (Deprecated) | Calculate mortgage | 200 | Response | {"meta": {"build": "3.23.180"}, "mortgage": {"loan_amount": 179920, "rate": 3.827, "term": 30, "monthly_payment": 1131, "principal_and_interest": 841, "monthly_property_taxes": 234, "monthly_home_insurance": 56, "hoa_fees": 0, "monthly_mortgage_insurance": 0, "total_payment": 302803, "down_payment": 44980}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "mortgage": {"type": "object", "properties": {"loan_amount": {"type": "integer"}, "rate": {"type": "number"}, "term": {"type": "integer"}, "month... |
10ef3e93-cd94-4551-9fef-db28861554ef/04bf11d6-d7ca-4767-9e9a-fbaf50fb60f1/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | properties/v2/list-by-mls (Deprecated) | List properties by MLS ID | 200 | Response | {"meta": {"build": "3.23.180", "schema": "core.3", "tracking_params": {"channel": "for_sale", "siteSection": "for_sale", "city": "unknown", "county": "unknown", "neighborhood": "unknown", "searchCityState": "unknown", "state": "unknown", "zip": "unknown", "srpPropertyStatus": "srp:for_sale", "listingActivity": "unknown... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}, "schema": {"type": "string"}, "tracking_params": {"type": "object", "properties": {"channel": {"type": "string"}, "siteSection": {"type": "string"}, "city": {"type": "str... |
10ef3e93-cd94-4551-9fef-db28861554ef/876318cf-be23-4e1b-b1c0-742de15cd0fb/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | properties/v2/detail (Deprecated) | Get property detail information | 200 | Response | {"meta": {"build": "3.23.180", "schema": "core.3", "tracking": "type|meta|data|resource_type|property_detail|query|client_id|rdc_mobile_native,14.13.0.68|schema|core.3|tag_version|v2^^^$0|1|2|$3|4|5|$6|7|8|9|A|B]]]", "returned_rows": 1, "matching_rows": 1, "tracking_params": {"ldpPropertyStatus": "ldp:not_for_sale", "p... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}, "schema": {"type": "string"}, "tracking": {"type": "string"}, "returned_rows": {"type": "integer"}, "matching_rows": {"type": "integer"}, "tracking_params": {"type": "obj... |
10ef3e93-cd94-4551-9fef-db28861554ef/375b9c4d-7b98-4a26-8f25-eded7dbded3a/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | locations/auto-complete (Deprecated) | Get auto complete suggestions by city, ward, street name to pass in other endpoints. This endpoint also helps to get a specific property id by its address | 200 | Response | {"meta": {"build": "3.23.180"}, "autocomplete": [{"area_type": "city", "_id": "city:ny_new-york", "_score": 23.035315, "city": "New York", "state_code": "NY", "counties": [{"name": "Queens", "fips": "36081", "state_code": "NY"}, {"name": "Kings", "fips": "36047", "state_code": "NY"}, {"name": "Richmond", "fips": "36085... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "autocomplete": {"type": "array", "items": {"type": "object", "properties": {"area_type": {"type": "string"}, "_id": {"type": "string"}, "_score"... |
10ef3e93-cd94-4551-9fef-db28861554ef/d9c7060f-a37c-42d4-8e22-fb167d65e170/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | finance/rates | Get finance rates | 200 | Response | {"meta": {"build": "3.23.180"}, "rates": {"property_tax": 1.25, "insurance_rate": 0.3, "average_rate_30_year": "3.76", "average_rate_30_year_fha": "3.841", "average_rate_30_year_va": "3.608", "average_rate_20_year": "3.578", "average_rate_15_year": "3.052", "average_rate_10_year": "2.989", "average_rate_51_arm": "2.88"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "rates": {"type": "object", "properties": {"property_tax": {"type": "number"}, "insurance_rate": {"type": "number"}, "average_rate_30_year": {"ty... |
10ef3e93-cd94-4551-9fef-db28861554ef/cd6f72a3-8077-47f1-b2aa-ad74b4b383ee/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | locations/v2/auto-complete | Get auto complete suggestions by city, ward, street name to pass in other endpoints. This endpoint also helps to get a specific property id by its address | 200 | Response | {"meta": {"build": "3.23.180"}, "autocomplete": [{"area_type": "city", "_id": "city:ny_new-york", "_score": 23.035315, "city": "New York", "state_code": "NY", "counties": [{"name": "Queens", "fips": "36081", "state_code": "NY"}, {"name": "Kings", "fips": "36047", "state_code": "NY"}, {"name": "Richmond", "fips": "36085... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "autocomplete": {"type": "array", "items": {"type": "object", "properties": {"area_type": {"type": "string"}, "_id": {"type": "string"}, "_score"... |
10ef3e93-cd94-4551-9fef-db28861554ef/e7d56e6f-2a6e-4b46-816d-494a800226d0/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | mortgage/calculate-affordability | Calculate affordability | 200 | Response | {"meta": {"success": true}, "affordability": {"calculated_price": 1255500, "monthly_payment": 7503, "principal_and_interest": 4638, "monthly_property_taxes": 1046, "monthly_home_insurance": 1255, "monthly_mortgage_insurance": 564, "hoa_fees": 0, "house_expenses_ratio": 36, "debt_to_income_ratio": 43, "range": {"20": {"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}, "affordability": {"type": "object", "properties": {"calculated_price": {"type": "integer"}, "monthly_payment": {"type": "integer"}, "princip... |
10ef3e93-cd94-4551-9fef-db28861554ef/33ea2b3c-9a2d-4fb2-b640-b6f2c45e2d19/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | mortgage/v2/calculate | Calculate mortgage | 200 | Response | {"meta": {"build": "3.23.180"}, "mortgage": {"loan_amount": 179920, "rate": 3.827, "term": 30, "monthly_payment": 1131, "principal_and_interest": 841, "monthly_property_taxes": 234, "monthly_home_insurance": 56, "hoa_fees": 0, "monthly_mortgage_insurance": 0, "total_payment": 302803, "down_payment": 44980}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "mortgage": {"type": "object", "properties": {"loan_amount": {"type": "integer"}, "rate": {"type": "number"}, "term": {"type": "integer"}, "month... |
10ef3e93-cd94-4551-9fef-db28861554ef/7f52ca0c-76cc-40e9-9988-9a4cdedb75f2/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | properties/v3/detail | Get property detail information (include new Home Value feature) | 200 | Response | {"meta": {"build": "3.23.180", "schema": "legacy", "tracking": "type|meta|data|resource_type|property_detail|query|schema|legacy|client_id|rdc_mobile_native,10.33.1|tag_version|v2|listing_id|608763437|prop_status|for_sale^^^$0|1|2|$3|4|5|$6|7|8|9|A|B|C|D|E|F]]]", "tracking_params": {"ldpPropertyStatus": "ldp:for_sale",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}, "schema": {"type": "string"}, "tracking": {"type": "string"}, "tracking_params": {"type": "object", "properties": {"ldpPropertyStatus": {"type": "string"}, "pageType": {"... |
10ef3e93-cd94-4551-9fef-db28861554ef/63ee5cf1-2db4-4367-b95d-59e47f520966/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | properties/v3/get-surroundings | Get surroundings data around a property | 200 | Response | {"meta": {"build": "3.23.180", "schema": "legacy", "tracking": "type|meta|data|resource_type|property_detail|query|schema|legacy|client_id|rdc_mobile_native,10.33.1|tag_version|v2|listing_id|608763437|prop_status|for_sale^^^$0|1|2|$3|4|5|$6|7|8|9|A|B|C|D|E|F]]]", "tracking_params": {"ldpPropertyStatus": "ldp:for_sale",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}, "schema": {"type": "string"}, "tracking": {"type": "string"}, "tracking_params": {"type": "object", "properties": {"ldpPropertyStatus": {"type": "string"}, "pageType": {"... |
10ef3e93-cd94-4551-9fef-db28861554ef/1e31c295-ee86-4df7-b69b-0795e7c8b10c/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | properties/v3/get-photos | Get photos of a property | 200 | Response | {"meta": {"build": "3.23.180", "schema": "legacy", "tracking": "type|meta|data|resource_type|property_detail|query|schema|legacy|client_id|rdc_mobile_native,10.33.1|tag_version|v2|listing_id|608763437|prop_status|for_sale^^^$0|1|2|$3|4|5|$6|7|8|9|A|B|C|D|E|F]]]", "tracking_params": {"ldpPropertyStatus": "ldp:for_sale",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}, "schema": {"type": "string"}, "tracking": {"type": "string"}, "tracking_params": {"type": "object", "properties": {"ldpPropertyStatus": {"type": "string"}, "pageType": {"... |
10ef3e93-cd94-4551-9fef-db28861554ef/53d00c38-c6fb-48e0-9cd3-a1f9b3c5a2f2/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | properties/detail (Deprecated) | Get property detail information | 200 | Response | {"meta": {"build": "3.23.180", "schema": "legacy", "tracking": "type|meta|data|resource_type|property_detail|query|schema|legacy|client_id|rdc_mobile_native,10.33.1|tag_version|v2|listing_id|608763437|prop_status|for_sale^^^$0|1|2|$3|4|5|$6|7|8|9|A|B|C|D|E|F]]]", "tracking_params": {"ldpPropertyStatus": "ldp:for_sale",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}, "schema": {"type": "string"}, "tracking": {"type": "string"}, "tracking_params": {"type": "object", "properties": {"ldpPropertyStatus": {"type": "string"}, "pageType": {"... |
10ef3e93-cd94-4551-9fef-db28861554ef/34910f14-a995-4088-92f3-135a55c6348f/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | properties/v3/get-commute-time | Get commute time to travel to a location | 200 | Response | {"meta": {"build": "3.23.180", "schema": "legacy", "tracking": "type|meta|data|resource_type|property_detail|query|schema|legacy|client_id|rdc_mobile_native,10.33.1|tag_version|v2|listing_id|608763437|prop_status|for_sale^^^$0|1|2|$3|4|5|$6|7|8|9|A|B|C|D|E|F]]]", "tracking_params": {"ldpPropertyStatus": "ldp:for_sale",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}, "schema": {"type": "string"}, "tracking": {"type": "string"}, "tracking_params": {"type": "object", "properties": {"ldpPropertyStatus": {"type": "string"}, "pageType": {"... |
10ef3e93-cd94-4551-9fef-db28861554ef/05e8e288-d1d9-417e-9949-5c97aa97156c/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | mortgage/check-equity-rates | Check mortgage equity rates | 200 | Response | {"meta": {"version": "2.0.0", "count": 16}, "rates": [{"advertiser": "New American Funding", "annualFee": 0, "apr": 0, "autoDebitDisc": 0, "conditions": "Access Your Home\u2019s Equity with a Cash-Out Refinance", "cpcUrl": "https://mortgagerates.icanbuy.com/api/click/index/searchID/1724915115411271102/lenderid/16293061... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "count": {"type": "integer"}}, "required": ["count", "version"]}, "rates": {"type": "array", "items": {"type": "object", "properties": {"advertiser": {"type": "string"}... |
10ef3e93-cd94-4551-9fef-db28861554ef/cda223bb-1273-4f97-8165-792a7c69f026/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | agents/get-reviews | Get agent reviews | 200 | Response | [{"comment": "Doug was always available to answer questions, provide additional information and insight to the selling of a home. ", "rating": 5, "id": "924e4908-6512-4933-8599-7cd7b0066b15", "display_name": "wdhughes", "year": "2020", "location": "Palmdale, CA", "source_id": "RDC", "responsiveness": 5, "negotiation_sk... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "rating": {"type": "integer"}, "id": {"type": "string"}, "display_name": {"type": "string"}, "year": {"type": "string"}, "location": {"type": "string"}, "source_id": {"type": "string"... |
10ef3e93-cd94-4551-9fef-db28861554ef/bf81f6b5-811e-446c-ae4c-17887193f899/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | agents/get-profile | Get agent profile | 200 | Response | {"_id": "5680d51789a68901006ae7c0", "profile_name": "Douglas Terrell-agent", "profile_description": "default agent role for Douglas Terrell", "role": "agent", "default": true, "fulfillment_id": 1633379, "nrds_id": "150577018", "fullname": "Doug Terrell", "firstname": "Douglas", "middlename": "", "lastname": "Terrell", ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"_id": {"type": "string"}, "profile_name": {"type": "string"}, "profile_description": {"type": "string"}, "role": {"type": "string"}, "default": {"type": "boolean"}, "fulfillment_id": {"type": "integer"}, "nrds_id": {"type": "string"}, "full... |
10ef3e93-cd94-4551-9fef-db28861554ef/e33cf623-f66b-4621-8612-dc75558cc681/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | schools/list-nearby (Deprecated) | List schools that are near the property | 200 | Response | {"meta": {"build": "3.23.180"}, "schools": [{"nces_id": "062523003773", "id": "078590231", "greatschools_id": "0601317", "name": "Robert P. Ulrich Elementary School", "education_levels": ["elementary"], "funding_type": "public", "lat": 35.122802, "lon": -117.967056, "student_count": 527, "student_teacher_ratio": 26, "l... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "schools": {"type": "array", "items": {"type": "object", "properties": {"nces_id": {"type": "string"}, "id": {"type": "string"}, "greatschools_id... |
10ef3e93-cd94-4551-9fef-db28861554ef/6372cdfe-1ed8-47f2-abb6-c5ba3fb42fff/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | properties/list-similarities (Deprecated) | List similar properties | 200 | Response | {"meta": {"build": "3.23.180"}, "results": {"similar_homes": {"total": 17, "count": 10, "properties": [{"property_id": "9694054624", "listing_id": "2940241523", "last_sold_price": null, "list_price_min": null, "list_price_max": null, "list_price": 1650000, "href": "https://www.realtor.com/realestateandhomes-detail/720-... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "results": {"type": "object", "properties": {"similar_homes": {"type": "object", "properties": {"total": {"type": "integer"}, "count": {"type": "... |
10ef3e93-cd94-4551-9fef-db28861554ef/7d019f94-bc9b-48cd-b062-39346e773547/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | properties/list-by-mls (Deprecated) | List properties by MLS ID | 200 | Response | {"meta": {"build": "3.23.180", "schema": "mapsearch", "tracking_params": {"channel": "for_sale", "siteSection": "for_sale", "city": "unknown", "county": "unknown", "neighborhood": "unknown", "searchCityState": "unknown", "state": "unknown", "zip": "unknown", "srpPropertyStatus": "srp:for_sale", "listingActivity": "unkn... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"build": {"type": "string"}, "schema": {"type": "string"}, "tracking_params": {"type": "object", "properties": {"channel": {"type": "string"}, "siteSection": {"type": "string"}, "city": {"type": "str... |
10ef3e93-cd94-4551-9fef-db28861554ef/dc7e5055-2694-4169-9226-31587b2690ea/0/0 | Realty in US | This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such as realtor.com | 9.9 | agents/get-recommendations | Get agent's recommendations | 200 | Response | [{"comment": "Doug was fantastic to work with. He was always there when we had a question. He constantly kept us informed with what was going on with our home. He is very professional and cares about his clients.", "id": "2a88cc96-a127-4520-ae40-a9d74fbc1753", "email": "jmesswein66@gmail.com", "display_name": "Jeremy E... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "id": {"type": "string"}, "email": {"type": "string"}, "display_name": {"type": "string"}, "photo": {"type": "string"}, "video": {"type": "null"}, "source_id": {"type": "string"}, "la... |
5c85124a-b186-4721-a3d0-c9d99f901d86/a97039a1-0cf3-4e6c-a870-2897e719f6a9/0/0 | validate | Simple email address validator. Email validation avoids email marketing delivery issues. | null | validate | Simply validate the email by passing it in the query parameter.
The response json contains status key which will tell whether an email is valid or not.
status key can have 3 values
1) valid - indicates a valid email
2) invalid - indicates an invalid email
3) disposable - indicates disposable email
The other keys are se... | 200 | Response | {"address": "mosalah@gmail.com", "status": "valid", "account": "mosalah", "domain": "gmail.com", "mxFound": true, "mxRecord": "gmail-smtp-in.l.google.com", "suggestion": "", "reason": "Mailbox verified"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"address": {"type": "string"}, "status": {"type": "string"}, "account": {"type": "string"}, "domain": {"type": "string"}, "mxFound": {"type": "boolean"}, "mxRecord": {"type": "string"}, "suggestion": {"type": "string"}, "reason": {"type": "s... |
5ea18239-fbff-44cd-8863-81ddf02babb8/5e2c0a86-a64d-4b80-96c4-cb65b17a0073/0/0 | API de plaque d'immatriculation (France) | L’API de plaque d’immatriculation est un service web qui permet d’accéder aux données techniques des véhicules immatriculés en France. Grâce à cette API, il est possible de connaître les caractéristiques d’un véhicule à partir de sa plaque d’immatriculation, comme la marque, le modèle, le type de carburant, les émissio... | 0 | plaque | Plaque d'immatriculation française | 200 | Response | {"error": false, "code": "200", "data": {"AWN_immat": "EH-826-NS", "AWN_date_mise_en_circulation": "15-12-2016", "AWN_VIN": "WDC2533051F124960", "AWN_max_speed": "210", "AWN_energie": "GASOIL", "AWN_nbr_cylindres": "4", "AWN_vitesse_moteur": "2850", "AWN_empattement": "2873", "AWN_Indicateur_pluie": "0", "AWN_nbr_cylin... | {"type": "object", "properties": {"error": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"AWN_immat": {"type": "string"}, "AWN_date_mise_en_circulation": {"type": "string"}, "AWN_VIN": {"type": "string"}, "AWN_max_speed": {"type": "string"}, "AWN_energie": {"type": "string"}... |
7d2195ce-a53d-4153-831e-341db89ca19d/af58b3d3-01c2-4dfb-808e-23340a524838/0/0 | Quick Barcodes | Generate barcodes for your shop and your inventory | null | Create Barcode | Generate your barcode,
{"barcode_type":<BARCODE_TYPE>, "text":<TEXT>}
is the text to generate the barcode from
is the barcode style you want to use:
Values for each type:
EAN-8: "ean8"
EAN-13: "ean13"
EAN-14: "ean14"
ISBN-10: "isbn10"
ISBN-13: "isbn13"
ISSN: "issn"
Code 39: "code39"
Code 128: "code128" | 200 | New Example | {"text": "1234567890123", "barcode": "BASE64RESULT"} | {"type": "object", "properties": {"text": {"type": "string"}, "barcode": {"type": "string"}}} |
b280d559-cca4-49f1-9f7e-505dca1507e9/d03f7316-8923-4479-9d08-d6ca67457e85/0/0 | SignFree API's | Integrate E-Signature in your app just 10 minutes
See the tutorial: https://www.youtube.com/watch?v=9Ti3H73YhWs | null | Sign Document using base64 (CreateEnvelope) | Create an Envelope by uploading a document in base64 (json). You don't know how to convert a file tobase64? You can use this website for example https://base64.guru/converter/encode/pdf | 200 | Example_1 | {"id": "3ee2725a-5560-46fb-a48d-6f6ed8398b1d", "creationDate": "2023-08-24T20:06:58.730+00:00", "lastUpdatedDate": "2023-08-24T20:06:58.723+00:00", "owner": {"id": "020a8318-3611-33c2-af66-d0050e52dc8b", "hasSigned": false, "validation": [], "email": "myemai@signfree.io"}, "recipients": [], "notificationChannels": [], ... | {"type": "object", "properties": {"id": {"type": "string"}, "creationDate": {"type": "string", "format": "date-time"}, "lastUpdatedDate": {"type": "string", "format": "date-time"}, "reminder": {"type": "object", "properties": {"reminderExpirationInMinutes": {"type": "integer", "format": "int32", "minimum": -2147483648,... |
b280d559-cca4-49f1-9f7e-505dca1507e9/7c7e57ad-cbf4-4024-b22f-c8f4aee390f3/0/0 | SignFree API's | Integrate E-Signature in your app just 10 minutes
See the tutorial: https://www.youtube.com/watch?v=9Ti3H73YhWs | null | RetrieveEnvelope | Retrieve an Envelope | 200 | Example_1 | {"id": "", "creationDate": "", "lastUpdatedDate": "", "reminder": {"reminderExpirationInMinutes": 0, "reminderTimeInMinutes": 0}, "owner": {"id": "", "phoneUpdateDate": "", "type": "TO", "hasSigned": true, "actorId": "", "firstName": "", "lastName": "", "email": "", "phone": "", "companyName": ""}, "recipients": [{"id"... | {"type": "object", "properties": {"id": {"type": "string"}, "creationDate": {"type": "string", "format": "date-time"}, "lastUpdatedDate": {"type": "string", "format": "date-time"}, "reminder": {"type": "object", "properties": {"reminderExpirationInMinutes": {"type": "integer", "format": "int32", "minimum": -2147483648,... |
b280d559-cca4-49f1-9f7e-505dca1507e9/2e3b9154-ed7b-4334-a171-5ddc03fbd4c3/0/0 | SignFree API's | Integrate E-Signature in your app just 10 minutes
See the tutorial: https://www.youtube.com/watch?v=9Ti3H73YhWs | null | SignDocument using multipart request (CreateEnvelope ) | Create an Envelope by uploading a document in binary format (multipart) | 200 | Example_1 | {"id": "", "creationDate": "", "lastUpdatedDate": "", "reminder": {"reminderExpirationInMinutes": 0, "reminderTimeInMinutes": 0}, "owner": {"id": "", "phoneUpdateDate": "", "type": "TO", "hasSigned": true, "actorId": "", "firstName": "", "lastName": "", "email": "", "phone": "", "companyName": ""}, "recipients": [{"id"... | {"type": "object", "properties": {"id": {"type": "string"}, "creationDate": {"type": "string", "format": "date-time"}, "lastUpdatedDate": {"type": "string", "format": "date-time"}, "reminder": {"type": "object", "properties": {"reminderExpirationInMinutes": {"type": "integer", "format": "int32", "minimum": -2147483648,... |
b280d559-cca4-49f1-9f7e-505dca1507e9/0ccd8464-fd63-450e-b1be-aad747c58d38/0/0 | SignFree API's | Integrate E-Signature in your app just 10 minutes
See the tutorial: https://www.youtube.com/watch?v=9Ti3H73YhWs | null | UpdateEnvelopeStatus | Update the envelope status and trigger the notification | 200 | Example_1 | {"id": "", "creationDate": "", "lastUpdatedDate": "", "reminder": {"reminderExpirationInMinutes": 0, "reminderTimeInMinutes": 0}, "owner": {"id": "", "phoneUpdateDate": "", "type": "TO", "hasSigned": true, "actorId": "", "firstName": "", "lastName": "", "email": "", "phone": "", "companyName": ""}, "recipients": [{"id"... | {"type": "object", "properties": {"id": {"type": "string"}, "creationDate": {"type": "string", "format": "date-time"}, "lastUpdatedDate": {"type": "string", "format": "date-time"}, "reminder": {"type": "object", "properties": {"reminderExpirationInMinutes": {"type": "integer", "format": "int32", "minimum": -2147483648,... |
7551a3fc-1de6-4937-bf19-bf0ed992e505/a21aa022-a0f5-41ca-ae0e-35816721a9e4/0/0 | LinkedIn Profile Data | Returns LinkedIn profile data from a given username. | 8.5 | Profile data | Get LinkedIn profile data with username | 200 | New Example | {"username": "williamhgates", "avatar": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/williamhgates/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20220811%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20220811T182715Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Si... | {"type": "object", "properties": {"username": {"type": "string"}, "avatar": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "fullName": {"type": "string"}, "headline": {"type": "string"}, "location": {"type": "object", "properties": {"country": {"type": "string"}, "countryName": {"t... |
4cf48510-6cb6-4c22-9031-a0d74f059e43/3da133bd-dacc-4c6e-ba8a-4399d7986580/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | Validate Address | The "Validate Address" endpoint is an API to validate addresses. To use this endpoint, users must provide an address as an input. The endpoint then checks the address if it is valid. | 200 | Response | {"valid": false} | {"type": "object", "properties": {"valid": {"type": "boolean"}}} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/6ec462ab-ab66-41e4-8e1f-cbd04672eb9c/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | IsWeekendDetctor | The "IsWeekendDetector" endpoint is an API that detects whether a given date is a weekend or not. | 200 | Response | {"dayNumber": 6, "weekDay": "Saturday", "isWeekend": true} | {"type": "object", "properties": {"dayNumber": {"type": "integer"}, "weekDay": {"type": "string"}, "isWeekend": {"type": "boolean"}}} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/25df1c6e-e2ef-41c1-a5b3-e3ede063a947/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | Currrentmonth | This API endpoint allows users to retrieve various details about the current month. The user can input a specific month and year, as well as an output format, to receive details about that month instead of the current one. | 200 | Response | {"lastDayOfMonth": "Fri Mar 31 2023 00:00:00 GMT+0000 (Coordinated Universal Time)", "firstDayOfMonth": "Wed Mar 01 2023 00:00:00 GMT+0000 (Coordinated Universal Time)", "daysInMonth": 31, "workdays": ["Wed Mar 01 2023 00:00:00 GMT+0000 (Coordinated Universal Time)", "Thu Mar 02 2023 00:00:00 GMT+0000 (Coordinated Univ... | {"type": "object", "properties": {"lastDayOfMonth": {"type": "string"}, "firstDayOfMonth": {"type": "string"}, "daysInMonth": {"type": "integer"}, "workdays": {"type": "array", "items": {"type": "string"}}, "saturdays": {"type": "array", "items": {"type": "string"}}, "sundays": {"type": "array", "items": {"type": "stri... |
4cf48510-6cb6-4c22-9031-a0d74f059e43/00b41718-8f28-4b56-8c9a-6183b71fb15b/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | DetectBIC | The "DetectBic" endpoint is a software API that verifies the validity of a Bank Identifier Code (BIC). To use this endpoint, users provide the BIC as an input, and the endpoint checks whether the provided BIC is valid or not. If the BIC is valid, the output will indicate that it is valid, otherwise it will indicate tha... | 200 | Response | {"valid": true} | {"type": "object", "properties": {"valid": {"type": "boolean"}}} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/0d1baeea-38ca-4b98-aed2-203db61dacbf/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | Nation To ISO | The "Nation to ISO" REST endpoint is an API that converts a nation's name to its corresponding ISO country code, or vice versa. Users can input either the nation name or the ISO code, and the endpoint will return the corresponding output. For example, if the input is "South Africa", the output will be "ZA", while if th... | 200 | iso -> nation | {"nation": "Spain"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"nation": {"type": "string"}}, "required": ["nation"]} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/0d1baeea-38ca-4b98-aed2-203db61dacbf/0/1 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | Nation To ISO | The "Nation to ISO" REST endpoint is an API that converts a nation's name to its corresponding ISO country code, or vice versa. Users can input either the nation name or the ISO code, and the endpoint will return the corresponding output. For example, if the input is "South Africa", the output will be "ZA", while if th... | 200 | nation -> iso | {"nation": "South Africa"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"nation": {"type": "string"}}, "required": ["nation"]} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/3cd4796c-b12f-4102-ba8d-3499b43c3668/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | Convertcurrency | Convert an amount to a different currency on a given date. | 200 | Response | {"convertedAmount": 5.7, "dataDate": "08.02.2022"} | {"type": "object", "properties": {"convertedAmount": {"type": "number"}, "dataDate": {"type": "string"}}} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/22dbe85e-10df-4010-af40-7fba5d459a0e/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | Calculate Week | An empty body returns data about the current week. | 200 | Response | {"workingDate": "2023-02-08T14:11:53+00:00", "weekNumber": 6, "firstDayOfWeek": "2023-02-06T00:00:00+00:00", "lastDayOfWeek": "2023-02-12T23:59:59+00:00"} | {"type": "object", "properties": {"workingDate": {"type": "string"}, "weekNumber": {"type": "integer"}, "firstDayOfWeek": {"type": "string"}, "lastDayOfWeek": {"type": "string"}}} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/6299a0c7-b8db-4724-90d6-10dec47cfd8c/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | LookupVATrates | The "LookupVATrates" REST endpoint is an API that provides the value-added tax (VAT) rate for a specific country. To use this endpoint, users must provide the two-letter country code for the country they wish to lookup. Once the endpoint receives this information, it will return the VAT rate as output. | 200 | Response | {"country": "Germany", "vat_name": "Umsatzsteuer", "vat_abbr": "USt", "standard_rate": 19, "reduced_rate": 7, "reduced_rate_alt": false, "super_reduced_rate": false, "parking_rate": false} | {"type": "object", "properties": {"country": {"type": "string"}, "vat_name": {"type": "string"}, "vat_abbr": {"type": "string"}, "standard_rate": {"type": "integer"}, "reduced_rate": {"type": "integer"}, "reduced_rate_alt": {"type": "boolean"}, "super_reduced_rate": {"type": "boolean"}, "parking_rate": {"type": "boolea... |
4cf48510-6cb6-4c22-9031-a0d74f059e43/c7f72076-dbbd-4f57-99cb-0b74a0c98ad2/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | IPtoGEOLocation | The "IPtoGEOLocation" REST endpoint is an API that maps IP addresses to geographical locations. Users must provide an IP address as input to retrieve the corresponding geographical location. This endpoint uses IP geolocation data to identify the latitude and longitude of the provided IP address. Users can input both IP... | 200 | Response | {"status": "success", "country": "Germany", "countryCode": "DE", "region": "RP", "regionName": "Rheinland-Pfalz", "city": "Waldfischbach-Burgalben", "zip": "67714", "lat": 49.2794, "lon": 7.6671, "timezone": "Europe/Berlin", "isp": "Deutsche Telekom AG", "org": "Deutsche Telekom AG", "as": "AS3320 Deutsche Telekom AG",... | {"type": "object", "properties": {"status": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionName": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "timezone": {"typ... |
4cf48510-6cb6-4c22-9031-a0d74f059e43/6e3c52f7-293e-4f72-a7a1-adfd580fe212/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | DetectHolidays | This endpoint can be used to return the holidays periods in a given year and country specifying its countryCode | 200 | Response | {"holidays": [{"date": "2022-01-01 00:00:00", "start": "2021-12-31T23:00:00.000Z", "end": "2022-01-01T23:00:00.000Z", "name": "Neujahr", "type": "public", "rule": "01-01"}, {"date": "2022-01-06 00:00:00", "start": "2022-01-05T23:00:00.000Z", "end": "2022-01-06T23:00:00.000Z", "name": "Heilige Drei K\u00f6nige", "type":... | {"type": "object", "properties": {"holidays": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "rule": {"type": "string"}}}}}} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/2117ee5d-94f8-45b6-b271-91136a79e33b/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | CalculateBody-MassIndex(BMI) | Takes two attributes height and weight to calculate and return the corresponding category in the body-mass index. | 200 | Response | {"bmi": 24.69, "bmiClassification": "normal", "dbw": 72, "kcal": 2160, "nutrients": {"carbohydrates": 324, "protein": 81, "fat": 60}} | {"type": "object", "properties": {"bmi": {"type": "number"}, "bmiClassification": {"type": "string"}, "dbw": {"type": "integer"}, "kcal": {"type": "integer"}, "nutrients": {"type": "object", "properties": {"carbohydrates": {"type": "integer"}, "protein": {"type": "integer"}, "fat": {"type": "integer"}}}}} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/bcf84638-682e-43ff-a01f-7ca9c780ae78/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | Validateemail | This endpoint checks if a given email is valid or not. It there is an detectable error in the email address, the corrected one will be included in the response. | 200 | Response | {"valid": true, "emailCorrected": "pa1928sch@hotmail.com"} | {"type": "object", "properties": {"valid": {"type": "boolean"}, "emailCorrected": {"type": "string"}}} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/23592b98-f025-4d5c-b684-01da9b39a26b/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | Switch Timezone | The "Switch Timezone" REST endpoint is an API that allows users to convert a given timestamp from one timezone to another. To use this endpoint, users must provide the input timestamp, input timezone, and destination timezone as inputs. The endpoint then converts the input timestamp from the input timezone to the desti... | 200 | Response | {"convertedTime": "17.12.2021 18:03:00.000 GMT +01:00 (GMT+1)", "timeZone": "Europe/Berlin"} | {"type": "object", "properties": {"convertedTime": {"type": "string"}, "timeZone": {"type": "string"}}} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/a8841f64-aa29-41ab-842e-19c27a08387b/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | SplitnameLastnameandFirstname | The "SplitnameLastnameandFirstname" REST endpoint is an API that splits a full name into separate first and last name components. To use this endpoint, users must provide the full name to be split as input. The endpoint will then attempt to split the name into separate components based on common name patterns, such as ... | 200 | Response | {"firstName": "Pascal Theodore Jannik", "lastName": "Sch\u00fcler"} | {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}}} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/3477649d-322a-4bf6-82ea-d1a324a3821e/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | VerifyaDomain | This endpoint can be used to check if a domain is valid or not. | 200 | Response | {"domain": "https://irgnedneinasdf.de/prices/test.pdf"} | {"type": "object", "properties": {"domain": {"type": "string"}}} |
4cf48510-6cb6-4c22-9031-a0d74f059e43/8373a92b-429a-4669-9eb9-f3461782fac4/0/0 | Useful Business 1001 Functions | 1001 Functions to enhance your business via API. Access a comprehensive API offering various business functions, including VAT rate lookup, geolocation, currency conversion, email validation, domain verification, BMI calculation, and more. | null | Detect Gender by Name | Given a firstName this endpoint returns whether the person is likely to be a female or male individual. | 200 | Response | {"firstname": "Andreas", "detectedGender": "male"} | {"type": "object", "properties": {"firstname": {"type": "string"}, "detectedGender": {"type": "string"}}} |
f5b0ab77-7e8f-427b-9ba0-f6640c008760/7e7ead9c-1e5c-4823-a966-d22950bae770/0/0 | Idealista | Query for rent and sale properties in Spain, Italy, Portugal | 9.5 | zois/detail | Get information about specific zone of interest | 200 | Response | {"id": "metro-porta-romana", "name": "Metro Porta Romana", "relatedLocationId": "0-EU-IT-MI", "shape": {"type": "MultiPolygon", "coordinates": [[[[9.20289, 45.4482], [9.20257, 45.44821], [9.20225, 45.44823], [9.20193, 45.44826], [9.20162, 45.44831], [9.20131, 45.44838], [9.20101, 45.44845], [9.20071, 45.44854], [9.2004... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "relatedLocationId": {"type": "string"}, "shape": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type... |
f5b0ab77-7e8f-427b-9ba0-f6640c008760/9f5a9337-2229-482b-9de1-b99ed842b946/0/0 | Idealista | Query for rent and sale properties in Spain, Italy, Portugal | 9.5 | properties/detail | Get property detail | 200 | Response | {"message": "ad not found", "httpStatus": 404, "ad": {"adid": 19899037, "operation": "rent", "propertyType": "bedrooms", "locationId": "0-EU-IT-MI-01-001-135-04-002", "lastDeactivationDate": 1637838741000, "deactivationReason": "user", "tracking": {"unsubscriptionId": 18, "stateCode": "A"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "httpStatus": {"type": "integer"}, "ad": {"type": "object", "properties": {"adid": {"type": "integer"}, "operation": {"type": "string"}, "propertyType": {"type": "string"}, "locationId": {"type": "string"}, "la... |
f5b0ab77-7e8f-427b-9ba0-f6640c008760/6165a708-c4ba-4ad0-a2bc-862f853f9efc/0/0 | Idealista | Query for rent and sale properties in Spain, Italy, Portugal | 9.5 | auto-complete | Get auto complete suggestion by term or phrase | 200 | Response | {"locations": [{"name": "Roma, Roma", "locationId": "0-EU-IT-RM-01-001-097", "divisible": true, "type": "location", "suggestedLocationId": 14859, "subTypeText": "Comune"}, {"name": "Roma", "locationId": "0-EU-IT-RM", "divisible": true, "type": "location", "suggestedLocationId": 16206, "subTypeText": "Provincia"}, {"nam... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"locations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "locationId": {"type": "string"}, "divisible": {"type": "boolean"}, "type": {"type": "string"}, "suggestedLocationId": {"type": "integer"},... |
2d717f74-b169-414e-9834-ff916b1d6875/954a9c65-ecdc-46ae-884d-c3a294fac22b/0/0 | Business and company name API | Use this Know-Your-Business Process (KYB) API to validate registered companies and business names recognised by the Corporate Affairs Commission (CAC). You have enpoints to search, validate name availability and validate and fetch business and company registration numbers. | 8.4 | Query Name Availability | This endpoint queries the database for a company name for it's availability. If the company name already exists, a boolean FALSE is returned in the response body and TRUE if otherwise. | 200 | Company Name Not Available | {"message": "Success", "generated_on": "2022-10-10T06:07:57.2723045+00:00", "data": false, "api_version": "1.0", "success": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "generated_on": {"type": "string"}, "data": {"type": "boolean"}, "api_version": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["api_version", "data", "generated_on", "message", "success"]} |
2d717f74-b169-414e-9834-ff916b1d6875/954a9c65-ecdc-46ae-884d-c3a294fac22b/0/1 | Business and company name API | Use this Know-Your-Business Process (KYB) API to validate registered companies and business names recognised by the Corporate Affairs Commission (CAC). You have enpoints to search, validate name availability and validate and fetch business and company registration numbers. | 8.4 | Query Name Availability | This endpoint queries the database for a company name for it's availability. If the company name already exists, a boolean FALSE is returned in the response body and TRUE if otherwise. | 200 | Company Name Available | {"message": "Success", "generated_on": "2022-10-10T06:09:11.1878484+00:00", "data": true, "api_version": "1.0", "success": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "generated_on": {"type": "string"}, "data": {"type": "boolean"}, "api_version": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["api_version", "data", "generated_on", "message", "success"]} |
2d717f74-b169-414e-9834-ff916b1d6875/bcce3e65-8c43-4624-87e2-705fde703724/0/0 | Business and company name API | Use this Know-Your-Business Process (KYB) API to validate registered companies and business names recognised by the Corporate Affairs Commission (CAC). You have enpoints to search, validate name availability and validate and fetch business and company registration numbers. | 8.4 | Search By Registration Number | Search company information by the company or business' registration number issued by the CAC. It returns a single match if the registration number exists. | 404 | New Example | {"message": "Invalid company registrationNumber. Company does not exist.", "generated_on": "2022-10-10T06:05:56.1712257+00:00", "data": null, "api_version": "1.0", "success": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "generated_on": {"type": "string"}, "data": {"type": "null"}, "api_version": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["api_version", "data", "generated_on", "message", "success"]} |
2d717f74-b169-414e-9834-ff916b1d6875/bcce3e65-8c43-4624-87e2-705fde703724/1/0 | Business and company name API | Use this Know-Your-Business Process (KYB) API to validate registered companies and business names recognised by the Corporate Affairs Commission (CAC). You have enpoints to search, validate name availability and validate and fetch business and company registration numbers. | 8.4 | Search By Registration Number | Search company information by the company or business' registration number issued by the CAC. It returns a single match if the registration number exists. | 200 | New Example | {"message": "Success", "generated_on": "2022-10-09T14:52:58.7526875+00:00", "data": {"id": "714b05c4-32fd-45fa-a4c1-9a41efc5d5d3", "companyName": "RUTOB LIMITED", "registrationNumber": "RC - 1754689", "address": "IGBOGENE SCHOOL ROAD, ,", "status": "INACTIVE (Visit CAC and update your status)", "registrationDate": "Dat... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "generated_on": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "companyName": {"type": "string"}, "registrationNumber": {"type": "string"}, "address": {"type": "string"}... |
2d717f74-b169-414e-9834-ff916b1d6875/1fe77f30-82db-41fa-8a80-d34ba6a1b937/0/0 | Business and company name API | Use this Know-Your-Business Process (KYB) API to validate registered companies and business names recognised by the Corporate Affairs Commission (CAC). You have enpoints to search, validate name availability and validate and fetch business and company registration numbers. | 8.4 | Search Company By Name | Do you know the company name? you can make a search of company information with just the name. You will get hits of all companies and businesses that are matching that particular name. | 200 | New Example | {"api_version": "1.0", "generated_on": "2022-10-09T14:51:32.4811381+00:00", "count": 1, "limit": 20, "page": 1, "items": [{"id": "d0a2fbde-11f5-4796-adbc-71b976e2d76b", "companyName": "ESK GLOBAL SERVICES LIMITED", "registrationNumber": "RC - 1855308", "address": "ASABA BENIN EXPRESS WAY, ,", "status": "ACTIVE", "regis... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"api_version": {"type": "string"}, "generated_on": {"type": "string"}, "count": {"type": "integer"}, "limit": {"type": "integer"}, "page": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"typ... |
2d717f74-b169-414e-9834-ff916b1d6875/d6f40b04-c5dc-43f0-9944-62d4c095d235/0/0 | Business and company name API | Use this Know-Your-Business Process (KYB) API to validate registered companies and business names recognised by the Corporate Affairs Commission (CAC). You have enpoints to search, validate name availability and validate and fetch business and company registration numbers. | 8.4 | Get All Companies (Paginated) | This endpoint gets all the companies and business as in the CAC database. | 200 | New Example | {"api_version": "1.0", "generated_on": "2022-10-10T05:43:40.954498+00:00", "count": 3209, "limit": 20, "page": 1, "items": [{"id": "06f71a9c-8b5e-427a-b069-1c27990459eb", "companyName": "PEACECALL NIG LIMITED", "registrationNumber": "RC - 1771535", "address": "15/17 ABIMBOLA STREET,ISOLO INDUSTRIAL ESTATE,OPPOSITE JOHN... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"api_version": {"type": "string"}, "generated_on": {"type": "string"}, "count": {"type": "integer"}, "limit": {"type": "integer"}, "page": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"typ... |
d1f9f76e-2d9c-4337-9527-f5d608b2de36/3ca2a38e-00b9-469b-a4e6-c6e3579b0710/0/0 | QRCode API With Logo | An API to generate a QR code. You can add a logo to the center if you'd like as well as change the colors of the QR Code. | null | Generate QR Code | Generates a QR Code for you. | 200 | Response | {"status": "success", "url": "https://i.imgur.com/LxuM0RJ.png"} | {"type": "object", "properties": {"status": {"type": "string"}, "url": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/1e0cfeeb-e9c0-4cfd-94aa-90f8cae2d1e4/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Update default email | The endpoint allows to update default email and other parameters in a template. You can send parameters in the request body (like default_email, inviter_role, name, role_id etc. ) to change these parameters in an existing template. | 200 | New Example | {"id": "463de30db7374c109b177a0aafa3bb3558d13e26", "document_id": "1907302b26e94ce9a411131a45c5b57052f48a35", "data": [{"default_email": "", "inviter_role": false, "name": "Signer 1", "role_id": "f8614db6ffed49c49ad9f1d80628b5bf22eb1f80", "signing_order": 1}], "cc": [], "cc_step": [], "invite_link_instructions": [], "v... | {"type": "object", "properties": {"id": {"type": "string"}, "document_id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"default_email": {"type": "string"}, "inviter_role": {"type": "boolean"}, "name": {"type": "string"}, "role_id": {"type": "string"}, "signing_order": {"type... |
53aa37cfe4b00287471a0adb/8e0a5f90-8bd0-4a49-817e-d16fa58cf828/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | [Embedded signing] Upload document | Uploads a file to user's account and returns unique id of the uploaded document. Accepts .doc, .docx, .pdf, .xls, .xlsx, .ppt, .pptx and
.png file types.
Maximum file size per upload is 50 Mb.
The same limit works for the attachments uploaded by signers via SignNow editor. | 200 | id string | {"id": "9cXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"} | {"type": "object", "properties": {"id": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/08a8f1cf-6fb8-4d64-9979-6efe330d5cd5/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Delete document | The endpoint allows to delete a document. | 200 | New Example | {"status": "success"} | {"type": "object", "properties": {"status": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/784d10a0-8e19-4f00-b146-16036ed9b2b3/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | [Create singing link] Upload document | Uploads a file to user's account and returns unique id of the uploaded document. Accepts .doc, .docx, .pdf, .xls, .xlsx, .ppt, .pptx and
.png file types.
Maximum file size per upload is 50 Mb.
The same limit works for the attachments uploaded by signers via SignNow editor. | 200 | id string | {"id": "9cXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"} | {"type": "object", "properties": {"id": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/670b675a-dcc2-4083-823e-c289dbb68556/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Send a free form invite | Creates and sends a free form invite to sign a document. The endpoint sends the document without fields. | 200 | New Example | {"status": "success"} | {"type": "object", "properties": {"status": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/5317cab5-04ea-4ae0-b456-d06c816fc670/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | [Free form invite] Upload document | Uploads a file to user's account and returns unique id of the uploaded document. Accepts .doc, .docx, .pdf, .xls, .xlsx, .ppt, .pptx and
.png file types.
Maximum file size per upload is 50 Mb.
The same limit works for the attachments uploaded by signers via SignNow editor. | 200 | id string | {"id": "9cXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"} | {"type": "object", "properties": {"id": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/30468c0e-6c3e-474f-9b03-e8db4b76f92c/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | [Free form invite] Authentication | Returns an access token for a user. | 200 | New Example | {"expires_in": 2592000, "token_type": "bearer", "access_token": "7cXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "refresh_token": "59XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "scope": "*", "last_login": 1} | {"type": "object", "properties": {"expires_in": {"type": "integer"}, "token_type": {"type": "string"}, "access_token": {"type": "string"}, "refresh_token": {"type": "string"}, "scope": {"type": "string"}, "last_login": {"type": "integer"}}} |
53aa37cfe4b00287471a0adb/d2df4302-ee09-494b-974e-845688242076/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Cancel field invite | The endpoint allows to cancel field invite. | 200 | New Example | {"status": "success"} | {"type": "object", "properties": {"status": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/558f4117-eff1-43ec-b0fd-5239efd3efee/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Reassign signer | The endpoint allows to reassign signer: to send a field invite to other email. | 200 | New Example | {"status": "success"} | {"type": "object", "properties": {"status": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/d1b8eea0-95bf-4bc4-a2a4-42d1802092f7/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Resend field invite | The endpoint allows to resend field invite. | 200 | New Example | {"result": "success"} | {"type": "object", "properties": {"result": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/9c54571d-ae3f-4186-9e6e-0505ba89c03c/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Get field and field invite id | The endpoint returns field and field invite ids. | 200 | New Example | {"id": "ef20dee055904369a52ea2126138e38b4bff7736", "parent_id": "23fcedd1709a428faf39aa821bd0c9ce51eb6138", "user_id": "561388e041154321a7c166bd0bf942c5807319f5", "document_name": "sample", "page_count": "2", "created": "1679659482", "updated": "1680263314", "original_filename": "sample.pdf", "origin_document_id": null... | {"type": "object", "properties": {"id": {"type": "string"}, "parent_id": {"type": "string"}, "user_id": {"type": "string"}, "document_name": {"type": "string"}, "page_count": {"type": "string"}, "created": {"type": "string"}, "updated": {"type": "string"}, "original_filename": {"type": "string"}, "origin_document_id": ... |
53aa37cfe4b00287471a0adb/7adf8d61-017c-423b-af3f-dc294e697061/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Field invite | Creates and sends a field invite to sign a document. Field invite sends the document which contains fields and has to be filled out and signed in a specific order. | 200 | New Example | {"status": "success"} | {"type": "object", "properties": {"status": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/92240ff2-fd0e-4c75-b60f-8083de7c3d41/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Authentication | Returns an access token for a user. | 200 | New Example | {"expires_in": 2592000, "token_type": "bearer", "access_token": "7cXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "refresh_token": "59XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "scope": "*", "last_login": 1} | {"type": "object", "properties": {"expires_in": {"type": "integer"}, "token_type": {"type": "string"}, "access_token": {"type": "string"}, "refresh_token": {"type": "string"}, "scope": {"type": "string"}, "last_login": {"type": "integer"}}} |
53aa37cfe4b00287471a0adb/c26aded0-94e2-472b-8271-7c5fd8e51678/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Upload document | Uploads a file to user's account and returns unique id of the uploaded document. Accepts .doc, .docx, .pdf, .xls, .xlsx, .ppt, .pptx and
.png file types.
Maximum file size per upload is 50 Mb.
The same limit works for the attachments uploaded by signers via SignNow editor. | 200 | id string | {"id": "9cXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"} | {"type": "object", "properties": {"id": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/f5ebff92-af2c-43ae-b231-0d3c1ad6a290/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Add field signature | The endpoint allows to add signature field to a document. The signer can put a signature to this field. | 200 | New Example | {"id": "3dXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"} | {"type": "object", "properties": {"id": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/65223a1c-6291-4815-8ae7-7f0489d12b15/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | [Create singing link] Authentication | Returns an access token for a user. | 200 | New Example | {"expires_in": 2592000, "token_type": "bearer", "access_token": "7cXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "refresh_token": "59XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "scope": "*", "last_login": 1} | {"type": "object", "properties": {"expires_in": {"type": "integer"}, "token_type": {"type": "string"}, "access_token": {"type": "string"}, "refresh_token": {"type": "string"}, "scope": {"type": "string"}, "last_login": {"type": "integer"}}} |
53aa37cfe4b00287471a0adb/7441c893-7b8b-44eb-ab3b-6a9f6e06f9df/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | [Embedded signing] Authentication | Returns an access token for a user. | 200 | New Example | {"expires_in": 2592000, "token_type": "bearer", "access_token": "7cXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "refresh_token": "59XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "scope": "*", "last_login": 1} | {"type": "object", "properties": {"expires_in": {"type": "integer"}, "token_type": {"type": "string"}, "access_token": {"type": "string"}, "refresh_token": {"type": "string"}, "scope": {"type": "string"}, "last_login": {"type": "integer"}}} |
53aa37cfe4b00287471a0adb/d9eea69c-c487-4291-9198-7a23a1a11c86/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Delete embedded invites | Delete embedded invites for a document. | 422 | New Example | {"errors": [{"code": 19001006, "message": "Document has no pending or created embedded invites."}]} | {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}}}}} |
53aa37cfe4b00287471a0adb/d9eea69c-c487-4291-9198-7a23a1a11c86/1/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Delete embedded invites | Delete embedded invites for a document. | 404 | New Example | {"errors": [{"code": 19000001, "message": "Document not found"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}}}, "required": ["errors"]} |
53aa37cfe4b00287471a0adb/d9eea69c-c487-4291-9198-7a23a1a11c86/2/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Delete embedded invites | Delete embedded invites for a document. | 403 | New Example | {"errors": [{"code": 19001002, "message": "User is not document owner."}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}}}, "required": ["errors"]} |
53aa37cfe4b00287471a0adb/0bf0b576-b356-4d33-a6a0-4192b4a2a2be/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Get signing links | The endpoint allows to get all existing signing links and IDs of these signing links. | 200 | New Example | {"data": [{"id": "c5741311a06f44baaa3d236f01c148c8280f87ee", "hash": "YFWjc049", "active": true, "count": 0, "created": 1680694214}, {"id": "57516e125e3d4eea8b8510a254960ed13ae279b2", "hash": "i5jv8cGL", "active": true, "count": 0, "created": 1680694214}], "meta": {"pagination": {"total": 2, "count": 2, "per_page": 15,... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "hash": {"type": "string"}, "active": {"type": "boolean"}, "count": {"type": "integer"}, "created": {"type": "integer"}}}}, "meta": {"type": "object", "properties": {"pagination": {"type": "o... |
53aa37cfe4b00287471a0adb/0345c3d4-f24a-4259-b092-6c4f61053e6a/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Deactivate signing link | Allows API users to activate or deactivate the existing signing links. | 204 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
53aa37cfe4b00287471a0adb/f35e45df-a84e-4160-9591-b5569c43b725/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Make document from template | Creates a new document copy out of template. If a name is not supplied than it will default to the original template name. | 200 | New Example | {"id": "ceXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "document_name": "New document"} | {"type": "object", "properties": {"id": {"type": "string"}, "document_name": {"type": "string"}}} |
53aa37cfe4b00287471a0adb/f1e73683-2946-456e-a2a0-d0750996d584/0/0 | SignNow | Deliver a seamless eSignature experience from your website, CRM, or custom app by integrating the signNow REST API. Simplify the signing and management of documents online, make your teams more productive, and delight customers with intuitive and easy-to-use electronic signatures. Create branded eSignature workflows wi... | 0.2 | Get role ids for template | The endpoint allows to get role ids for a template. | 200 | New Example | {"id": "190XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "parent_id": "ea9XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "user_id": "561XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "document_name": "Template_from_Sample_3", "page_count": "2", "created": "1680614662", "updated": "1680614662", "original_filename": "Template_from_Sample_3.pdf", "origin_d... | {"type": "object", "properties": {"id": {"type": "string"}, "parent_id": {"type": "string"}, "user_id": {"type": "string"}, "document_name": {"type": "string"}, "page_count": {"type": "string"}, "created": {"type": "string"}, "updated": {"type": "string"}, "original_filename": {"type": "string"}, "origin_document_id": ... |
7151f64a-9649-4df0-a8c0-e4382cc9a45f/da178c15-fad9-4944-8126-25e66e2a9fed/0/0 | Working Hour Calculation | Attendance API helps you do total hours calculation based on the checkin, checkout data. 🚀 | null | Calculate Hours | Attendance API helps you do total hours calculation based on the checkin, checkout data. 🚀 | 200 | New Example | {"columns": ["uid", "date", "hour"], "data": [[1, "2022-01-01", "12:00:00"]], "index": [0]} | {"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "array"}}, "index": {"type": "array", "items": {"type": "integer"}}}} |
5981d215-67d8-4e58-8603-b9448b0b1e42/c7f8a1fa-5ae7-44c8-ba52-22cfb05a2bac/0/0 | Entity Risk | The Entity Risk API accesses our risk intelligence data. | 6.5 | Risk Scoring | The Risk Scoring endpoint returns a Sigma Risk score for a given search term. | 200 | New Example | {"filters": {"threshold": 0.95, "sources": ["ofac_sdn_list"]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"filters": {"type": "object", "properties": {"threshold": {"type": "number"}, "sources": {"type": "array", "items": {"type": "string"}}}, "required": ["sources", "threshold"]}}, "required": ["filters"]} |
a617101b-0190-4456-a932-cee1c3bc5471/988e1950-91e7-463a-9ca5-8ee14b7e31a5/2/0 | Hello OpenAPI | Hi | null | /Merchant/Login/Recover/{id}/ | Generates a new password for the specified account and sends him an email with the username and the new password | 400 | Another bad value | {"code": 599, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."} | {"not": {"description": "409 Resource Already Exists"}, "oneOf": [{"example": {"error": {"code": 501, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."}}, "properties": {"error": {"properties": {"code": {"deprecated": false, "format": "int32", "maxLengt... |
a617101b-0190-4456-a932-cee1c3bc5471/988e1950-91e7-463a-9ca5-8ee14b7e31a5/2/1 | Hello OpenAPI | Hi | null | /Merchant/Login/Recover/{id}/ | Generates a new password for the specified account and sends him an email with the username and the new password | 400 | This is an invalid value | {"code": 501, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."} | {"not": {"description": "409 Resource Already Exists"}, "oneOf": [{"example": {"error": {"code": 501, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."}}, "properties": {"error": {"properties": {"code": {"deprecated": false, "format": "int32", "maxLengt... |
a617101b-0190-4456-a932-cee1c3bc5471/988e1950-91e7-463a-9ca5-8ee14b7e31a5/5/0 | Hello OpenAPI | Hi | null | /Merchant/Login/Recover/{id}/ | Generates a new password for the specified account and sends him an email with the username and the new password | 200 | Example_1 | {"success": ""} | {"properties": {"success": {"type": "boolean"}}, "type": "object"} |
a617101b-0190-4456-a932-cee1c3bc5471/3cd38d51-e453-4599-9573-16c43c0a453a/1/0 | Hello OpenAPI | Hi | null | getStoreExtended | 400 | This is an invalid value | {"code": 501, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."} | {"not": {"description": "409 Resource Already Exists"}, "oneOf": [{"example": {"error": {"code": 501, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."}}, "properties": {"error": {"properties": {"code": {"deprecated": false, "format": "int32", "maxLengt... | |
a617101b-0190-4456-a932-cee1c3bc5471/3cd38d51-e453-4599-9573-16c43c0a453a/1/1 | Hello OpenAPI | Hi | null | getStoreExtended | 400 | Another bad value | {"code": 599, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."} | {"not": {"description": "409 Resource Already Exists"}, "oneOf": [{"example": {"error": {"code": 501, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."}}, "properties": {"error": {"properties": {"code": {"deprecated": false, "format": "int32", "maxLengt... | |
a617101b-0190-4456-a932-cee1c3bc5471/90e48a72-cc26-47f5-8407-87f1e7d86dac/3/0 | Hello OpenAPI | Hi | null | getMerchant | 400 | This is an invalid value | {"code": 501, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."} | {"not": {"description": "409 Resource Already Exists"}, "oneOf": [{"example": {"error": {"code": 501, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."}}, "properties": {"error": {"properties": {"code": {"deprecated": false, "format": "int32", "maxLengt... | |
a617101b-0190-4456-a932-cee1c3bc5471/90e48a72-cc26-47f5-8407-87f1e7d86dac/3/1 | Hello OpenAPI | Hi | null | getMerchant | 400 | Another bad value | {"code": 599, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."} | {"not": {"description": "409 Resource Already Exists"}, "oneOf": [{"example": {"error": {"code": 501, "message": "Bad request. Invalid input parameters. Missing required parameters. Parameter 'account_id' is required."}}, "properties": {"error": {"properties": {"code": {"deprecated": false, "format": "int32", "maxLengt... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.