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
0b5a8997-9b06-4f13-a785-82487b087670/08b436c1-c9bb-461c-8a35-733a2d09f6b2/1/0
NY Times - Most Popular
Provides services for getting the most popular articles on NYTimes.com based on emails, shares, or views.
null
/shared/{period}.json
Returns an array of the most shared articles on NYTimes.com for specified period of time (1 day, 7 days, or 30 days).
200
null
{"status": "", "copyright": "", "num_results": 0, "results": [{"url": "", "adx_keywords": "", "subsection": "", "column": "", "eta_id": 0, "section": "", "id": 0, "asset_id": 0, "nytdsection": "", "byline": "", "type": "", "title": "", "abstract": "", "published_date": "", "source": "", "updated": "", "des_facet": [], ...
{"type": "object", "properties": {"status": {"type": "string", "description": "API response status (e.g. OK)."}, "copyright": {"type": "string", "description": "Copyright message."}, "num_results": {"type": "integer", "description": "Number of articles in the results (e.g. 20)."}, "results": {"type": "array", "items": ...
0b5a8997-9b06-4f13-a785-82487b087670/5fef953d-c638-4739-a640-612c27e7078c/0/0
NY Times - Most Popular
Provides services for getting the most popular articles on NYTimes.com based on emails, shares, or views.
null
/shared/{period}/{share_type}.json
Returns an array of the most shared articles by share type on NYTimes.com for specified period of time (1 day, 7 days, or 30 days).
200
null
{"status": "", "copyright": "", "num_results": 0, "results": [{"url": "", "adx_keywords": "", "subsection": "", "column": "", "eta_id": 0, "section": "", "id": 0, "asset_id": 0, "nytdsection": "", "byline": "", "type": "", "title": "", "abstract": "", "published_date": "", "source": "", "updated": "", "des_facet": [], ...
{"type": "object", "properties": {"status": {"type": "string", "description": "API response status (e.g. OK)."}, "copyright": {"type": "string", "description": "Copyright message."}, "num_results": {"type": "integer", "description": "Number of articles in the results (e.g. 20)."}, "results": {"type": "array", "items": ...
8b72b91e-98d9-4f19-97db-7f9cc7c949a5/3caa5e44-9d67-4d46-9a44-0c8929b5f379/0/0
Costa Rica Company Data
Access to the official Costa Rican government company register via this API. Ideal for KYB purposes.
null
Search by Cedula
Search the Costa Rican government company registrar using the "Cedula" or tax identifier.
200
Example_1
{"nombre": "COOPERATIVA DE PRODUCTORES DE LECHE DOS PINOS R L", "tipoIdentificacion": "02", "regimen": {"codigo": 1, "descripcion": "R\u00e9gimen General"}, "situacion": {"moroso": "NO", "omiso": "NO", "estado": "Inscrito", "administracionTributaria": "Grandes Contribuyentes"}, "actividades": [{"estado": "A", "tipo": "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"nombre": {"type": "string"}, "tipoIdentificacion": {"type": "string"}, "regimen": {"type": "object", "properties": {"codigo": {"type": "integer"}, "descripcion": {"type": "string"}}, "required": ["codigo", "descripcion"]}, "situacion": {"ty...
37955a94-8c3a-44c0-9b68-cafd6e98968b/13ce7f00-dfc1-46e3-9cb5-a7f738b4bf24/0/0
REIT Property Data
Property level data and analytics for publicly traded Real Estate owned/operated by Real Estate Investment Trusts (REITs)
null
property-info-basic
Get basic attributes for a property.
200
Basic Property Attribute Response
{"id": 318, "reit": "AAT", "name": "Gateway Marketplace", "property_type": "Retail", "qy": "Q22022", "address": "40 N. 4Th Avenue", "city": "Chula Vista", "state": "CA", "zip": "09195", "country": "US", "county": "San Diego", "countygeoid": 6073, "msa": "San Diego-Carlsbad, CA", "msageoid": 41740}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "reit": {"type": "string"}, "name": {"type": "string"}, "property_type": {"type": "string"}, "qy": {"type": "string"}, "address": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "zip": ...
37955a94-8c3a-44c0-9b68-cafd6e98968b/2deb32db-499e-4d83-9a77-313d51e72118/0/0
REIT Property Data
Property level data and analytics for publicly traded Real Estate owned/operated by Real Estate Investment Trusts (REITs)
null
reit-index
Get a list of all available data including which REITs are available, the dates of collection, and the property types found in those REITs. No parameters required.
200
Success Response
{"reits": {"AAT": {"Q42021": ["Hotel", "Land", "Multifamily", "Office", "Retail"], "Q42022": ["MultiFamily", "MultiUse", "Office", "Retail"]}, "ACC": {"Q22022": ["Residential"], "Q32022": ["Residential"], "Q42021": ["Residential"], "Q42022": ["Residential"]}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"reits": {"type": "object", "properties": {"AAT": {"type": "object", "properties": {"Q42021": {"type": "array", "items": {"type": "string"}}, "Q42022": {"type": "array", "items": {"type": "string"}}}, "required": ["Q42021", "Q42022"]}, "ACC"...
37955a94-8c3a-44c0-9b68-cafd6e98968b/f02fb3f5-d872-4aea-8154-d28a564b64bf/0/0
REIT Property Data
Property level data and analytics for publicly traded Real Estate owned/operated by Real Estate Investment Trusts (REITs)
null
property-info-premium
Get premium attributes for a property.
200
Location Response
{"id": 318, "location": {"lat": 32.6514452, "lon": -117.0899404}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}}, "required": ["id", "location"]}
37955a94-8c3a-44c0-9b68-cafd6e98968b/f02fb3f5-d872-4aea-8154-d28a564b64bf/0/1
REIT Property Data
Property level data and analytics for publicly traded Real Estate owned/operated by Real Estate Investment Trusts (REITs)
null
property-info-premium
Get premium attributes for a property.
200
Property Size Response
{"property_size": 127861}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"property_size": {"type": "integer"}}, "required": ["property_size"]}
37955a94-8c3a-44c0-9b68-cafd6e98968b/f02fb3f5-d872-4aea-8154-d28a564b64bf/0/2
REIT Property Data
Property level data and analytics for publicly traded Real Estate owned/operated by Real Estate Investment Trusts (REITs)
null
property-info-premium
Get premium attributes for a property.
200
Valid Attributes Response
{"id": "318", "valid_keys": ["property_size", "location"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "valid_keys": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "valid_keys"]}
37955a94-8c3a-44c0-9b68-cafd6e98968b/3fd98068-3674-4c4c-ad78-d894a0cbf597/0/0
REIT Property Data
Property level data and analytics for publicly traded Real Estate owned/operated by Real Estate Investment Trusts (REITs)
null
feature-search
Search for features within distance of a latitude/longitude coordinate pair.
200
Feature Search Response
{"features": [{"feature": "starbucks", "latitude": 40.759783, "longitude": -73.985474, "distance_m": 198}, {"feature": "starbucks", "latitude": 40.757993, "longitude": -73.985633, "distance_m": 11}, {"feature": "starbucks", "latitude": 40.756643, "longitude": -73.985904, "distance_m": 155}, {"feature": "starbucks", "la...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"feature": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "distance_m": {"type": "integer"}}, "required": ["distance_m", "feature"...
37955a94-8c3a-44c0-9b68-cafd6e98968b/3fd98068-3674-4c4c-ad78-d894a0cbf597/0/1
REIT Property Data
Property level data and analytics for publicly traded Real Estate owned/operated by Real Estate Investment Trusts (REITs)
null
feature-search
Search for features within distance of a latitude/longitude coordinate pair.
200
Feature Index
{"feature_types": ["starbucks"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"feature_types": {"type": "array", "items": {"type": "string"}}}, "required": ["feature_types"]}
37955a94-8c3a-44c0-9b68-cafd6e98968b/6b0b5427-25c9-4d8d-918f-5eec347b8ebc/0/0
REIT Property Data
Property level data and analytics for publicly traded Real Estate owned/operated by Real Estate Investment Trusts (REITs)
null
property
Get IDs of properties. Geography and calendar filters are optional.
200
Success Response
{"property_ids": [319, 321, 323, 325], "qy": "Q42022"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"property_ids": {"type": "array", "items": {"type": "integer"}}, "qy": {"type": "string"}}, "required": ["property_ids", "qy"]}
b68ef6ed-55d6-4fa9-a924-62348759d091/04b8f016-1e4f-4ad6-ac52-a65b6cba27ef/0/0
CloudSystem v1.5
Última actualización de CloudSystem v1.5
null
buscar
Contáctenos para acceder a esta API
200
Example_1
{"all": [{"idDocument": "42657|ES|es|S", "idVehicule": "42657", "idsOther": [{"name": "KTYPE", "value": "58168"}, {"name": "NUMVEHGEN", "value": "108149"}], "brand": {"idBrand": "1296", "label": "BMW", "ranking": "0", "channel": null, "type": null, "brandTypes": null, "vehicleType": null, "vehicleTypes": null}, "model"...
{"type": "object"}
cb8e940b-e402-4088-b48d-fc0aed910dc5/d2ee6b04-83a6-4158-8821-a0f980127436/0/0
Budgets AI Contacts DB
Endpoints Email_Linkedin - Provide an email a professional and get the linkedin stub of the professional Budgets Contacts - Provide a linkedin URL stub of a professional and get the emails and phone numbers back
7.9
Budgets Contacts
Given a Linkedin URL stub get the contact data for the professional
200
New Example
{"document": {"_id": "62e164a7362ed813335fa0ea", "personal_email": "andrewsbaron@gmail.com, andrew.s.baron@gmail.com, scooter17@comcast.net", "business_email": "andrew.baron@pubmatic.com", "mobile_phone": "4043725124, 7703618088, 4155900640", "direct_phone": "6502411861, 6503313485"}}
{"type": "object", "properties": {"document": {"type": "object", "properties": {"_id": {"type": "string"}, "personal_email": {"type": "string"}, "business_email": {"type": "string"}, "mobile_phone": {"type": "string"}, "direct_phone": {"type": "string"}}}}}
a95e9a5b-e4c4-458c-92f2-2c7c4701a5b5/a8aa5c19-82db-456a-bffc-a775e80ddbe3/0/0
Random 1001 Functions
Discover our comprehensive random generator service, offering a variety of functions to create numeric strings, alphanumeric combinations, custom character sets, cities, names, decimals, and integers. Perfect for developers, testers, and creative professionals.
null
Generate Number
Experience the convenience of our GenerateDecimal service, designed to produce random numbers within a specified range. Ideal for developers, testers, and professionals in need of unique numerical data for various applications.
200
Generate Decimal
{"randomNumber": -0.147585074411785}
{"type": "object", "properties": {"randomNumber": {"type": "number"}}}
a95e9a5b-e4c4-458c-92f2-2c7c4701a5b5/a8aa5c19-82db-456a-bffc-a775e80ddbe3/0/1
Random 1001 Functions
Discover our comprehensive random generator service, offering a variety of functions to create numeric strings, alphanumeric combinations, custom character sets, cities, names, decimals, and integers. Perfect for developers, testers, and creative professionals.
null
Generate Number
Experience the convenience of our GenerateDecimal service, designed to produce random numbers within a specified range. Ideal for developers, testers, and professionals in need of unique numerical data for various applications.
200
Generate Integer
{"randomNumber": 39}
{"type": "object", "properties": {"randomNumber": {"type": "number"}}}
a95e9a5b-e4c4-458c-92f2-2c7c4701a5b5/cd913f83-c5d3-48df-aad1-9813d5072db2/0/0
Random 1001 Functions
Discover our comprehensive random generator service, offering a variety of functions to create numeric strings, alphanumeric combinations, custom character sets, cities, names, decimals, and integers. Perfect for developers, testers, and creative professionals.
null
Getrandomname
Introducing the GetRandomName feature, a convenient tool for generating unique and diverse names on-demand. Perfect for fictional characters, user profiles, or creative projects, effortlessly generate names without the hassle.
200
Get random female name
{"firstName": "Terri", "lastName": "Harris", "completeName": "Terri Harris", "middleName": "Chaya", "completeNameWithMiddleName": "Terri Chaya Harris"}
{"type": "object", "properties": {"gender": {"type": "string"}}}
a95e9a5b-e4c4-458c-92f2-2c7c4701a5b5/cd913f83-c5d3-48df-aad1-9813d5072db2/0/1
Random 1001 Functions
Discover our comprehensive random generator service, offering a variety of functions to create numeric strings, alphanumeric combinations, custom character sets, cities, names, decimals, and integers. Perfect for developers, testers, and creative professionals.
null
Getrandomname
Introducing the GetRandomName feature, a convenient tool for generating unique and diverse names on-demand. Perfect for fictional characters, user profiles, or creative projects, effortlessly generate names without the hassle.
200
Get random male name
{"firstName": "Nitzsche", "lastName": "Doyle", "completeName": "Nitzsche Doyle", "middleName": "Edythe", "completeNameWithMiddleName": "Nitzsche Edythe Doyle"}
{"type": "object", "properties": {"gender": {"type": "string"}}}
a95e9a5b-e4c4-458c-92f2-2c7c4701a5b5/07ca27f8-65bb-4235-95ec-f155bdd02d1d/0/0
Random 1001 Functions
Discover our comprehensive random generator service, offering a variety of functions to create numeric strings, alphanumeric combinations, custom character sets, cities, names, decimals, and integers. Perfect for developers, testers, and creative professionals.
null
GetRandomCity
Call this endpoint to get the name of a city randomly selected. Explore the world with GetRandomCity, an API endpoint that effortlessly generates the name of a random city from around the globe. Perfect for travel enthusiasts, trivia buffs, and creative professionals seeking inspiration for their next project or advent...
200
Get Random City
{"city": "Warner Robins"}
{"type": "object", "properties": {"city": {"type": "string"}}}
a95e9a5b-e4c4-458c-92f2-2c7c4701a5b5/eceaaae4-1594-4683-bb1e-f0ba2be03f3c/0/0
Random 1001 Functions
Discover our comprehensive random generator service, offering a variety of functions to create numeric strings, alphanumeric combinations, custom character sets, cities, names, decimals, and integers. Perfect for developers, testers, and creative professionals.
null
Randomnumericstring
Experience our Random Numeric String generator, a powerful tool designed to produce unique sequences of numbers with a customizable length. Ideal for developers, testers, or anyone in need of random numeric data for various applications.
200
Random Numeric String
{"randomString": "89186416"}
{"type": "object", "properties": {"randomString": {"type": "string"}}}
60a80265-b0f6-4420-a3ce-fca17920f7cf/f2c6f6c6-f629-4543-b0b4-1b1c9725db80/0/0
DolarAPI
Todas las cotizaciones actuales del Dolar en Argentina
8.6
Comodities
Cotizaciones actuales de las principales comodities
200
Example_1
[{"cotizacion": "195,11", "nombre": "Trigo (u$s/t.)"}, {"cotizacion": "125,98", "nombre": "Maiz (u$s/t.)"}, {"cotizacion": "9.960,00", "nombre": "Soja Rosario ($/t.)"}, {"cotizacion": "307,64", "nombre": "Soja Chicago (U$S/t.)"}]
{"items": {"properties": {"cotizacion": {"type": "string"}, "nombre": {"type": "string"}}, "type": "object"}, "type": "array"}
60a80265-b0f6-4420-a3ce-fca17920f7cf/71ec7599-55a4-477f-a1bd-0193cb72f0ed/0/0
DolarAPI
Todas las cotizaciones actuales del Dolar en Argentina
8.6
Resumen General
Devuelve todas las cotizaciones actuales del Dolar.
200
Example_1
{"dolarBlue": {"cronista": {"compra": "100,00", "venta": "105,00"}, "dolarHoy": {"compra": "95,00", "venta": "100,00"}, "dolarSi": {"compra": "95,000", "venta": "100,000"}, "infoDolar": {"compra": "90,00", "venta": ""}}, "dolarBolsa": {"dolarHoy": {"compra": "99,86", "venta": "100,25"}, "dolarSi": {"compra": "99,270"}}...
{"properties": {"dolarBlue": {"properties": {"cronista": {"properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "type": "object"}, "dolarHoy": {"properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "type": "object"}, "dolarSi": {"properties": {"compra": {"type": "string"}, "ven...
0d048834-8c41-42d1-9da5-caa80ec41e76/fe8d9444-1504-4cb0-a2f9-44498f6cab1f/0/0
Belgium Company Data
Access the official Belgian Government company register via this API. Ideal for KYB purposes.
null
SearchbyCompanyId
This API endpoint allows you to search for a Belgian company by its company ID
200
Example_1
{"Enterprise": {"Number": 417497106, "JuridicalSituation": {"Code": "000", "Description": [{"Value": "Normale toestand", "Language": "nl"}], "ValidityPeriod": {"Begin": "2016-10-10T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Status": {"Code": "AC", "Description": [{"Value": "Actief", "Language": "nl"}]}...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Enterprise": {"type": "object", "properties": {"Number": {"type": "integer"}, "JuridicalSituation": {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"V...
b0c18736-e9ce-4202-ada6-45d242b5f554/b3cbe911-12e0-4d50-9cc4-38ffed502bbd/0/0
Slovakia Company Data
Access the official Slovakian Government Company register via this API, ideal for KYB purposes
null
GetAddressfromCompanyLinkedID
Get the company address using the linked ID found in previous calls.
200
Example_1
{"database": "slovakia", "table": "entity_addresses", "is_view": false, "human_description_en": "where _link_entity_statement = 159", "rows": [{"_link": "159.addresses.0", "_link_entity_statement": {"value": "159", "label": "AGROMECHANIKA s.r.o."}, "type": "registered", "address": "7 \u010eorock\u00e1, Nov\u00e9 Z\u00e...
{"$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...
b0c18736-e9ce-4202-ada6-45d242b5f554/97a6662d-bd73-4911-9928-5b32b473f8e3/0/0
Slovakia Company Data
Access the official Slovakian Government Company register via this API, ideal for KYB purposes
null
SearchbyCompanyName
Search the Slovak company register using the company name. Using % as a wildcard.
200
Example_1
{"database": "slovakia", "table": "entity_statement", "is_view": false, "human_description_en": "where name like \"AGROMECHANIKA%\"", "rows": [["159", "6501157635280235044", "entityStatement", "2022-11-22", "false", "registeredEntity", "AGROMECHANIKA s.r.o.", "2013-04-30", "Slovakia", "SK", "2022-11-22", "0.2", "https:...
{"$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"...
b0c18736-e9ce-4202-ada6-45d242b5f554/4c9cba08-4bf5-4c67-b169-52b9747e3619/0/0
Slovakia Company Data
Access the official Slovakian Government Company register via this API, ideal for KYB purposes
null
SearchbycompanyId
Seach the slovak business register using the company ID.
200
Example_1
{"database": "slovakia", "table": "entity_identifiers", "is_view": false, "human_description_en": "where id = 47132809", "rows": [{"_link": "159.identifiers.0", "_link_entity_statement": {"value": "159", "label": "AGROMECHANIKA s.r.o."}, "id": "47132809", "scheme": "SK-ORSR", "schemename": "Ministry of Justice Business...
{"$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...
b0c18736-e9ce-4202-ada6-45d242b5f554/f8262a70-d4bf-4066-9c74-a7f2511845f2/0/0
Slovakia Company Data
Access the official Slovakian Government Company register via this API, ideal for KYB purposes
null
SearchpersonbyownerId
Search by a person (business owner) from the Slovak business register using the linked ID.
200
Example_1
{"database": "slovakia", "table": "person_names", "is_view": false, "human_description_en": "where _link_person_statement = 10015", "rows": [{"_link": "10015.names.0", "_link_person_statement": {"value": "10015", "label": "10015"}, "type": "individual", "fullname": "Jozef \u0160tefanides"}], "truncated": false, "filter...
{"$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...
0a41964f-18a5-4ee4-95fd-57b503f8196d/dc47add6-c98d-4b6c-bd9c-9c020ebc7d0d/0/0
Test Yelp API
Test project
null
Business Details
Test description
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"]}
3e6ae5ca-fb1b-450c-9627-774b828b86a2/5bc19277-6630-491d-8a09-1685a7442b18/0/0
Users
Users list
6.3
User Listing
User Listing
200
New Example
[{"id": 1, "username": "Missy", "name": "Missy", "email": "Missy@gmail.com", "phone": 2342345432, "website": "https://dicebear.com/playground", "address": {"street": "Street 1", "suite": "Suites 1", "city": "Mumbai", "zipcode": 400097}, "company": {"name": "Missy Private"}}, {"id": 2, "username": "Midnight", "name": "M...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "integer"}, "website": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "suite"...
14c0abf0-97a9-47af-9c36-cfa175582894/c036f089-ac03-4d2c-bd46-a189d3f3e68f/0/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByActiveIngredient
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/c036f089-ac03-4d2c-bd46-a189d3f3e68f/1/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByActiveIngredient
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/8c062876-54f5-4be7-83e2-daf37d39dc5b/0/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByPestScientificName
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/8c062876-54f5-4be7-83e2-daf37d39dc5b/1/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByPestScientificName
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/c24475e6-7529-4fde-b2a0-63596aade49d/0/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByPestCommonName
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/c24475e6-7529-4fde-b2a0-63596aade49d/1/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByPestCommonName
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/82a5c15f-c21f-43cb-8097-822ca2e05b97/0/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
GetPestsByCrop
200
null
{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO": "", "pragA_NOME_COMUM": ""}]}
{"type": "object", "properties": {"cultura": {"type": ["string", "null"]}, "pragas": {"type": ["array", "null"], "items": {"type": "object", "properties": {"pragA_NOME_CIENTIFICO": {"type": ["string", "null"]}, "pragA_NOME_COMUM": {"type": ["string", "null"]}}, "additionalProperties": false}}}, "additionalProperties": ...
14c0abf0-97a9-47af-9c36-cfa175582894/82a5c15f-c21f-43cb-8097-822ca2e05b97/1/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
GetPestsByCrop
200
null
{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO": "", "pragA_NOME_COMUM": ""}]}
{"type": "object", "properties": {"cultura": {"type": ["string", "null"]}, "pragas": {"type": ["array", "null"], "items": {"type": "object", "properties": {"pragA_NOME_CIENTIFICO": {"type": ["string", "null"]}, "pragA_NOME_COMUM": {"type": ["string", "null"]}}, "additionalProperties": false}}}, "additionalProperties": ...
14c0abf0-97a9-47af-9c36-cfa175582894/8d93b844-97af-490e-8787-231cacc11cc9/0/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByCrop
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/8d93b844-97af-490e-8787-231cacc11cc9/1/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByCrop
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/a03d32f1-2192-44e0-affd-c0e234437dea/0/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByActiveIngredientCrop
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/a03d32f1-2192-44e0-affd-c0e234437dea/1/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByActiveIngredientCrop
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/3c8c79ee-03d6-4ed5-b882-79f9e0367e6a/0/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByPestScientificNameCrop
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/3c8c79ee-03d6-4ed5-b882-79f9e0367e6a/1/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
FindByPestScientificNameCrop
200
null
[{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO"...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "inte...
14c0abf0-97a9-47af-9c36-cfa175582894/66c582d9-06ab-4589-844a-821bfed6a633/0/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
GetByRegistrationNumber
200
null
{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO":...
{"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "integer", "format": "int32", "m...
14c0abf0-97a9-47af-9c36-cfa175582894/66c582d9-06ab-4589-844a-821bfed6a633/1/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
GetByRegistrationNumber
200
null
{"id": {"timestamp": 0, "machine": 0, "pid": 0, "increment": 0, "creationTime": ""}, "nR_REGISTRO": "", "marcA_COMERCIAL": "", "formulacao": "", "ingredientE_ATIVO": "", "titulaR_DE_REGISTRO": "", "classe": "", "modO_DE_ACAO": "", "culturas": [], "pragasPorCultura": [{"cultura": "", "pragas": [{"pragA_NOME_CIENTIFICO":...
{"type": "object", "properties": {"id": {"type": "object", "properties": {"timestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "machine": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "pid": {"type": "integer", "format": "int32", "m...
14c0abf0-97a9-47af-9c36-cfa175582894/69b4ce74-8d57-40b7-a021-fe0daa4f302e/0/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
GetPests
200
null
[{"pragA_NOME_CIENTIFICO": "", "pragA_NOME_COMUM": ""}]
{"type": "array", "items": {"type": "object", "properties": {"pragA_NOME_CIENTIFICO": {"type": ["string", "null"]}, "pragA_NOME_COMUM": {"type": ["string", "null"]}}, "additionalProperties": false}}
14c0abf0-97a9-47af-9c36-cfa175582894/69b4ce74-8d57-40b7-a021-fe0daa4f302e/1/0
AgroFitData
API com informações sobre agrotoxicos fitossanitarios aprovados pelo MAPA
null
GetPests
200
null
[{"pragA_NOME_CIENTIFICO": "", "pragA_NOME_COMUM": ""}]
{"type": "array", "items": {"type": "object", "properties": {"pragA_NOME_CIENTIFICO": {"type": ["string", "null"]}, "pragA_NOME_COMUM": {"type": ["string", "null"]}}, "additionalProperties": false}}
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/65f9a3d7-8231-4a2e-9a3a-2e6d95d7ca91/2/0
paytend
paytend
null
queryPartnerRechargeListUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"accountList": [{"balance": 0, "currency": "", "digital": 0}]}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "required": ["accountList"], "properties": {"accountList": {"type": "array", "description": "A...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/41e33477-2e2c-4391-a101-7385bbc267ca/1/0
paytend
paytend
null
updateHolderUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"auditStatus": "", "description": "", "firstName": "", "holderId": "", "idNumber": "", "idType": 0, "lastName": "", "mobile": ""}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "required": ["auditStatus", "description", "firstName", "holderId", "idNumber", "idType", "las...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/466bc1cc-1fa8-44c3-9f1b-b98542afa987/2/0
paytend
paytend
null
getPartnerAccountUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"accountList": [{"balance": 0, "currency": "", "digital": 0}], "name": 0}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "required": ["accountList", "name"], "properties": {"accountList": {"type": "array", "descript...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/970f29aa-7064-4d6d-a941-d617ba6ec3db/2/0
paytend
paytend
null
createHolderUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"auditStatus": "", "description": "", "firstName": "", "holderId": "", "idNumber": "", "idType": 0, "lastName": "", "mobile": ""}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "required": ["auditStatus", "description", "firstName", "holderId", "idNumber", "idType", "las...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/0e6624b6-18dc-47fe-98ff-72121ed09d67/1/0
paytend
paytend
null
uploadPhotoUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "description": "Business data"}, "respMsg": {"type": "string", "description": "Response messag...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/a1f0fd49-69a5-4d0b-a685-40fb0ecf5f3e/2/0
paytend
paytend
null
getHolderUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "description": "Business data"}, "respMsg": {"type": "string", "description": "Response messag...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/9bcaf294-d23d-47ba-a025-5792be573118/2/0
paytend
paytend
null
reportLostCardUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"changeStatus": "", "description": ""}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "properties": {"changeStatus": {"type": "string", "description": "Change status"}, "descriptio...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/2327f5eb-7593-49c0-8b9b-16016561e21a/1/0
paytend
paytend
null
applyCardUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"applyStatus": "", "description": ""}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "required": ["applyStatus", "description"], "properties": {"applyStatus": {"type": "string", "...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/bfe0fa7c-9235-4dfe-8ad1-f539ab399593/2/0
paytend
paytend
null
cardRechargeUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"amount": 0, "currency": "", "description": "", "fee": 0, "topupStatus": ""}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "required": ["amount", "currency", "description", "fee", "topupStatus"], "properties": {"amoun...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/f03dcacf-1985-4fdd-9085-c3d2f93fe60a/4/0
paytend
paytend
null
getCardInfoUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"auditDescription": "", "auditStatus": 0, "balance": 0, "cardChannel": 0, "cardNo": "", "cardStatus": 0, "cardType": 0}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "required": ["cardType"], "properties": {"auditDescription": {"type": "string", "description":...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/bb15528b-4179-4ef1-949b-2f1dfa42cfdd/1/0
paytend
paytend
null
changeCardUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "title": "ChangeCardResponse"}, "respMsg": {"type": "string", "description": "Response message...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/6769ca06-6ac1-4eab-844e-46ca5b3b8cfa/3/0
paytend
paytend
null
retrievePasswordUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"description": "", "retrieveStatus": ""}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "properties": {"description": {"type": "string", "description": "Recover password description"...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/f93c271a-9dc5-44e3-83e7-e7bcb9b6b0c6/0/0
paytend
paytend
null
authTransDetailsUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"total": 0, "tradeList": [{"amount": 0, "authCode": "", "businessDate": "", "cardNo": "", "currency": "", "currencyTxn": "", "fee": 0, "remark": "", "tradeId": "", "tradeStatus": 0, "tradeType": 0, "txnAmount": 0}]}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "properties": {"total": {"type": "integer", "format": "int32", "description": "Total number", ...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/ebb3def5-a145-4f12-86fc-515555581907/1/0
paytend
paytend
null
getRechargeOrderUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"amount": 0, "cardId": "", "cardNo": "", "currency": "", "description": "", "fee": 0, "payAccountNum": "", "topupStatus": 0}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "required": ["amount", "currency", "description", "fee", "topupStatus"], "properties": {"amoun...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/e382fc87-19f3-493e-ac5a-a263fcd33170/1/0
paytend
paytend
null
cancelReportLossCardUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"changeStatus": "", "description": ""}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "properties": {"changeStatus": {"type": "string", "description": "Change status"}, "descriptio...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/fead4fd0-d6b1-4599-bbed-67a53c9102e3/1/0
paytend
paytend
null
queryCardTransactionListUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"total": 0, "tradeList": [{"amount": 0, "authCode": "", "businessDate": "", "cardNo": "", "currency": "", "currencyTxn": "", "fee": 0, "remark": "", "tradeId": "", "tradeStatus": 0, "tradeType": 0, "txnAmount": 0}]}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "properties": {"total": {"type": "integer", "format": "int32", "description": "Total number", ...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/e66745d7-3078-4f34-b0d8-a4f875ee6f91/4/0
paytend
paytend
null
queryApplyCardResultUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"applyStatus": "", "cardId": "", "cardNo": "", "description": ""}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "required": ["applyStatus", "cardId", "cardNo", "description"], "properties": {"applyStatus": ...
0a0b7c13-84f8-4f34-b984-cf8d112b1a0f/24668879-56d7-486c-adc1-1cb339c2f565/1/0
paytend
paytend
null
activationCardUsingPOST
200
null
{"encryptFlag": "", "respCode": "", "respData": {"activeStatus": "", "description": ""}, "respMsg": "", "signType": "", "signature": ""}
{"type": "object", "properties": {"encryptFlag": {"type": "string", "description": "Whether the response parameter is encrypted"}, "respCode": {"type": "string", "description": "Response code"}, "respData": {"type": "object", "required": ["activeStatus", "description"], "properties": {"activeStatus": {"type": "string",...
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/4ea1f301-4adb-4a5f-aa02-4fd227a3e86a/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
create-merge
This endpoint creates a PDF file from multiple templates. It merges all the PDFs into one.
200
null
{"status": "success", "file": "https://craftmypdf.com/output.pdf", "transaction_ref": "a0430897-2c94-40e1-a09b-57403d811ceb"}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}, "file": {"type": "string", "description": "Generated PDF document"}, "transaction_ref": {"type": "string", "description": "Transaction reference"}}}
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/82d6b4c4-0796-4ef2-bba9-79ce5de63779/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
list-transactions
This endpoint lists all the transactions
200
null
{"status": "success", "transactions": []}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}, "transactions": {"type": "array", "description": "Array of transactions"}}}
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/8e70bb6b-ae32-4bcc-a227-6b3d361027cf/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
create
This endpoint creates a PDF file with JSON data and your template
200
null
{"status": "success", "file": "https://craftmypdf.com/output.pdf", "transaction_ref": "a0430897-2c94-40e1-a09b-57403d811ceb"}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}, "file": {"type": "string", "description": "Generated PDF document"}, "transaction_ref": {"type": "string", "description": "Transaction reference"}}}
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/eeea51d8-7851-4c73-866b-3ea13e32338c/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
create-async
This endpoint creates a PDF file asynchronously with JSON data and your template. The API returns immediately and once the PDF document is generated, it will make a HTTP/HTTPS GET to your URL(will retry for 3 times before giving up)
200
null
{"status": "success", "transaction_ref": "a0430897-2c94-40e1-a09b-57403d811ceb", "is_async": true}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}, "transaction_ref": {"type": "string", "description": "Transaction reference"}, "is_async": {"type": "boolean", "description": "It always returns `true`"}}}
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/f872e9ad-7da3-4fc9-a5db-6bac97c376ba/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
get-account-info
This endpoint returns the account information
200
null
{"status": "success", "transactions": []}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}, "transactions": {"type": "array", "description": "Array of transactions"}}}
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/3671bac3-fd9f-4331-966b-ba6d114e6adc/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
new-template-from
This endpoint creates a new template from a template ID
200
null
{"status": "success", "template_id": "05f77b2b18ad809a"}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}, "template_id": {"type": "string", "description": "Generated PDF document"}}}
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/1ed4b6ba-dc7b-494a-a054-666ac96448ca/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
update-template
This endpoint updates the specified PDF template
200
null
{"status": "success"}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}}}
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/488f0c86-8c1f-4640-9114-956018b0c067/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
delete-template
This endpoint deletes a template
200
null
{"status": "success"}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}}}
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/a5d23206-dc65-4901-b638-587f0288173f/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
add-watermark
This endpoint add watermark to a PDF
200
null
{"status": "success", "file": "https://craftmypdf.com/output.pdf", "transaction_ref": "a0430897-2c94-40e1-a09b-57403d811ceb"}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}, "file": {"type": "string", "description": "Generated PDF document"}, "transaction_ref": {"type": "string", "description": "Transaction reference"}}}
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/496af769-bb2f-4399-a8ee-14cdf04c6763/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
create-editor-session
This endpoint creates a new PDF editor session. The PDF editor url can be embedded into an IFrame.
200
null
{"status": "success", "url": "https://craftmypdf.com/designer/?template_id=a2777b23223444&session_token=RlX2lkIjogIxzOEFROCJ9&sig=c6c7f8b90cd7901"}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}, "url": {"type": "string", "description": "Status"}}}
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/8eb27d18-9860-470e-b9af-9142a38dbced/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
list-templates
This endpoint lists all your PDF templates
200
null
{"status": "success", "templates": []}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}, "templates": {"type": "array", "description": "Array of templates"}}}
bc399b85-6f2f-4226-ae62-6d5a89c1bbbd/8ea6537b-57ad-4c59-83e3-6d1a8e045127/0/0
CraftMyPDF PDF Generation
CraftMyPDF lets you design PDF templates in any browser with a drag-and-drop editor and generate pixel-perfect PDF documents from reusable templates and JSON data.
null
merge-pdfs
This endpoint merges multiple PDF URLs
200
null
{"status": "success", "file": "https://craftmypdf.com/output.pdf", "transaction_ref": "a0430897-2c94-40e1-a09b-57403d811ceb"}
{"type": "object", "properties": {"status": {"type": "string", "description": "Status"}, "file": {"type": "string", "description": "Generated PDF document"}, "transaction_ref": {"type": "string", "description": "Transaction reference"}}}
bd219899-06eb-4e5e-8551-0d913ac6fb9a/a0e71a74-f6d3-4267-abfe-c28c68043a0a/0/0
TEST
API TEST
null
gerarEbook
This API point generate a new ebook using API.
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"]}
43750b62-ed25-4b3e-955f-e5e015847928/2c1005fc-fcb5-4472-8aff-ccb9aff5a280/0/0
Public Holidays
Retrieve religious, non-public and public holidays for 200+ countries worldwide and for any specific year
8.2
Public Holiday Endpoint
The Public Holiday API allows you to gett the public, local, religious, and other holidays of a particular country.
200
Response
[{"name": "New Year's Day", "name_local": "", "language": "", "description": "", "country": "US", "location": "United States", "type": "National", "date": "01/01/2022", "date_year": "2022", "date_month": "01", "date_day": "01", "week_day": "Saturday"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "name_local": {"type": "string"}, "language": {"type": "string"}, "description": {"type": "string"}, "country": {"type": "string"}, "location": {"type": "string"}, "type": {"type": "stri...
b816e5ac-0d9f-4d09-a4a1-625199d945a3/c333b69b-abfa-43dc-b578-501e675bf18f/0/0
Built on Wordpress
Check if a webiste is built on Wordpress
null
Check URL
Provide a URL in a https://domain.com format and this API will tell you if that website is built on Wordpress.
200
New Example
{"status": "success", "message": "Webhook data received successfully", "data": {"website": {"url": "https://techcunch.com", "Built_on_Wordpress": "Yes"}}}
{"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"website": {"type": "object", "properties": {"url": {"type": "string"}, "Built_on_Wordpress": {"type": "string"}}}}}}}
cd028dbb-4a55-4fdb-9dfd-7dbf55c7f871/0fe1588e-12f4-42b9-8c00-9a851a4475cc/0/0
New Zealand Company Data
Access to the New Zealand Business Register, official government source - ideal for KYB
null
Searchbycompanyname
This API endpoint can be used to search for a New Zealand company by it's name - ideal for KYB solutions
200
Example_1
{"pageSize": 10, "page": 0, "totalItems": 335, "sortBy": null, "sortOrder": null, "items": [{"entityStatusCode": "50", "entityName": "AIR NEW ZEALAND LIMITED", "nzbn": "9429040402543", "entityTypeCode": "LTD", "entityTypeDescription": "NZ Limited Company", "entityStatusDescription": "Registered", "tradingNames": [{"uni...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"pageSize": {"type": "integer"}, "page": {"type": "integer"}, "totalItems": {"type": "integer"}, "sortBy": {"type": "null"}, "sortOrder": {"type": "null"}, "items": {"type": "array", "items": {"type": "object", "properties": {"entityStatusCo...
be8707d3-a93f-49b1-a786-1104b8a304e9/9fe54b9b-2448-4111-9705-51579cbbfb1b/0/0
fmenossi-teste-api
fmenossi-teste-api
null
ISBN
details of books
200
New Example
{"author": "Brian Jacques", "title": "Marlfox", "year": 1998}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["author", "title", "year"]}
d3f9c32f-7a40-4f6a-8a43-f67baff9f6e0/97a0273c-7f7a-49ae-8443-bb8f2f43cf75/0/0
Postcodr
UK address lookup API with postcode-level geocoding
7.2
Lookup by postcode
Get addresses assigned to a specified postcode. Submit a postcode either with no spaces, or in its correct format (e.g. AB12 3CD).
404
Response
{"error": "Invalid postcode", "error_code": "invalid_postcode"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}, "error_code": {"type": "string"}}, "required": ["error", "error_code"]}
d3f9c32f-7a40-4f6a-8a43-f67baff9f6e0/97a0273c-7f7a-49ae-8443-bb8f2f43cf75/1/0
Postcodr
UK address lookup API with postcode-level geocoding
7.2
Lookup by postcode
Get addresses assigned to a specified postcode. Submit a postcode either with no spaces, or in its correct format (e.g. AB12 3CD).
200
Response
{"addresses": [{"postcode": "EH91UJ", "address_parts": {"line_1": "12 Grange Road", "line_2": "", "line_3": "", "line_4": "", "locality": "", "town": "Edinburgh", "county": "", "postcode": "EH91UJ"}, "formatted_html": "12 Grange Road<br>Edinburgh<br>EH91UJ", "formatted_text": "12 Grange Road, Edinburgh, EH91UJ"}, {"pos...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"addresses": {"type": "array", "items": {"type": "object", "properties": {"postcode": {"type": "string"}, "address_parts": {"type": "object", "properties": {"line_1": {"type": "string"}, "line_2": {"type": "string"}, "line_3": {"type": "stri...
e28ae7ab-c025-4827-8385-b18d9bf48a6b/38491a91-75ed-4f35-b822-2b383368c279/0/0
Test">aaaa
Test">aaaa
null
listVersionsv2
200
null
{"versions": [{"id": "v2.0", "links": [{"href": "http://127.0.0.1:8774/v2/", "rel": "self"}], "status": "CURRENT", "updated": "2011-01-21T11:33:21Z"}, {"id": "v3.0", "links": [{"href": "http://127.0.0.1:8774/v3/", "rel": "self"}], "status": "EXPERIMENTAL", "updated": "2013-07-23T11:33:21Z"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}}, "required": ["hr...
e28ae7ab-c025-4827-8385-b18d9bf48a6b/65026bb7-aa69-4879-ba33-24d58c4c620c/0/0
Test">aaaa
Test">aaaa
null
getVersionDetailsv2
203
null
{"version": {"id": "v2.0", "links": [{"href": "http://23.253.228.211:8774/v2/", "rel": "self"}, {"href": "http://docs.openstack.org/api/openstack-compute/2/os-compute-devguide-2.pdf", "rel": "describedby", "type": "application/pdf"}, {"href": "http://docs.openstack.org/api/openstack-compute/2/wadl/os-compute-2.wadl", "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"version": {"type": "object", "properties": {"id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}, "type": {"type": "string"}}, "required": ["hr...
e28ae7ab-c025-4827-8385-b18d9bf48a6b/65026bb7-aa69-4879-ba33-24d58c4c620c/1/0
Test">aaaa
Test">aaaa
null
getVersionDetailsv2
200
null
{"version": {"id": "v2.0", "links": [{"href": "http://127.0.0.1:8774/v2/", "rel": "self"}, {"href": "http://docs.openstack.org/api/openstack-compute/2/os-compute-devguide-2.pdf", "rel": "describedby", "type": "application/pdf"}, {"href": "http://docs.openstack.org/api/openstack-compute/2/wadl/os-compute-2.wadl", "rel":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"version": {"type": "object", "properties": {"id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}, "type": {"type": "string"}}, "required": ["hr...
1fc4ffde-69ff-4c66-b8f2-7ab394141d81/bca73bd6-ff81-45b3-9ad9-ad44b274c44a/0/0
Email Scraper
AI-powered email scraper for business lead generation. Ideal for marketers and individuals looking for contact emails from thousands of websites
9.3
email-extractor
Get emails scraped from url provided
200
Response
{"result": {"bob@b.org": "https://en.wikipedia.org/wiki/Email", "CITEREFc@cb.vu": "https://en.wikipedia.org/wiki/Virtual_Private_Network", "c@cb.vu": "https://en.wikipedia.org/wiki/Virtual_Private_Network"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"bob@b.org": {"type": "string"}, "CITEREFc@cb.vu": {"type": "string"}, "c@cb.vu": {"type": "string"}}, "required": ["CITEREFc@cb.vu", "bob@b.org", "c@cb.vu"]}}, "required": ["result"]}
680d36ce-96f5-4e14-9940-1b2a30c2c3fc/3bf78c4d-90a5-4ba0-8851-44e4b37f07d2/0/0
AltAPI
Elevate Business Intelligence by using Alternative Data in your market and investment research analysis.
0
Financial Statement Summarization
This endpoint leverages GPT-3.5 engine to summarize the latest financial statements of the company entered by the user. The users can enter any US Stock Ticker Symbol along with the financial statement they would like to analyze - balance_sheet, income_statement or cashflow. Within a few seconds the endpoint will gener...
202
New Example
{"TSLA'S CASHFLOW SUMMARY": "Based on the cashflow data, TSLA has a net income of $12.59 billion, which includes a significant amount of depreciation, amortization, and impairment expenses. The company also incurred $1.77 billion in inventory write-downs and $1.56 billion in share-based compensation expenses. TSLA had ...
{"type": "object", "properties": {"TSLA'S CASHFLOW SUMMARY": {"type": "string"}}}
680d36ce-96f5-4e14-9940-1b2a30c2c3fc/f302812a-8129-4ad3-9338-45d99476cd2c/0/0
AltAPI
Elevate Business Intelligence by using Alternative Data in your market and investment research analysis.
0
Social Sentiment Analysis
This endpoint provides the sentiment score along with the most popular URL page for the company for the current date. It requires the user to put in the company name as the parameter. It may happen that no results are provided, this will be because the company you've searched for either is not much talked about in the ...
202
Example_1
{"id": "ef9e18f4c88511edbf6d4fc29ef58c42", "asset": "amazon", "date": "03-15-2023", "compound_positivity_score": 0.4, "compound_sentiment": "negative", "top_url": "https://www.aboutamazon.com/news/company-news/update-from-ceo-andy-jassy-on-amazons-operating-plan-and-additional-role-eliminations", "top_url_summary": " U...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "asset": {"type": "string"}, "date": {"type": "string"}, "compound_positivity_score": {"type": "number"}, "compound_sentiment": {"type": "string"}, "top_url": {"type": "string"}, "top_url_summary": {"type": "string"...
680d36ce-96f5-4e14-9940-1b2a30c2c3fc/f302812a-8129-4ad3-9338-45d99476cd2c/1/0
AltAPI
Elevate Business Intelligence by using Alternative Data in your market and investment research analysis.
0
Social Sentiment Analysis
This endpoint provides the sentiment score along with the most popular URL page for the company for the current date. It requires the user to put in the company name as the parameter. It may happen that no results are provided, this will be because the company you've searched for either is not much talked about in the ...
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": "inte...
680d36ce-96f5-4e14-9940-1b2a30c2c3fc/ece496ca-95b4-4d6f-97df-79bfbfa257d4/0/0
AltAPI
Elevate Business Intelligence by using Alternative Data in your market and investment research analysis.
0
Text File Analysis
This POST request will allow the user to input a .TXT file which will then be analysed by the algorithm to provide KEYWORDS from the text file as well as SENTIMENT ANALYSIS on each sentence along with a compounded sentiment score for the entire text file.
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": "inte...
680d36ce-96f5-4e14-9940-1b2a30c2c3fc/ece496ca-95b4-4d6f-97df-79bfbfa257d4/1/0
AltAPI
Elevate Business Intelligence by using Alternative Data in your market and investment research analysis.
0
Text File Analysis
This POST request will allow the user to input a .TXT file which will then be analysed by the algorithm to provide KEYWORDS from the text file as well as SENTIMENT ANALYSIS on each sentence along with a compounded sentiment score for the entire text file.
202
Example_1
[{"keywords": ["Parekh", "Narbheram Harakchand Securities", "NH Securities", "GrowMore", "Harshad Mehta", "Growmore", "K-10", "the late 1990s", "Silverline Technologies", "Ranbaxy", "Zee Telefilms", "Global Trust Bank", "Software", "Aftek Infosys", "K-10", "about 16 percent", "Global", "25 percent", "Aftek Infosys", "1...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"keywords": {"type": "array", "items": {"type": "string"}}, "overall_positive_score": {"type": "number"}, "overall_negative_score": {"type": "number"}, "overall_neutral_score": {"type": "number"}, "sentence": {"typ...
680d36ce-96f5-4e14-9940-1b2a30c2c3fc/3671421b-993e-4ad0-886e-7b63cade5fef/0/0
AltAPI
Elevate Business Intelligence by using Alternative Data in your market and investment research analysis.
0
ESG Scores
ESG score stands for a company's Enviornmental, Social and Governance score. It is one of the most recent Alternative Data. This GET request provides a JSON response which includes : 1. Overall ESG Score 2. Governance Score 3. Environmental Score 4. Social Score The user is provided to input a company ticker as the par...
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": "inte...
680d36ce-96f5-4e14-9940-1b2a30c2c3fc/3671421b-993e-4ad0-886e-7b63cade5fef/1/0
AltAPI
Elevate Business Intelligence by using Alternative Data in your market and investment research analysis.
0
ESG Scores
ESG score stands for a company's Enviornmental, Social and Governance score. It is one of the most recent Alternative Data. This GET request provides a JSON response which includes : 1. Overall ESG Score 2. Governance Score 3. Environmental Score 4. Social Score The user is provided to input a company ticker as the par...
202
Example_1
{"2022-08-01 00:00:00": {"esgScore": 28.54, "governanceScore": 9.61, "environmentScore": 2.78, "socialScore": 16.16}, "2022-07-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2022-06-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"2022-08-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esg...
680d36ce-96f5-4e14-9940-1b2a30c2c3fc/098d1f23-c711-4fa7-801c-9df809103f90/0/0
AltAPI
Elevate Business Intelligence by using Alternative Data in your market and investment research analysis.
0
Google PlayStore App Reviews Analysis
This endpoint enables users to analyse the reviews of an app on Google PlayStore. This endpoint uses textual emotional classification to differentiate between reviews that are negative and positive and also labels them with certain positive and negative scores.
202
New Example
{"AppName": "snapchat", "AppID": "com.snapchat.android", "AverageScore": 2.2, "MostPositiveComment": "It's a great app I can talk to my friends, almost zero lag when I send photos and it's a great place to represent yourself on the app. I have one issue and that's the new update, while it's nice to be able to remove pe...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"AppName": {"type": "string"}, "AppID": {"type": "string"}, "AverageScore": {"type": "number"}, "MostPositiveComment": {"type": "string"}, "MostNegativeComment": {"type": "string"}, "Reviews_and_Scores": {"type": "array", "items": {"type": "...
21449850-6a19-40d0-bd15-332a18e10c08/ba1bc8a3-ee0b-4542-8a57-ec493f47d4a5/1/0
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Update webhook(s)
By providing a callback URL and one or more webhook events (from the canonical list* of all available ESOVDB webhook events), the callback URL is subscribed to the provided webhook events, and simultaneously unsubscribed from any webhook events previously subscribed to, not included in the client's request body. *For t...
200
Success
{"added": ["videos.create"], "removed": ["videos.update"], "unchanged": ["videos.delete"], "failed": []}
{"$defs": {"event": {"enum": ["videos.create", "videos.update", "videos.delete", "series.create", "series.update", "series.delete"]}}, "added": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "removed": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "unchanged": {"type": "array", "items": {"$ref": "#/$de...
21449850-6a19-40d0-bd15-332a18e10c08/29f98ad4-2740-4e28-a6a7-9a1210cf4bef/0/0
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Create webhook(s)
By providing a callback URL and one or more webhook events (from the canonical list* of all available ESOVDB webhook events), the callback URL is subscribed to those webhook events, such that when any one of them is triggered, a payload will be pushed via HTTP POST to the provided callback URL. *For the canonical list ...
200
Success
{"added": ["videos.update"], "unchanged": [], "failed": []}
{"$defs": {"event": {"enum": ["videos.create", "videos.update", "videos.delete", "series.create", "series.update", "series.delete"]}}, "added": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "unchanged": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "failed": {"type": "array", "items": {"$ref": "#/$def...
21449850-6a19-40d0-bd15-332a18e10c08/29f98ad4-2740-4e28-a6a7-9a1210cf4bef/0/1
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Create webhook(s)
By providing a callback URL and one or more webhook events (from the canonical list* of all available ESOVDB webhook events), the callback URL is subscribed to those webhook events, such that when any one of them is triggered, a payload will be pushed via HTTP POST to the provided callback URL. *For the canonical list ...
200
Success (Unchanged)
{"added": [], "unchanged": ["videos.create"], "failed": []}
{"$defs": {"event": {"enum": ["videos.create", "videos.update", "videos.delete", "series.create", "series.update", "series.delete"]}}, "added": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "unchanged": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "failed": {"type": "array", "items": {"$ref": "#/$def...
21449850-6a19-40d0-bd15-332a18e10c08/29f98ad4-2740-4e28-a6a7-9a1210cf4bef/0/2
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Create webhook(s)
By providing a callback URL and one or more webhook events (from the canonical list* of all available ESOVDB webhook events), the callback URL is subscribed to those webhook events, such that when any one of them is triggered, a payload will be pushed via HTTP POST to the provided callback URL. *For the canonical list ...
200
Success (Partial Failure)
{"added": ["videos.create", "videos.update"], "unchanged": [], "failed": ["series.create"]}
{"$defs": {"event": {"enum": ["videos.create", "videos.update", "videos.delete", "series.create", "series.update", "series.delete"]}}, "added": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "unchanged": {"type": "array", "items": {"$ref": "#/$defs/event"}}, "failed": {"type": "array", "items": {"$ref": "#/$def...
21449850-6a19-40d0-bd15-332a18e10c08/85eb2858-df32-4829-a7e2-2ed6c255f769/0/0
The Earth Science Online Video Database
Public access to all 6,100+ videos' data in the ESOVDB, in JSON format.
null
Get all videos
Gets all 6,100+ videos from the Earth Science Online Database, as a large JSON file. Even though the API server caches all the videos every 24 hours, and API users are only ever querying what videos have been added or updated since then, the resulting JSON file is large, and this request may take a moment to complete....
200
Success (default, format=zotero)
[{"zoteroKey": "QD759QK8", "zoteroVersion": 2456, "zoteroSeries": "5TKPPWXK", "title": "What Is a Meander?", "url": "https://youtu.be/STgbHFvUMlE", "year": 2013, "desc": "The development of graceful river meanders and oxbow lakes is explained in this short Two Minute Geology video. Entrenched Meanders are also explain...
{"type": "array", "items": {"anyOf": [{"$ref": "#/$defs/zotero"}, {"$ref": "#/$defs/youtube"}, {"$ref": "#/$defs/raw"}, {"$ref": "#/$defs/more"}]}, "$defs": {"zotero": {"type": "object", "properties": {"zoteroKey": {"type": "string"}, "zoteroVersion": {"type": "integer", "minimum": 0}, "zoteroSeries": {"type": "string"...