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": [], "org_facet": [], "per_facet": [], "geo_facet": [], "media": [{"type": "", "subtype": "", "caption": "", "copyright": "", "approved_for_syndication": true, "media-metadata": []}], "uri": ""}]}
{"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": {"type": "object", "properties": {"url": {"type": "string", "description": "Article's URL."}, "adx_keywords": {"type": "string", "description": "Semicolon separated list of keywords."}, "subsection": {"type": "string", "description": "Article's subsection (e.g. Politics). Can be empty string."}, "column": {"type": "string", "description": "Deprecated. Set to null."}, "eta_id": {"type": "integer", "description": "Deprecated. Set to 0."}, "section": {"type": "string", "description": "Article's section (e.g. Sports)."}, "id": {"type": "integer", "description": "Asset ID number (e.g. 100000007772696)."}, "asset_id": {"type": "integer", "description": "Asset ID number (e.g. 100000007772696)."}, "nytdsection": {"type": "string", "description": "Article's section (e.g. sports)."}, "byline": {"type": "string", "description": "Article's byline (e.g. By Thomas L. Friedman)."}, "type": {"type": "string", "description": "Asset type (e.g. Article, Interactive, ...)."}, "title": {"type": "string", "description": "Article's headline (e.g. When the Cellos Play, the Cows Come Home)."}, "abstract": {"type": "string", "description": "Brief summary of the article."}, "published_date": {"type": "string", "description": "When the article was published on the web (e.g. 2021-04-19)."}, "source": {"type": "string", "description": "Publisher (e.g. New York Times)."}, "updated": {"type": "string", "description": "When the article was last updated (e.g. 2021-05-12 06:32:03)."}, "des_facet": {"type": "array", "items": {"type": "string"}, "description": "Array of description facets (e.g. Quarantine (Life and Culture))."}, "org_facet": {"type": "array", "items": {"type": "string"}, "description": "Array of organization facets (e.g. Sullivan Street Bakery)."}, "per_facet": {"type": "array", "items": {"type": "string"}, "description": "Array of person facets (e.g. Bittman, Mark)."}, "geo_facet": {"type": "array", "items": {"type": "string"}, "description": "Array of geographic facets (e.g. Canada)."}, "media": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string", "description": "Asset type (e.g. image)."}, "subtype": {"type": "string", "description": "Asset subtype (e.g. photo)."}, "caption": {"type": "string", "description": "Media caption."}, "copyright": {"type": "string", "description": "Media credit."}, "approved_for_syndication": {"type": "boolean", "description": "Whether media is approved for syndication."}, "media-metadata": {"type": "array", "items": {"type": "object", "properties": {"url": {"description": "**Omitted**"}, "format": {"description": "**Omitted**"}, "height": {"description": "**Omitted**"}, "width": {"description": "**Omitted**"}}}, "description": "Media metadata (url, width, height, ...)."}}}, "description": "Array of images."}, "uri": {"type": "string", "description": "An article's globally unique identifier."}}}, "description": "Array of articles."}}}
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": [], "org_facet": [], "per_facet": [], "geo_facet": [], "media": [{"type": "", "subtype": "", "caption": "", "copyright": "", "approved_for_syndication": true, "media-metadata": []}], "uri": ""}]}
{"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": {"type": "object", "properties": {"url": {"type": "string", "description": "Article's URL."}, "adx_keywords": {"type": "string", "description": "Semicolon separated list of keywords."}, "subsection": {"type": "string", "description": "Article's subsection (e.g. Politics). Can be empty string."}, "column": {"type": "string", "description": "Deprecated. Set to null."}, "eta_id": {"type": "integer", "description": "Deprecated. Set to 0."}, "section": {"type": "string", "description": "Article's section (e.g. Sports)."}, "id": {"type": "integer", "description": "Asset ID number (e.g. 100000007772696)."}, "asset_id": {"type": "integer", "description": "Asset ID number (e.g. 100000007772696)."}, "nytdsection": {"type": "string", "description": "Article's section (e.g. sports)."}, "byline": {"type": "string", "description": "Article's byline (e.g. By Thomas L. Friedman)."}, "type": {"type": "string", "description": "Asset type (e.g. Article, Interactive, ...)."}, "title": {"type": "string", "description": "Article's headline (e.g. When the Cellos Play, the Cows Come Home)."}, "abstract": {"type": "string", "description": "Brief summary of the article."}, "published_date": {"type": "string", "description": "When the article was published on the web (e.g. 2021-04-19)."}, "source": {"type": "string", "description": "Publisher (e.g. New York Times)."}, "updated": {"type": "string", "description": "When the article was last updated (e.g. 2021-05-12 06:32:03)."}, "des_facet": {"type": "array", "items": {"type": "string"}, "description": "Array of description facets (e.g. Quarantine (Life and Culture))."}, "org_facet": {"type": "array", "items": {"type": "string"}, "description": "Array of organization facets (e.g. Sullivan Street Bakery)."}, "per_facet": {"type": "array", "items": {"type": "string"}, "description": "Array of person facets (e.g. Bittman, Mark)."}, "geo_facet": {"type": "array", "items": {"type": "string"}, "description": "Array of geographic facets (e.g. Canada)."}, "media": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string", "description": "Asset type (e.g. image)."}, "subtype": {"type": "string", "description": "Asset subtype (e.g. photo)."}, "caption": {"type": "string", "description": "Media caption."}, "copyright": {"type": "string", "description": "Media credit."}, "approved_for_syndication": {"type": "boolean", "description": "Whether media is approved for syndication."}, "media-metadata": {"type": "array", "items": {"type": "object", "properties": {"url": {"description": "**Omitted**"}, "format": {"description": "**Omitted**"}, "height": {"description": "**Omitted**"}, "width": {"description": "**Omitted**"}}}, "description": "Media metadata (url, width, height, ...)."}}}, "description": "Array of images."}, "uri": {"type": "string", "description": "An article's globally unique identifier."}}}, "description": "Array of articles."}}}
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": "P", "codigo": "152002", "descripcion": "ELABORACION DE PRODUCTOS LACTEOS"}, {"estado": "A", "tipo": "S", "codigo": "155403", "descripcion": "ELABORACION DE BEBIDAS NO ALCOHOLICAS / GASEOSAS / AGUA MINERAL Y DE MANANTIAL"}, {"estado": "A", "tipo": "S", "codigo": "153301", "descripcion": "ELABORACION DE ALIMENTOS PARA ANIMALES DOMESTICOS"}, {"estado": "A", "tipo": "S", "codigo": "152003", "descripcion": "ELABORACION Y VENTA DE PRODUCTOS LACTEOS INCLUIDOS EN CANASTA BASICA"}, {"estado": "A", "tipo": "S", "codigo": "154303", "descripcion": "ELABORACION DE DULCES, GOLOSINAS Y CONSERVAS EN AZUCAR"}, {"estado": "A", "tipo": "S", "codigo": "523912", "descripcion": "VENTA AL POR MENOR Y MAYOR DE PRODUCTOS E INSUMOS AGROPECUARIOS"}, {"estado": "A", "tipo": "S", "codigo": "701002", "descripcion": "ALQUILER DE LOCALES COMERCIALES Y CENTROS COMERCIALES"}, {"estado": "A", "tipo": "S", "codigo": "659907", "descripcion": "INGRESOS POR INTERESES DIFERENTES AL COMERCIO DEL PRESTAMO"}, {"estado": "A", "tipo": "S", "codigo": "741402", "descripcion": "ASESORAMIENTO EMPRESARIAL Y EN MATERIA DE GESTION"}, {"estado": "A", "tipo": "S", "codigo": "155103", "descripcion": "ELABORACION DE BEBIDAS CON PORCENTAJE DE ALCOHOL POR VOLUMEN MENOR AL 15%."}, {"estado": "A", "tipo": "S", "codigo": "552004", "descripcion": "SERVICIO DE RESTAURANTE, CAFETERIAS, SODAS Y OTROS EXPENDIOS DE COMIDA"}, {"estado": "A", "tipo": "S", "codigo": "521201", "descripcion": "ABASTECEDORES, PULPERIAS O MINI-SUPER"}, {"estado": "A", "tipo": "S", "codigo": "602001", "descripcion": "SERVICIO DE TRANSPORTE DE CARGA POR VIA TERRESTRE"}, {"estado": "A", "tipo": "S", "codigo": "012301", "descripcion": "CRIA Y VENTA DE GANADO BOVINO (VACUNO) Y BUFALO"}, {"estado": "A", "tipo": "S", "codigo": "522017", "descripcion": "VENTA DE EMBUTIDOS Y CARNES (RES, POLLO, CERDO, CABALLO,ETC) GRAVADAS CON IVA"}]}
{"$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": {"type": "object", "properties": {"moroso": {"type": "string"}, "omiso": {"type": "string"}, "estado": {"type": "string"}, "administracionTributaria": {"type": "string"}}, "required": ["administracionTributaria", "estado", "moroso", "omiso"]}, "actividades": {"type": "array", "items": {"type": "object", "properties": {"estado": {"type": "string"}, "tipo": {"type": "string"}, "codigo": {"type": "string"}, "descripcion": {"type": "string"}}, "required": ["codigo", "descripcion", "estado", "tipo"]}}}, "required": ["actividades", "nombre", "regimen", "situacion", "tipoIdentificacion"]}
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": {"type": "string"}, "country": {"type": "string"}, "county": {"type": "string"}, "countygeoid": {"type": "integer"}, "msa": {"type": "string"}, "msageoid": {"type": "integer"}}, "required": ["address", "city", "country", "county", "countygeoid", "id", "msa", "msageoid", "name", "property_type", "qy", "reit", "state", "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": {"type": "object", "properties": {"Q22022": {"type": "array", "items": {"type": "string"}}, "Q32022": {"type": "array", "items": {"type": "string"}}, "Q42021": {"type": "array", "items": {"type": "string"}}, "Q42022": {"type": "array", "items": {"type": "string"}}}, "required": ["Q22022", "Q32022", "Q42021", "Q42022"]}}, "required": ["AAT", "ACC"]}}, "required": ["reits"]}
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", "latitude": 40.757319, "longitude": -73.985583, "distance_m": 76}]}
{"$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", "latitude", "longitude"]}}}, "required": ["features"]}
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": {"idBrand": null, "idModel": "6774", "label": "1", "startYear": null, "endYear": null, "ranking": "0", "channel": null, "typ": null, "lang": null, "country": null, "typeVehicle": null}, "cyl": {"idCyl": "8969", "label": "116 i", "idBrand": null, "idVehicule": null, "idModel": null, "typ": null, "lang": null, "country": null}, "startYear": "200406", "endYear": "201106", "country": "ES", "lang": "es", "attributes": [{"parentId": "42657|ES|es|S", "value": "N45 B16 A", "type": "MOTEUR", "idVehiculeAttribute": "42657|ES|es|S|MOTEUR|N45 B16 A"}, {"parentId": "42657|ES|es|S", "value": "1 (E87)", "type": "LIBMODSPE", "idVehiculeAttribute": "42657|ES|es|S|LIBMODSPE|1 (E87)"}, {"parentId": "42657|ES|es|S", "value": "85", "type": "PUIMOTKWS", "idVehiculeAttribute": "42657|ES|es|S|PUIMOTKWS|85"}, {"parentId": "42657|ES|es|S", "value": "1596", "type": "MOTCYLTEC", "idVehiculeAttribute": "42657|ES|es|S|MOTCYLTEC|1596"}, {"parentId": "42657|ES|es|S", "value": "115", "type": "PUIMOTCVX", "idVehiculeAttribute": "42657|ES|es|S|PUIMOTCVX|115"}, {"parentId": "42657|ES|es|S", "value": "4", "type": "NBRCYLIND", "idVehiculeAttribute": "42657|ES|es|S|NBRCYLIND|4"}, {"parentId": "42657|ES|es|S", "value": "4", "type": "NBRVALVES", "idVehiculeAttribute": "42657|ES|es|S|NBRVALVES|4"}, {"parentId": "42657|ES|es|S", "value": "Motor Otto", "type": "TYPEMOTEUR", "idVehiculeAttribute": "42657|ES|es|S|TYPEMOTEUR|Motor Otto"}, {"parentId": "42657|ES|es|S", "value": "Fastback", "type": "CARROSS", "idVehiculeAttribute": "42657|ES|es|S|CARROSS|Fastback", "idCaross": "429082"}, {"parentId": "42657|ES|es|S", "value": "Tracci\u00f3n trasera", "type": "PROPULSION", "idVehiculeAttribute": "42657|ES|es|S|PROPULSION|Tracci\u00f3n trasera"}, {"parentId": "42657|ES|es|S", "value": "Inyecci\u00f3n colector de admisi\u00f3n/carburador", "type": "INJECTION", "idVehiculeAttribute": "42657|ES|es|S|INJECTION|Inyecci\u00f3n colector de admisi\u00f3n/carburador"}], "immatAttributes": [{"name": "VERSION", "value": "01"}, {"name": "DATE_1ER_CIR", "value": "12/08/2021"}, {"name": "PUIS_FISC", "value": "11.63"}, {"name": "NB_PORTES", "value": ""}, {"name": "CODIF_VIN_PRF", "value": "WBAUF12030PW30117"}, {"name": "IMMAT", "value": "0225LSK"}, {"name": "CARROSSERIE", "value": "Inconnue"}, {"name": "GENRE_CG", "value": "TURISMO"}, {"name": "ENERGIE", "value": "ESSENCE"}, {"name": "TP_BOITE_VIT", "value": "INCONNUE"}, {"name": "CODEMOTEUR", "value": ""}, {"name": "CO2", "value": "181"}, {"name": "POIDS_VIDE", "value": ""}, {"name": "PROPULSION", "value": "INCONNUE"}, {"name": "NB_PL_ASS", "value": "5"}, {"name": "TYPEVARVERSPRF", "value": "UF12"}, {"name": "REG_COUNTRY", "value": "ES"}, {"name": "ID_MARQUE_BDA", "value": "1296"}, {"name": "ID_MODELE_BDA", "value": "6774"}], "typeVeh": "S", "tecdocBrandId": "16", "tecdocModelId": "10974"}], "error": null, "code": 200, "registrationInfoOA": null}
{"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 adventure.
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"}}, "dolarContadoConLiquidacion": {"dolarHoy": {"compra": "102,25", "venta": "103,27"}, "dolarSi": {"compra": "101,630", "venta": "102,880"}}, "dolarOficial": {"bancoNacionBillete": {"compra": "62,2500", "venta": "67,2500"}, "bancoNacionDivisa": {"compra": "65.5400", "venta": "65.7400"}, "dolarHoy": {"compra": "63,18", "venta": "68,26"}, "dolarSi": {"compra": "62,950", "venta": "67,950"}}, "dolarSolidario": {"dolarHoy": "87,43", "infoDolar": "85,00"}, "dolarTurista": {"dolarHoy": "87,43", "infoDolar": "85,00"}}
{"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"}, "venta": {"type": "string"}}, "type": "object"}, "infoDolar": {"properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "type": "object"}}, "type": "object"}, "dolarBolsa": {"properties": {"dolarHoy": {"properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "type": "object"}, "dolarSi": {"properties": {"compra": {"type": "string"}}, "type": "object"}}, "type": "object"}, "dolarContadoConLiquidacion": {"properties": {"dolarHoy": {"properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "type": "object"}, "dolarSi": {"properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "type": "object"}}, "type": "object"}, "dolarOficial": {"properties": {"bancoNacionBillete": {"properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "type": "object"}, "bancoNacionDivisa": {"properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "type": "object"}, "dolarHoy": {"properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "type": "object"}, "dolarSi": {"properties": {"compra": {"type": "string"}, "venta": {"type": "string"}}, "type": "object"}}, "type": "object"}, "dolarSolidario": {"properties": {"dolarHoy": {"type": "string"}, "infoDolar": {"type": "string"}}, "type": "object"}, "dolarTurista": {"properties": {"dolarHoy": {"type": "string"}, "infoDolar": {"type": "string"}}, "type": "object"}}, "type": "object"}
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"}]}, "Event": null}, "Period": {"Begin": "1977-08-02T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "DurationSpecified": false, "TypeOfEnterprise": 0, "JuridicalForm": {"Code": "014", "Description": [{"Value": "Naamloze vennootschap", "Language": "nl"}], "ValidityPeriod": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "JuridicalFormCAC": null}, "Capital": {"Amount": 1238608344.12, "Currency": "EUR"}, "PrimaryDenomination": null, "Denomination": [{"Code": 0, "Description": [{"Value": "Anheuser-Busch InBev", "Language": "fr"}], "ValidityPeriod": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": 0, "Description": [{"Value": "Anheuser-Busch InBev", "Language": "nl"}], "ValidityPeriod": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": 0, "Description": [{"Value": "ANHEUSER-BUSCH INBEV", "Language": ""}], "ValidityPeriod": {"Begin": "2008-11-19T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": 1, "Description": [{"Value": "AB Inbev", "Language": ""}], "ValidityPeriod": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}}], "Address": [{"Street": {"Code": "2053", "Description": [{"Value": "Grote Markt", "Language": "nl"}]}, "HouseNumber": "1", "Box": null, "Zipcode": "1000", "Municipality": {"Code": "21004", "Description": [{"Value": "Brussel", "Language": "nl"}]}, "Country": null, "ExtraAddressInfo": null, "Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "TypeOfAddress": {"Code": 0, "Description": [{"Value": "Adres van de maatschappelijke zetel", "Language": "nl"}]}, "TechnicalCreationReason": null, "RemovedSpecified": false}], "ContactInformation": null, "BusinessUnits": 5, "Branch": null, "ProfessionalCompetence": null, "Qualification": [{"Code": "00070", "Description": [{"Value": "Werkgever RSZ", "Language": "nl"}], "Period": {"Begin": "1988-04-30T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": "00084", "Description": [{"Value": "Onderworpen aan btw", "Language": "nl"}], "Period": {"Begin": "1977-11-01T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": "00295", "Description": [{"Value": "Inschrijvingsplichtige onderneming", "Language": "nl"}], "Period": {"Begin": "2018-11-01T00:00:00", "BeginSpecified": true, "EndSpecified": false}}], "Authorization": null, "Activity": [{"Code": "70100", "ActivityGroupAdministration": {"ActivityGroup": "006", "Description": [{"Value": "RSZ-activiteiten", "Language": "nl"}]}, "Version": "2008", "Description": [{"Value": "Activiteiten van hoofdkantoren", "Language": "nl"}], "Period": {"Begin": "2008-01-01T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "ActivityClassification": {"Code": 0, "Description": [{"Value": "Hoofdactiviteit", "Language": "nl"}]}}, {"Code": "70100", "ActivityGroupAdministration": {"ActivityGroup": "001", "Description": [{"Value": "BTW-activiteiten", "Language": "nl"}]}, "Version": "2008", "Description": [{"Value": "Activiteiten van hoofdkantoren", "Language": "nl"}], "Period": {"Begin": "2017-06-06T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "ActivityClassification": {"Code": 0, "Description": [{"Value": "Hoofdactiviteit", "Language": "nl"}]}}, {"Code": "74151", "ActivityGroupAdministration": {"ActivityGroup": "001", "Description": [{"Value": "BTW-activiteiten", "Language": "nl"}]}, "Version": "2003", "Description": [{"Value": "Managementactiviteiten van holdings", "Language": "nl"}], "Period": {"Begin": "1977-11-01T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "ActivityClassification": {"Code": 0, "Description": [{"Value": "Hoofdactiviteit", "Language": "nl"}]}}, {"Code": "74151", "ActivityGroupAdministration": {"ActivityGroup": "006", "Description": [{"Value": "RSZ-activiteiten", "Language": "nl"}]}, "Version": "2003", "Description": [{"Value": "Managementactiviteiten van holdings", "Language": "nl"}], "Period": {"Begin": "1994-07-01T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "ActivityClassification": {"Code": 0, "Description": [{"Value": "Hoofdactiviteit", "Language": "nl"}]}}], "Function": [{"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "ARAMBURUZABALA LARREGUI", "GivenName": "MARIA"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "BARRINGTON", "GivenName": "MARTIN"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "Burns", "GivenName": "Martha"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2019-04-24T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "Chalmers", "GivenName": "Sabine"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "Cornet de Ways-Ruart", "GivenName": "Paul"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "DA VEIGA SICUPIRA", "GivenName": "CARLOS"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "de Spoelberch", "GivenName": "Gr\u00e9goire"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "GIFFORD JR", "GivenName": "WILLIAM"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "Lemann", "GivenName": "Paulo"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "LEONI SCETI", "GivenName": "ELIO"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2019-04-24T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "Liu", "GivenName": "Xiaozhi"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2019-04-24T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "Moniz Barreto Garcia", "GivenName": "Claudio"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2020-06-03T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "Moses Thompson Motta", "GivenName": ""}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2022-04-27T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "Nohria", "GivenName": "Nitin"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "SANTO DOMINGO", "GivenName": "ALEJANDRO"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2019-04-24T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "Sicupira", "GivenName": "Cecilia"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}, {"Code": "10002", "Description": [{"Value": "Bestuurder", "Language": "nl"}], "Period": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}, "Person": {"Surname": "Van Damme", "GivenName": "Alexandre"}, "EnterpriseNumberSpecified": false, "NaturalPersonFounder": null, "FunctionCAC": null}], "LinkedEnterprise": [{"Code": "003", "Description": [{"Value": "is opgeslorpt door", "Language": "nl"}], "EnterpriseNumberSubject": 417497106, "EnterpriseNumberObject": 649641563, "Period": {"Begin": "2016-10-10T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": "006", "Description": [{"Value": "onbekende relatie", "Language": "nl"}], "EnterpriseNumberSubject": 403911364, "EnterpriseNumberObject": 417497106, "Period": {"Begin": "1977-09-30T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": "006", "Description": [{"Value": "onbekende relatie", "Language": "nl"}], "EnterpriseNumberSubject": 417575892, "EnterpriseNumberObject": 417497106, "Period": {"Begin": "1986-02-28T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": "006", "Description": [{"Value": "onbekende relatie", "Language": "nl"}], "EnterpriseNumberSubject": 417575694, "EnterpriseNumberObject": 417497106, "Period": {"Begin": "1989-04-18T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": "006", "Description": [{"Value": "onbekende relatie", "Language": "nl"}], "EnterpriseNumberSubject": 414289770, "EnterpriseNumberObject": 417497106, "Period": {"Begin": "1996-06-14T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": "006", "Description": [{"Value": "onbekende relatie", "Language": "nl"}], "EnterpriseNumberSubject": 417497106, "EnterpriseNumberObject": 403911364, "Period": {"Begin": "1977-09-30T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": "006", "Description": [{"Value": "onbekende relatie", "Language": "nl"}], "EnterpriseNumberSubject": 417497106, "EnterpriseNumberObject": 417575892, "Period": {"Begin": "1986-02-28T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": "006", "Description": [{"Value": "onbekende relatie", "Language": "nl"}], "EnterpriseNumberSubject": 417497106, "EnterpriseNumberObject": 417575694, "Period": {"Begin": "1989-03-17T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, {"Code": "006", "Description": [{"Value": "onbekende relatie", "Language": "nl"}], "EnterpriseNumberSubject": 417497106, "EnterpriseNumberObject": 414289770, "Period": {"Begin": "1996-06-14T00:00:00", "BeginSpecified": true, "EndSpecified": false}}], "FinancialData": {"AnnualMeetingMonth": "4", "FiscalYearEndDay": "31", "FiscalYearEndMonth": "12", "ExceptionalFiscalYear": {"Begin": "2016-03-03T00:00:00", "BeginSpecified": true, "End": "2016-12-31T00:00:00", "EndSpecified": true}, "ValidityPeriod": {"Begin": "2016-10-11T00:00:00", "BeginSpecified": true, "EndSpecified": false}}, "Replacement": [{"EnterpriseNumber": 649641563, "Period": {"Begin": "2016-10-10T00:00:00", "BeginSpecified": true, "EndSpecified": false}}], "ExOfficioStrikingOff": null}}
{"$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": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}, "ValidityPeriod": {"type": "object", "properties": {"Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "EndSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "EndSpecified"]}, "Status": {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}}, "required": ["Code", "Description"]}, "Event": {"type": "null"}}, "required": ["Code", "Description", "Event", "Status", "ValidityPeriod"]}, "Period": {"type": "object", "properties": {"Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "EndSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "EndSpecified"]}, "DurationSpecified": {"type": "boolean"}, "TypeOfEnterprise": {"type": "integer"}, "JuridicalForm": {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}, "ValidityPeriod": {"type": "object", "properties": {"Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "EndSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "EndSpecified"]}, "JuridicalFormCAC": {"type": "null"}}, "required": ["Code", "Description", "JuridicalFormCAC", "ValidityPeriod"]}, "Capital": {"type": "object", "properties": {"Amount": {"type": "number"}, "Currency": {"type": "string"}}, "required": ["Amount", "Currency"]}, "PrimaryDenomination": {"type": "null"}, "Denomination": {"type": "array", "items": {"type": "object", "properties": {"Code": {"type": "integer"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}, "ValidityPeriod": {"type": "object", "properties": {"Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "EndSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "EndSpecified"]}}, "required": ["Code", "Description", "ValidityPeriod"]}}, "Address": {"type": "array", "items": {"type": "object", "properties": {"Street": {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}}, "required": ["Code", "Description"]}, "HouseNumber": {"type": "string"}, "Box": {"type": "null"}, "Zipcode": {"type": "string"}, "Municipality": {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}}, "required": ["Code", "Description"]}, "Country": {"type": "null"}, "ExtraAddressInfo": {"type": "null"}, "Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "TypeOfAddress": {"type": "object", "properties": {"Code": {"type": "integer"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}}, "required": ["Code", "Description"]}, "TechnicalCreationReason": {"type": "null"}, "RemovedSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "Box", "Country", "ExtraAddressInfo", "HouseNumber", "Municipality", "RemovedSpecified", "Street", "TechnicalCreationReason", "TypeOfAddress", "Zipcode"]}}, "ContactInformation": {"type": "null"}, "BusinessUnits": {"type": "integer"}, "Branch": {"type": "null"}, "ProfessionalCompetence": {"type": "null"}, "Qualification": {"type": "array", "items": {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}, "Period": {"type": "object", "properties": {"Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "EndSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "EndSpecified"]}}, "required": ["Code", "Description", "Period"]}}, "Authorization": {"type": "null"}, "Activity": {"type": "array", "items": {"type": "object", "properties": {"Code": {"type": "string"}, "ActivityGroupAdministration": {"type": "object", "properties": {"ActivityGroup": {"type": "string"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}}, "required": ["ActivityGroup", "Description"]}, "Version": {"type": "string"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}, "Period": {"type": "object", "properties": {"Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "EndSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "EndSpecified"]}, "ActivityClassification": {"type": "object", "properties": {"Code": {"type": "integer"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}}, "required": ["Code", "Description"]}}, "required": ["ActivityClassification", "ActivityGroupAdministration", "Code", "Description", "Period", "Version"]}}, "Function": {"type": "array", "items": {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}, "Period": {"type": "object", "properties": {"Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "EndSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "EndSpecified"]}, "Person": {"type": "object", "properties": {"Surname": {"type": "string"}, "GivenName": {"type": "string"}}, "required": ["GivenName", "Surname"]}, "EnterpriseNumberSpecified": {"type": "boolean"}, "NaturalPersonFounder": {"type": "null"}, "FunctionCAC": {"type": "null"}}, "required": ["Code", "Description", "EnterpriseNumberSpecified", "FunctionCAC", "NaturalPersonFounder", "Period", "Person"]}}, "LinkedEnterprise": {"type": "array", "items": {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "array", "items": {"type": "object", "properties": {"Value": {"type": "string"}, "Language": {"type": "string"}}, "required": ["Language", "Value"]}}, "EnterpriseNumberSubject": {"type": "integer"}, "EnterpriseNumberObject": {"type": "integer"}, "Period": {"type": "object", "properties": {"Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "EndSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "EndSpecified"]}}, "required": ["Code", "Description", "EnterpriseNumberObject", "EnterpriseNumberSubject", "Period"]}}, "FinancialData": {"type": "object", "properties": {"AnnualMeetingMonth": {"type": "string"}, "FiscalYearEndDay": {"type": "string"}, "FiscalYearEndMonth": {"type": "string"}, "ExceptionalFiscalYear": {"type": "object", "properties": {"Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "End": {"type": "string"}, "EndSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "End", "EndSpecified"]}, "ValidityPeriod": {"type": "object", "properties": {"Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "EndSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "EndSpecified"]}}, "required": ["AnnualMeetingMonth", "ExceptionalFiscalYear", "FiscalYearEndDay", "FiscalYearEndMonth", "ValidityPeriod"]}, "Replacement": {"type": "array", "items": {"type": "object", "properties": {"EnterpriseNumber": {"type": "integer"}, "Period": {"type": "object", "properties": {"Begin": {"type": "string"}, "BeginSpecified": {"type": "boolean"}, "EndSpecified": {"type": "boolean"}}, "required": ["Begin", "BeginSpecified", "EndSpecified"]}}, "required": ["EnterpriseNumber", "Period"]}}, "ExOfficioStrikingOff": {"type": "null"}}, "required": ["Activity", "Address", "Authorization", "Branch", "BusinessUnits", "Capital", "ContactInformation", "Denomination", "DurationSpecified", "ExOfficioStrikingOff", "FinancialData", "Function", "JuridicalForm", "JuridicalSituation", "LinkedEnterprise", "Number", "Period", "PrimaryDenomination", "ProfessionalCompetence", "Qualification", "Replacement", "TypeOfEnterprise"]}}, "required": ["Enterprise"]}
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\u00e1mky, 94001", "country": "SK"}], "truncated": false, "filtered_table_rows_count": 1, "expanded_columns": ["_link_entity_statement"], "expandable_columns": [[{"column": "_link_entity_statement", "other_table": "entity_statement", "other_column": "_link"}, "name"]], "columns": ["_link", "_link_entity_statement", "type", "address", "country"], "primary_keys": ["_link"], "units": {}, "query": {"sql": "select _link, _link_entity_statement, type, address, country from entity_addresses where \"_link_entity_statement\" = :p0 order by _link limit 101", "params": {"p0": "159"}}, "facet_results": {}, "suggested_facets": [], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 22.616164991632104}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"database": {"type": "string"}, "table": {"type": "string"}, "is_view": {"type": "boolean"}, "human_description_en": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"_link": {"type": "string"}, "_link_entity_statement": {"type": "object", "properties": {"value": {"type": "string"}, "label": {"type": "string"}}, "required": ["label", "value"]}, "type": {"type": "string"}, "address": {"type": "string"}, "country": {"type": "string"}}, "required": ["_link", "_link_entity_statement", "address", "country", "type"]}}, "truncated": {"type": "boolean"}, "filtered_table_rows_count": {"type": "integer"}, "expanded_columns": {"type": "array", "items": {"type": "string"}}, "expandable_columns": {"type": "array", "items": {"type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"column": {"type": "string"}, "other_table": {"type": "string"}, "other_column": {"type": "string"}}, "required": ["column", "other_column", "other_table"]}]}}}, "columns": {"type": "array", "items": {"type": "string"}}, "primary_keys": {"type": "array", "items": {"type": "string"}}, "units": {"type": "object"}, "query": {"type": "object", "properties": {"sql": {"type": "string"}, "params": {"type": "object", "properties": {"p0": {"type": "string"}}, "required": ["p0"]}}, "required": ["params", "sql"]}, "facet_results": {"type": "object"}, "suggested_facets": {"type": "array"}, "next": {"type": "null"}, "next_url": {"type": "null"}, "private": {"type": "boolean"}, "allow_execute_sql": {"type": "boolean"}, "query_ms": {"type": "number"}}, "required": ["allow_execute_sql", "columns", "database", "expandable_columns", "expanded_columns", "facet_results", "filtered_table_rows_count", "human_description_en", "is_view", "next", "next_url", "primary_keys", "private", "query", "query_ms", "rows", "suggested_facets", "table", "truncated", "units"]}
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://register.openownership.org/terms-and-conditions", "OpenOwnership Register", "https://register.openownership.org", "", ""]], "truncated": false, "filtered_table_rows_count": 1, "expanded_columns": [], "expandable_columns": [], "columns": ["_link", "statementid", "statementtype", "statementdate", "iscomponent", "entitytype", "name", "foundingdate", "incorporatedinjurisdiction_name", "incorporatedinjurisdiction_code", "publicationdetails_publicationdate", "publicationdetails_bodsversion", "publicationdetails_license", "publicationdetails_publisher_name", "publicationdetails_publisher_url", "dissolutiondate", "replacesstatements"], "primary_keys": ["_link"], "units": {}, "query": {"sql": "select _link, statementid, statementtype, statementdate, iscomponent, entitytype, name, foundingdate, incorporatedinjurisdiction_name, incorporatedinjurisdiction_code, publicationdetails_publicationdate, publicationdetails_bodsversion, publicationdetails_license, publicationdetails_publisher_name, publicationdetails_publisher_url, dissolutiondate, replacesstatements from entity_statement where \"name\" like :p0 order by _link limit 101", "params": {"p0": "AGROMECHANIKA%"}}, "facet_results": {}, "suggested_facets": [{"name": "statementdate", "type": "date", "toggle_url": "https://bods-data-datasette.openownership.org/slovakia/entity_statement.json?name__like=AGROMECHANIKA%25&_facet_date=statementdate"}, {"name": "foundingdate", "type": "date", "toggle_url": "https://bods-data-datasette.openownership.org/slovakia/entity_statement.json?name__like=AGROMECHANIKA%25&_facet_date=foundingdate"}, {"name": "publicationdetails_publicationdate", "type": "date", "toggle_url": "https://bods-data-datasette.openownership.org/slovakia/entity_statement.json?name__like=AGROMECHANIKA%25&_facet_date=publicationdetails_publicationdate"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 76.03222504258156}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"database": {"type": "string"}, "table": {"type": "string"}, "is_view": {"type": "boolean"}, "human_description_en": {"type": "string"}, "rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "truncated": {"type": "boolean"}, "filtered_table_rows_count": {"type": "integer"}, "expanded_columns": {"type": "array"}, "expandable_columns": {"type": "array"}, "columns": {"type": "array", "items": {"type": "string"}}, "primary_keys": {"type": "array", "items": {"type": "string"}}, "units": {"type": "object"}, "query": {"type": "object", "properties": {"sql": {"type": "string"}, "params": {"type": "object", "properties": {"p0": {"type": "string"}}, "required": ["p0"]}}, "required": ["params", "sql"]}, "facet_results": {"type": "object"}, "suggested_facets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "toggle_url": {"type": "string"}}, "required": ["name", "toggle_url", "type"]}}, "next": {"type": "null"}, "next_url": {"type": "null"}, "private": {"type": "boolean"}, "allow_execute_sql": {"type": "boolean"}, "query_ms": {"type": "number"}}, "required": ["allow_execute_sql", "columns", "database", "expandable_columns", "expanded_columns", "facet_results", "filtered_table_rows_count", "human_description_en", "is_view", "next", "next_url", "primary_keys", "private", "query", "query_ms", "rows", "suggested_facets", "table", "truncated", "units"]}
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 Register", "uri": ""}], "truncated": false, "filtered_table_rows_count": 1, "expanded_columns": ["_link_entity_statement"], "expandable_columns": [[{"column": "_link_entity_statement", "other_table": "entity_statement", "other_column": "_link"}, "name"]], "columns": ["_link", "_link_entity_statement", "id", "scheme", "schemename", "uri"], "primary_keys": ["_link"], "units": {}, "query": {"sql": "select _link, _link_entity_statement, id, scheme, schemename, uri from entity_identifiers where \"id\" = :p0 order by _link limit 101", "params": {"p0": "47132809"}}, "facet_results": {}, "suggested_facets": [], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 37.433587945997715}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"database": {"type": "string"}, "table": {"type": "string"}, "is_view": {"type": "boolean"}, "human_description_en": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"_link": {"type": "string"}, "_link_entity_statement": {"type": "object", "properties": {"value": {"type": "string"}, "label": {"type": "string"}}, "required": ["label", "value"]}, "id": {"type": "string"}, "scheme": {"type": "string"}, "schemename": {"type": "string"}, "uri": {"type": "string"}}, "required": ["_link", "_link_entity_statement", "id", "scheme", "schemename", "uri"]}}, "truncated": {"type": "boolean"}, "filtered_table_rows_count": {"type": "integer"}, "expanded_columns": {"type": "array", "items": {"type": "string"}}, "expandable_columns": {"type": "array", "items": {"type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"column": {"type": "string"}, "other_table": {"type": "string"}, "other_column": {"type": "string"}}, "required": ["column", "other_column", "other_table"]}]}}}, "columns": {"type": "array", "items": {"type": "string"}}, "primary_keys": {"type": "array", "items": {"type": "string"}}, "units": {"type": "object"}, "query": {"type": "object", "properties": {"sql": {"type": "string"}, "params": {"type": "object", "properties": {"p0": {"type": "string"}}, "required": ["p0"]}}, "required": ["params", "sql"]}, "facet_results": {"type": "object"}, "suggested_facets": {"type": "array"}, "next": {"type": "null"}, "next_url": {"type": "null"}, "private": {"type": "boolean"}, "allow_execute_sql": {"type": "boolean"}, "query_ms": {"type": "number"}}, "required": ["allow_execute_sql", "columns", "database", "expandable_columns", "expanded_columns", "facet_results", "filtered_table_rows_count", "human_description_en", "is_view", "next", "next_url", "primary_keys", "private", "query", "query_ms", "rows", "suggested_facets", "table", "truncated", "units"]}
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, "filtered_table_rows_count": 1, "expanded_columns": ["_link_person_statement"], "expandable_columns": [[{"column": "_link_person_statement", "other_table": "person_statement", "other_column": "_link"}, null]], "columns": ["_link", "_link_person_statement", "type", "fullname"], "primary_keys": ["_link"], "units": {}, "query": {"sql": "select _link, _link_person_statement, type, fullname from person_names where \"_link_person_statement\" = :p0 order by _link limit 101", "params": {"p0": "10015"}}, "facet_results": {}, "suggested_facets": [], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 44.593689031898975}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"database": {"type": "string"}, "table": {"type": "string"}, "is_view": {"type": "boolean"}, "human_description_en": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"_link": {"type": "string"}, "_link_person_statement": {"type": "object", "properties": {"value": {"type": "string"}, "label": {"type": "string"}}, "required": ["label", "value"]}, "type": {"type": "string"}, "fullname": {"type": "string"}}, "required": ["_link", "_link_person_statement", "fullname", "type"]}}, "truncated": {"type": "boolean"}, "filtered_table_rows_count": {"type": "integer"}, "expanded_columns": {"type": "array", "items": {"type": "string"}}, "expandable_columns": {"type": "array", "items": {"type": "array", "items": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"column": {"type": "string"}, "other_table": {"type": "string"}, "other_column": {"type": "string"}}, "required": ["column", "other_column", "other_table"]}]}}}, "columns": {"type": "array", "items": {"type": "string"}}, "primary_keys": {"type": "array", "items": {"type": "string"}}, "units": {"type": "object"}, "query": {"type": "object", "properties": {"sql": {"type": "string"}, "params": {"type": "object", "properties": {"p0": {"type": "string"}}, "required": ["p0"]}}, "required": ["params", "sql"]}, "facet_results": {"type": "object"}, "suggested_facets": {"type": "array"}, "next": {"type": "null"}, "next_url": {"type": "null"}, "private": {"type": "boolean"}, "allow_execute_sql": {"type": "boolean"}, "query_ms": {"type": "number"}}, "required": ["allow_execute_sql", "columns", "database", "expandable_columns", "expanded_columns", "facet_results", "filtered_table_rows_count", "human_description_en", "is_view", "next", "next_url", "primary_keys", "private", "query", "query_ms", "rows", "suggested_facets", "table", "truncated", "units"]}
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": "Midnight", "email": "Midnight@gmail.com", "phone": 2342345432, "website": "https://dicebear.com/playground", "address": {"street": "Street 1", "suite": "Suites 1", "city": "Mumbai", "zipcode": 400097}, "company": {"name": "Midnight Private"}}, {"id": 3, "username": "Felix", "name": "Felix", "email": "Felix@gmail.com", "phone": 2342345432, "website": "https://dicebear.com/playground", "address": {"street": "Street 1", "suite": "Suites 1", "city": "Mumbai", "zipcode": 400097}, "company": {"name": "Felix Private"}}, {"id": 4, "username": "Cleo", "name": "Cleo", "email": "Cleo@gmail.com", "phone": 2342345432, "website": "https://dicebear.com/playground", "address": {"street": "Street 1", "suite": "Suites 1", "city": "Mumbai", "zipcode": 400097}, "company": {"name": "Cleo Private"}}, {"id": 5, "username": "Cuddles", "name": "Cuddles", "email": "Cuddles@gmail.com", "phone": 2342345432, "website": "https://dicebear.com/playground", "address": {"street": "Street 1", "suite": "Suites 1", "city": "Mumbai", "zipcode": 400097}, "company": {"name": "Cuddles Private"}}, {"id": 6, "username": "Tigger", "name": "Tigger", "email": "Tigger@gmail.com", "phone": 2342345432, "website": "https://dicebear.com/playground", "address": {"street": "Street 1", "suite": "Suites 1", "city": "Mumbai", "zipcode": 400097}, "company": {"name": "Tigger Private"}}, {"id": 7, "username": "Dusty", "name": "Dusty", "email": "Dusty@gmail.com", "phone": 2342345432, "website": "https://dicebear.com/playground", "address": {"street": "Street 1", "suite": "Suites 1", "city": "Mumbai", "zipcode": 400097}, "company": {"name": "Dusty Private"}}, {"id": 8, "username": "Trouble", "name": "Trouble", "email": "Trouble@gmail.com", "phone": 2342345432, "website": "https://dicebear.com/playground", "address": {"street": "Street 1", "suite": "Suites 1", "city": "Mumbai", "zipcode": 400097}, "company": {"name": "Trouble Private"}}, {"id": 9, "username": "Pumpkin", "name": "Pumpkin", "email": "Pumpkin@gmail.com", "phone": 2342345432, "website": "https://dicebear.com/playground", "address": {"street": "Street 1", "suite": "Suites 1", "city": "Mumbai", "zipcode": 400097}, "company": {"name": "Pumpkin Private"}}, {"id": 10, "username": "Rascal", "name": "Rascal", "email": "Rascal@gmail.com", "phone": 2342345432, "website": "https://dicebear.com/playground", "address": {"street": "Street 1", "suite": "Suites 1", "city": "Mumbai", "zipcode": 400097}, "company": {"name": "Rascal Private"}}]
{"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": {"type": "string"}, "city": {"type": "string"}, "zipcode": {"type": "integer"}}}, "company": {"type": "object", "properties": {"name": {"type": "string"}}}}}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": false}
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": false}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}]
{"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": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}
{"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", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}
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": "", "pragA_NOME_COMUM": ""}]}], "empresA_PAIS_TIPO": "", "classE_TOXICOLOGICA": "", "classE_AMBIENTAL": "", "organicos": "", "situacao": true, "linK_PRODUTO": "", "linK_BULA": ""}
{"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", "minimum": -2147483648, "maximum": 2147483647}, "increment": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creationTime": {"type": "string", "format": "date-time"}}, "additionalProperties": false}, "nR_REGISTRO": {"type": ["string", "null"]}, "marcA_COMERCIAL": {"type": ["string", "null"]}, "formulacao": {"type": ["string", "null"]}, "ingredientE_ATIVO": {"type": ["string", "null"]}, "titulaR_DE_REGISTRO": {"type": ["string", "null"]}, "classe": {"type": ["string", "null"]}, "modO_DE_ACAO": {"type": ["string", "null"]}, "culturas": {"type": ["array", "null"], "items": {"type": "string"}}, "pragasPorCultura": {"type": ["array", "null"], "items": {"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": false}}, "empresA_PAIS_TIPO": {"type": ["string", "null"]}, "classE_TOXICOLOGICA": {"type": ["string", "null"]}, "classE_AMBIENTAL": {"type": ["string", "null"]}, "organicos": {"type": ["string", "null"]}, "situacao": {"type": "boolean"}, "linK_PRODUTO": {"type": ["string", "null"]}, "linK_BULA": {"type": ["string", "null"]}}, "additionalProperties": false}
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": "Account List", "items": {"type": "object", "required": ["balance", "currency", "digital"], "properties": {"balance": {"type": "integer", "format": "int64", "description": "Balance", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "currency": {"type": "string", "description": "Currency"}, "digital": {"type": "integer", "format": "int64", "description": "Balance Precision Currency=EUR balance=1 digital=2 1 = 0.01 EUR", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "title": "Account"}}}, "title": "QueryPartnerRechargeListResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abQueryPartnerRechargeListResponse\u00bb"}
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", "lastName", "mobile"], "properties": {"auditStatus": {"type": "string", "description": "Approval status"}, "description": {"type": "string", "description": "Approval status description"}, "firstName": {"type": "string", "description": "First name."}, "holderId": {"type": "string", "description": "Cardholder number."}, "idNumber": {"type": "string", "description": "ID number"}, "idType": {"type": "integer", "format": "int32", "description": "type of certificate", "minimum": -2147483648, "maximum": 2147483647}, "lastName": {"type": "string", "description": "Last name."}, "mobile": {"type": "string", "description": "Mobile number. <br> International Dialing Code + Mobile Phone Number(+861866666)"}}, "title": "UpdateHolderResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abUpdateHolderResponse\u00bb"}
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", "description": "Account List", "items": {"type": "object", "required": ["balance", "currency", "digital"], "properties": {"balance": {"type": "integer", "format": "int64", "description": "Balance", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "currency": {"type": "string", "description": "Currency"}, "digital": {"type": "integer", "format": "int64", "description": "Balance Precision Currency=EUR balance=1 digital=2 1 = 0.01 EUR", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "title": "Account"}}, "name": {"type": "integer", "format": "int32", "description": "Account name", "minimum": -2147483648, "maximum": 2147483647}}, "title": "GetPartnerAccountResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abGetPartnerAccountResponse\u00bb"}
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", "lastName", "mobile"], "properties": {"auditStatus": {"type": "string", "description": "Approval status"}, "description": {"type": "string", "description": "Approval status description"}, "firstName": {"type": "string", "description": "First name."}, "holderId": {"type": "string", "description": "Cardholder number"}, "idNumber": {"type": "string", "description": "ID number"}, "idType": {"type": "integer", "format": "int32", "description": "Type of certificate", "minimum": -2147483648, "maximum": 2147483647}, "lastName": {"type": "string", "description": "Last name."}, "mobile": {"type": "string", "description": "Mobile number. <br> International Dialing Code + Mobile Phone Number(+861866666)"}}, "title": "CreateHolderResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abCreateHolderResponse\u00bb"}
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 message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult"}
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 message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult"}
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"}, "description": {"type": "string", "description": "Change status description"}}, "title": "ReportLostCardResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abReportLostCardResponse\u00bb"}
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", "description": "Apply status\uff1a 1:success 2:failed"}, "description": {"type": "string", "description": "Description"}}, "title": "ApplyCardResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abApplyCardResponse\u00bb"}
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": {"amount": {"type": "integer", "format": "int64", "description": "Top up amount", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "currency": {"type": "string", "description": "Top up currency"}, "description": {"type": "string", "description": "Top up description"}, "fee": {"type": "integer", "format": "int64", "description": "Top up fee", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "topupStatus": {"type": "string", "description": "Top up status"}}, "title": "CardRechargeResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abCardRechargeResponse\u00bb"}
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": "Audit information description"}, "auditStatus": {"type": "integer", "format": "int32", "description": "Audit status", "minimum": -2147483648, "maximum": 2147483647}, "balance": {"type": "integer", "format": "int64", "description": "Balance", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "cardChannel": {"type": "integer", "format": "int32", "description": "Card scheme", "minimum": -2147483648, "maximum": 2147483647}, "cardNo": {"type": "string", "description": "Card Number"}, "cardStatus": {"type": "integer", "format": "int32", "description": "Card status", "minimum": -2147483648, "maximum": 2147483647}, "cardType": {"type": "integer", "format": "int32", "description": "Card type", "minimum": -2147483648, "maximum": 2147483647}}, "title": "GetCardInfoResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abGetCardInfoResponse\u00bb"}
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"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abChangeCardResponse\u00bb"}
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"}, "retrieveStatus": {"type": "string", "description": "Retrieve status"}}, "title": "RetrievePasswordResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abRetrievePasswordResponse\u00bb"}
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", "minimum": -2147483648, "maximum": 2147483647}, "tradeList": {"type": "array", "description": "List of transactions", "items": {"type": "object", "properties": {"amount": {"type": "number", "format": "double", "description": "Transaction amount", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "authCode": {"type": "string", "description": "Transaction auth code"}, "businessDate": {"type": "string", "format": "date-time", "description": "Date of business"}, "cardNo": {"type": "string", "description": "Transaction card number"}, "currency": {"type": "string", "description": "Transaction currency"}, "currencyTxn": {"type": "string", "description": "The actual trading currency"}, "fee": {"type": "number", "format": "double", "description": "Transaction fee", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "remark": {"type": "string", "description": "Transaction description"}, "tradeId": {"type": "string", "description": "Transaction unique"}, "tradeStatus": {"type": "integer", "format": "int32", "description": "Transaction status", "minimum": -2147483648, "maximum": 2147483647}, "tradeType": {"type": "integer", "format": "int32", "description": "The type of transaction", "minimum": -2147483648, "maximum": 2147483647}, "txnAmount": {"type": "number", "format": "double", "description": "The actual transaction amount", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}}, "title": "TradeList"}}}, "title": "AuthTransDetailsCardResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abAuthTransDetailsCardResponse\u00bb"}
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": {"amount": {"type": "integer", "format": "int64", "description": "Top-up amount", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "cardId": {"type": "string", "description": "Card Id"}, "cardNo": {"type": "string", "description": "Card Number"}, "currency": {"type": "string", "description": "Currency"}, "description": {"type": "string", "description": "Top up description"}, "fee": {"type": "integer", "format": "int64", "description": "Top up fee", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "payAccountNum": {"type": "string", "description": "Payment account Paytend IBAN(Not used by default)"}, "topupStatus": {"type": "integer", "format": "int32", "description": "Top up status", "minimum": -2147483648, "maximum": 2147483647}}, "title": "GetRechargeOrderResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abGetRechargeOrderResponse\u00bb"}
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"}, "description": {"type": "string", "description": "Change status description"}}, "title": "CancelReportLossCardResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abCancelReportLossCardResponse\u00bb"}
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", "minimum": -2147483648, "maximum": 2147483647}, "tradeList": {"type": "array", "description": "List of transactions", "items": {"type": "object", "properties": {"amount": {"type": "number", "format": "double", "description": "Transaction amount", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "authCode": {"type": "string", "description": "Transaction auth code"}, "businessDate": {"type": "string", "format": "date-time", "description": "Date of business"}, "cardNo": {"type": "string", "description": "Transaction card number"}, "currency": {"type": "string", "description": "Transaction currency"}, "currencyTxn": {"type": "string", "description": "The actual trading currency"}, "fee": {"type": "number", "format": "double", "description": "Transaction fee", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "remark": {"type": "string", "description": "Transaction description"}, "tradeId": {"type": "string", "description": "Transaction unique"}, "tradeStatus": {"type": "integer", "format": "int32", "description": "Transaction status", "minimum": -2147483648, "maximum": 2147483647}, "tradeType": {"type": "integer", "format": "int32", "description": "The type of transaction", "minimum": -2147483648, "maximum": 2147483647}, "txnAmount": {"type": "number", "format": "double", "description": "The actual transaction amount", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}}, "title": "TradeList"}}}, "title": "QueryCardTransactionListResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abQueryCardTransactionListResponse\u00bb"}
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": {"type": "string", "description": "Apply status\uff1a 1:success 2:failed"}, "cardId": {"type": "string", "description": "Card Id"}, "cardNo": {"type": "string", "description": "Card Number"}, "description": {"type": "string", "description": "Description"}}, "title": "GetApplyCardResultResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abGetApplyCardResultResponse\u00bb"}
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", "description": "Activation card status"}, "description": {"type": "string", "description": "Activation card description"}}, "title": "ActivationCardResponse"}, "respMsg": {"type": "string", "description": "Response message"}, "signType": {"type": "string", "description": "Signature method, fixed RSA"}, "signature": {"type": "string", "description": "RSA private key calculation signature"}}, "title": "CommonResult\u00abActivationCardResponse\u00bb"}
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": "string"}, "date": {"type": "string"}, "date_year": {"type": "string"}, "date_month": {"type": "string"}, "date_day": {"type": "string"}, "week_day": {"type": "string"}}, "required": ["country", "date", "date_day", "date_month", "date_year", "description", "language", "location", "name", "name_local", "type", "week_day"]}}
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": [{"uniqueIdentifier": null, "name": "Air New Zealand Limited", "startDate": null, "endDate": null}], "classifications": [{"uniqueIdentifier": null, "classificationCode": "I490008", "classificationDescription": "I490008 Air transport under CAA Rules part 121, 125, or 129"}, {"uniqueIdentifier": null, "classificationCode": "I490020", "classificationDescription": "I490008 Air transport under CAA Rules part 121, 125, or 129"}, {"uniqueIdentifier": null, "classificationCode": "I490030", "classificationDescription": "I490008 Air transport under CAA Rules part 121, 125, or 129"}], "previousEntityNames": ["TASMAN EMPIRE AIRWAYS LIMITED"], "registrationDate": "1940-04-26T00:00:00.000+1200", "sourceRegisterUniqueId": "104799", "links": [{"rel": "self", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429040402543", "methods": ["GET"]}, {"rel": "Full Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429040402543", "methods": ["GET"]}, {"rel": "Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429040402543/discoverable", "methods": ["GET"]}]}, {"entityStatusCode": "80", "entityName": "AIR NEW ZEALAND HOLIDAYS LIMITED", "nzbn": "9429032058956", "entityTypeCode": "LTD", "entityTypeDescription": "NZ Limited Company", "entityStatusDescription": "Removed", "tradingNames": [], "classifications": [], "previousEntityNames": ["HOTPAC RESERVATIONS NZ LIMITED", "AIR NEW ZEALAND DESTINATIONS LIMITED"], "registrationDate": "1982-12-07T00:00:00.000+1300", "sourceRegisterUniqueId": "116030", "links": [{"rel": "self", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429032058956", "methods": ["GET"]}, {"rel": "Full Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429032058956", "methods": ["GET"]}, {"rel": "Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429032058956/discoverable", "methods": ["GET"]}]}, {"entityStatusCode": "80", "entityName": "AIR NEW ZEALAND TASMAN PACIFIC LIMITED", "nzbn": "9429038411052", "entityTypeCode": "LTD", "entityTypeDescription": "NZ Limited Company", "entityStatusDescription": "Removed", "tradingNames": [], "classifications": [], "previousEntityNames": ["QUELA ENTERPRISES LIMITED", "NEW ZEALAND AIR CHARTERS LIMITED", "SOUTH PACIFIC AIR CHARTERS LIMITED", "FREEDOM AIR LIMITED", "ZEAL 320 LIMITED"], "registrationDate": "1995-10-02T00:00:00.000+1300", "sourceRegisterUniqueId": "698424", "links": [{"rel": "self", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429038411052", "methods": ["GET"]}, {"rel": "Full Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429038411052", "methods": ["GET"]}, {"rel": "Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429038411052/discoverable", "methods": ["GET"]}]}, {"entityStatusCode": "80", "entityName": "AIR NEW ZEALAND CONSULTING LIMITED", "nzbn": "9429034008171", "entityTypeCode": "LTD", "entityTypeDescription": "NZ Limited Company", "entityStatusDescription": "Removed", "tradingNames": [], "classifications": [], "previousEntityNames": [], "registrationDate": "2006-07-21T00:00:00.000+1200", "sourceRegisterUniqueId": "1837975", "links": [{"rel": "self", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429034008171", "methods": ["GET"]}, {"rel": "Full Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429034008171", "methods": ["GET"]}, {"rel": "Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429034008171/discoverable", "methods": ["GET"]}]}, {"entityStatusCode": "50", "entityName": "AIR NEW ZEALAND EXPRESS LIMITED", "nzbn": "9429040484266", "entityTypeCode": "LTD", "entityTypeDescription": "NZ Limited Company", "entityStatusDescription": "Registered", "tradingNames": [], "classifications": [], "previousEntityNames": ["JETSET TOURS LIMITED", "ENZEDAIR TOURS LIMITED"], "registrationDate": "1975-06-09T00:00:00.000+1200", "sourceRegisterUniqueId": "94657", "links": [{"rel": "self", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429040484266", "methods": ["GET"]}, {"rel": "Full Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429040484266", "methods": ["GET"]}, {"rel": "Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429040484266/discoverable", "methods": ["GET"]}]}, {"entityStatusCode": "80", "entityName": "AIR NEW ZEALAND INTERNATIONAL LIMITED", "nzbn": "9429032123555", "entityTypeCode": "LTD", "entityTypeDescription": "NZ Limited Company", "entityStatusDescription": "Removed", "tradingNames": [], "classifications": [], "previousEntityNames": ["REEFERS CONTAINER SERVICES LIMITED"], "registrationDate": "1981-08-21T00:00:00.000+1200", "sourceRegisterUniqueId": "112119", "links": [{"rel": "self", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429032123555", "methods": ["GET"]}, {"rel": "Full Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429032123555", "methods": ["GET"]}, {"rel": "Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429032123555/discoverable", "methods": ["GET"]}]}, {"entityStatusCode": "80", "entityName": "AIR NEW ZEALAND TRUSTEES LIMITED", "nzbn": "9429039075635", "entityTypeCode": "LTD", "entityTypeDescription": "NZ Limited Company", "entityStatusDescription": "Removed", "tradingNames": [], "classifications": [], "previousEntityNames": ["FURIZUKI INVESTMENTS LIMITED"], "registrationDate": "1991-07-26T00:00:00.000+1200", "sourceRegisterUniqueId": "517577", "links": [{"rel": "self", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429039075635", "methods": ["GET"]}, {"rel": "Full Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429039075635", "methods": ["GET"]}, {"rel": "Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429039075635/discoverable", "methods": ["GET"]}]}, {"entityStatusCode": "50", "entityName": "AIR NEW ZEALAND AIRCRAFT HOLDINGS LIMITED", "nzbn": "9429039920195", "entityTypeCode": "LTD", "entityTypeDescription": "NZ Limited Company", "entityStatusDescription": "Registered", "tradingNames": [], "classifications": [], "previousEntityNames": ["NATIONAL AIRWAYS CORPORATION (NAC) LIMITED"], "registrationDate": "1984-10-19T00:00:00.000+1200", "sourceRegisterUniqueId": "249719", "links": [{"rel": "self", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429039920195", "methods": ["GET"]}, {"rel": "Full Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429039920195", "methods": ["GET"]}, {"rel": "Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429039920195/discoverable", "methods": ["GET"]}]}, {"entityStatusCode": "80", "entityName": "AIR NEW ZEALAND AIRCREW GROUP INCORPORATED", "nzbn": "9429043028399", "entityTypeCode": "I", "entityTypeDescription": "Incorporated Society", "entityStatusDescription": "Removed", "tradingNames": [], "classifications": [], "previousEntityNames": [], "registrationDate": "1996-09-11T00:00:00.000+1200", "sourceRegisterUniqueId": "823388", "links": [{"rel": "self", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429043028399", "methods": ["GET"]}, {"rel": "Full Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429043028399", "methods": ["GET"]}, {"rel": "Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429043028399/discoverable", "methods": ["GET"]}]}, {"entityStatusCode": "50", "entityName": "AIR NEW ZEALAND ASSOCIATED COMPANIES LIMITED", "nzbn": "9429040422305", "entityTypeCode": "LTD", "entityTypeDescription": "NZ Limited Company", "entityStatusDescription": "Registered", "tradingNames": [{"uniqueIdentifier": null, "name": "No trading name", "startDate": null, "endDate": null}], "classifications": [{"uniqueIdentifier": null, "classificationCode": "K624040", "classificationDescription": "K624040 Investment - financial assets"}], "previousEntityNames": [], "registrationDate": "1977-12-07T00:00:00.000+1300", "sourceRegisterUniqueId": "102153", "links": [{"rel": "self", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429040422305", "methods": ["GET"]}, {"rel": "Full Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429040422305", "methods": ["GET"]}, {"rel": "Entity", "href": "https://api.business.govt.nz/services/v4/nzbn/entities/9429040422305/discoverable", "methods": ["GET"]}]}], "links": [{"rel": "Next Page", "href": "https://api.business.govt.nz/services/v4/nzbn/entities?search-term=air+new+zealand&page=1&page-size=10", "methods": ["GET"]}]}
{"$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": {"entityStatusCode": {"type": "string"}, "entityName": {"type": "string"}, "nzbn": {"type": "string"}, "entityTypeCode": {"type": "string"}, "entityTypeDescription": {"type": "string"}, "entityStatusDescription": {"type": "string"}, "tradingNames": {"type": "array", "items": {"type": "object", "properties": {"uniqueIdentifier": {"type": "null"}, "name": {"type": "string"}, "startDate": {"type": "null"}, "endDate": {"type": "null"}}, "required": ["endDate", "name", "startDate", "uniqueIdentifier"]}}, "classifications": {"type": "array", "items": {"type": "object", "properties": {"uniqueIdentifier": {"type": "null"}, "classificationCode": {"type": "string"}, "classificationDescription": {"type": "string"}}, "required": ["classificationCode", "classificationDescription", "uniqueIdentifier"]}}, "previousEntityNames": {"type": "array", "items": {"type": "string"}}, "registrationDate": {"type": "string"}, "sourceRegisterUniqueId": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}, "methods": {"type": "array", "items": {"type": "string"}}}, "required": ["href", "methods", "rel"]}}}, "required": ["classifications", "entityName", "entityStatusCode", "entityStatusDescription", "entityTypeCode", "entityTypeDescription", "links", "nzbn", "previousEntityNames", "registrationDate", "sourceRegisterUniqueId", "tradingNames"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}, "methods": {"type": "array", "items": {"type": "string"}}}, "required": ["href", "methods", "rel"]}}}, "required": ["items", "links", "page", "pageSize", "sortBy", "sortOrder", "totalItems"]}
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"}, {"postcode": "EH91UJ", "address_parts": {"line_1": "14 Grange Road", "line_2": "", "line_3": "", "line_4": "", "locality": "", "town": "Edinburgh", "county": "", "postcode": "EH91UJ"}, "formatted_html": "14 Grange Road<br>Edinburgh<br>EH91UJ", "formatted_text": "14 Grange Road, Edinburgh, EH91UJ"}, {"postcode": "EH91UJ", "address_parts": {"line_1": "16 Grange Road", "line_2": "", "line_3": "", "line_4": "", "locality": "", "town": "Edinburgh", "county": "", "postcode": "EH91UJ"}, "formatted_html": "16 Grange Road<br>Edinburgh<br>EH91UJ", "formatted_text": "16 Grange Road, Edinburgh, EH91UJ"}, {"postcode": "EH91UJ", "address_parts": {"line_1": "18 Grange Road", "line_2": "", "line_3": "", "line_4": "", "locality": "", "town": "Edinburgh", "county": "", "postcode": "EH91UJ"}, "formatted_html": "18 Grange Road<br>Edinburgh<br>EH91UJ", "formatted_text": "18 Grange Road, Edinburgh, EH91UJ"}, {"postcode": "EH91UJ", "address_parts": {"line_1": "20 Grange Road", "line_2": "", "line_3": "", "line_4": "", "locality": "", "town": "Edinburgh", "county": "", "postcode": "EH91UJ"}, "formatted_html": "20 Grange Road<br>Edinburgh<br>EH91UJ", "formatted_text": "20 Grange Road, Edinburgh, EH91UJ"}], "latitude": 55.936439514160156, "longitude": -3.182795286178589, "postcode": "EH91UJ"}
{"$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": "string"}, "line_4": {"type": "string"}, "locality": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["county", "line_1", "line_2", "line_3", "line_4", "locality", "postcode", "town"]}, "formatted_html": {"type": "string"}, "formatted_text": {"type": "string"}}, "required": ["address_parts", "formatted_html", "formatted_text", "postcode"]}}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postcode": {"type": "string"}}, "required": ["addresses", "latitude", "longitude", "postcode"]}
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": ["href", "rel"]}}, "status": {"type": "string"}, "updated": {"type": "string"}}, "required": ["id", "links", "status", "updated"]}}}, "required": ["versions"]}
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", "rel": "describedby", "type": "application/vnd.sun.wadl+xml"}], "media-types": [{"base": "application/xml", "type": "application/vnd.openstack.compute+xml;version=2"}, {"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2"}], "status": "CURRENT", "updated": "2011-01-21T11:33:21Z"}}
{"$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": ["href", "rel"]}}, "media-types": {"type": "array", "items": {"type": "object", "properties": {"base": {"type": "string"}, "type": {"type": "string"}}, "required": ["base", "type"]}}, "status": {"type": "string"}, "updated": {"type": "string"}}, "required": ["id", "links", "media-types", "status", "updated"]}}, "required": ["version"]}
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": "describedby", "type": "application/vnd.sun.wadl+xml"}, {"href": "http://docs.openstack.org/api/openstack-compute/2/wadl/os-compute-2.wadl", "rel": "describedby", "type": "application/vnd.sun.wadl+xml"}], "media-types": [{"base": "application/xml", "type": "application/vnd.openstack.compute+xml;version=2"}, {"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2"}], "status": "CURRENT", "updated": "2011-01-21T11:33:21Z"}}
{"$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": ["href", "rel"]}}, "media-types": {"type": "array", "items": {"type": "object", "properties": {"base": {"type": "string"}, "type": {"type": "string"}}, "required": ["base", "type"]}}, "status": {"type": "string"}, "updated": {"type": "string"}}, "required": ["id", "links", "media-types", "status", "updated"]}}, "required": ["version"]}
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 generate a quick summary for the user to give them an overview of the company's financial positioning and health.
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 a net decrease of $1.22 billion in cash and cash equivalents and restricted cash, but it generated $14.72 billion in cash from operating activities. The company invested $11.97 billion in purchasing property, plant, and equipment, as well as acquiring other assets and investments. TSLA obtained $936 million from the sale of digital assets and $54.1 million from the issuance of shares under share-based compensation plans. The company had a net cash outflow of $3.53 billion from financing activities, which included repaying convertible and other debt and paying noncontrolling interests. Overall, TSLA appears to be generating significant cash from operations, but it is investing heavily in expanding its business and paying off debt."}
{"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 news or other social media platforms or there might not be any related news for that company on that specific date.
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": " Update from CEO Andy Jassy on Amazon\u2019s operating plan and more role eliminations Facebook Google Plus Instagram Mail To LinkedIn Pinterest Quotation Mark Tumblr Twitter Youtube RSS magnify greater than Quote Close Search Right arrow Icon for read more (cta) Download Icon Whatsapp Icon Back to Amazon us au br ca cn de fr in it jp mx nl es uk us sg uae sa tr se Who We Are Open Item Who We are Leadership Principles Our Positions Public Policy Awards and Recognition Facts About Amazon What We Do Open Item What We do Amazon Store Delivery and Logistics Devices and Services Amazon Web Services Entertainment Our Workplace."}
{"$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"}}, "required": ["asset", "compound_positivity_score", "compound_sentiment", "date", "id", "top_url", "top_url_summary"]}
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 news or other social media platforms or there might not be any related news for that company on that specific date.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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", "15", "Zee", "K-10", "Ketan Parekh", "the Kolkata Stock Exchange", "first", "Madhavpura Mercantile Commercial Bank", "UTI", "750 million", "March 27, 2000", "Kerry Packer", "Ketan Parekh", "Vinay Maloo", "KVP Ventures", "$250 million", "KVP Ventures", "14 years", "Bank of India", "Mumbai Branch", "Times", "Sucheta Dalal", "2001", "RBI", "Parekh", "Varghese", "Indian", "the Bombay Stock Exchange", "BSE", "15 years", "2017", "one year", "Later that year", "Ketan Parekh", "Sections 11", "Regulation 11", "the Securities Market) Regulations", "2003", "Regulation 11", "2014", "CBI", "50,000", "April 2001", "12.73 billion", "8.88 billion", "2.66 billion", "Global Trust Bank"]}, {"overall_positive_score": 0.1090400158577869, "overall_negative_score": 0.18070089753957524, "overall_neutral_score": 0.7102590873837471}, {"sentence": "b'Ketan Parekh is a chartered accountant by profession", "positive": 0.0371318795, "negative": 0.0218053292, "neutral": 0.9410627484}, {"sentence": "Mr", "positive": 0.0599435866, "negative": 0.0436137766, "neutral": 0.8964426517}, {"sentence": "Parekh\\'s family business, which he inherited from his father, was the institutional brokerage firm known as Narbheram Harakchand Securities (NH Securities)", "positive": 0.0251677129, "negative": 0.0303599797, "neutral": 0.9444722533}, {"sentence": "He was a trainee at GrowMore, the business owned by Harshad Mehta", "positive": 0.0284949951, "negative": 0.0641003624, "neutral": 0.9074046016}, {"sentence": "Although Growmore was never proven guilty, he was a suspect in many frauds that he was involved in", "positive": 0.0399875008, "negative": 0.2396598309, "neutral": 0.7203527093}, {"sentence": "He started buying \"K-10\" equities, or low-liquidity IT and telecom companies, as the dot com boom began to take off in the late 1990s", "positive": 0.0521741621, "negative": 0.023737628, "neutral": 0.9240881801}, {"sentence": "HFCL, GTL, Silverline Technologies, Ranbaxy, Zee Telefilms, Global Trust Bank, DSQ Software, Aftek Infosys, and SSI were among the K-10 stocks", "positive": 0.1294817179, "negative": 0.0137827797, "neutral": 0.8567354679}, {"sentence": "He held about 16 percent of the floating shares in Global, 25 percent in Aftek Infosys, and 15 and 15 percent, respectively, in Zee and HFCL", "positive": 0.022959508, "negative": 0.0253235679, "neutral": 0.9517168999}, {"sentence": "Brokers and fund managers started to heavily invest in K-10 equities as a result of the stocks\\' considerable increase in value", "positive": 0.8638496995, "negative": 0.009374625, "neutral": 0.1267756671}, {"sentence": "Ketan Parekh traded on the Kolkata Stock Exchange because it lacked stringent regulations and rules that were crucial to trading", "positive": 0.0335038304, "negative": 0.4183031321, "neutral": 0.5481929779}, {"sentence": "He took advantage of the exchange, teamed up with numerous other brokers to trade on his behalf, and received commission", "positive": 0.4834363163, "negative": 0.0103439242, "neutral": 0.5062198043}, {"sentence": "\\nIn order to obtain money to deceive share prices and control the market, he not only conducted financial games with banks but also manipulated stock prices", "positive": 0.0291410498, "negative": 0.2731481493, "neutral": 0.6977107525}, {"sentence": "In order to acquire the bank\\'s trust when he applied for a loan in the form of pay orders, he first purchased shares of Madhavpura Mercantile Commercial Bank", "positive": 0.1008344665, "negative": 0.0107638333, "neutral": 0.8884017467}, {"sentence": "He approached other financial institutions like UTI for pledging pay orders after successfully devaluing MMCB\\'s shares, which included their investments in HFCL", "positive": 0.7995824218, "negative": 0.153996557, "neutral": 0.0464210734}, {"sentence": "His total debt was 750 million rupees", "positive": 0.0211589318, "negative": 0.0405152738, "neutral": 0.9383257627}, {"sentence": "On March 27, 2000, Kerry Packer, Ketan Parekh, and Vinay Maloo founded KVP Ventures with an initial investment of $250 million", "positive": 0.0579610467, "negative": 0.0133795831, "neutral": 0.9286593795}, {"sentence": "KVP Ventures primarily focuses on information technology software, internet, e-commerce, media and entertainment, and telecommunications", "positive": 0.0365355834, "negative": 0.0154002709, "neutral": 0.9480641484}, {"sentence": "He was prohibited from trading in the Indian stock market for 14 years due to fraudulently manipulating the pricing of K-10 shares.\\n\\n\\nKetan Parekh\\'s scam initially came to light when Bank of India (Mumbai Branch) accused him of defrauding them to the tune of Rs.137 crore", "positive": 0.0286036916, "negative": 0.6527935266, "neutral": 0.3186028302}]
{"$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": {"type": "string"}, "positive": {"type": "number"}, "negative": {"type": "number"}, "neutral": {"type": "number"}}}}
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 parameter.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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 parameter.
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": null, "socialScore": null}, "2022-05-01 00:00:00": {"esgScore": 28.54, "governanceScore": 9.61, "environmentScore": 2.78, "socialScore": 16.16}, "2022-04-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2022-03-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2022-02-01 00:00:00": {"esgScore": 28.54, "governanceScore": 9.61, "environmentScore": 2.78, "socialScore": 16.16}, "2022-01-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2021-12-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2021-11-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2021-10-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2021-09-01 00:00:00": {"esgScore": 30.46, "governanceScore": 10.2, "environmentScore": 2.95, "socialScore": 17.31}, "2021-08-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2021-07-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2021-06-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2021-05-01 00:00:00": {"esgScore": 31.29, "governanceScore": 11.03, "environmentScore": 2.95, "socialScore": 17.31}, "2021-04-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2021-03-01 00:00:00": {"esgScore": 31.29, "governanceScore": 11.03, "environmentScore": 2.95, "socialScore": 17.31}, "2021-02-01 00:00:00": {"esgScore": 31.09, "governanceScore": 11.03, "environmentScore": 2.75, "socialScore": 17.31}, "2021-01-01 00:00:00": {"esgScore": 31.09, "governanceScore": 11.03, "environmentScore": 2.75, "socialScore": 17.31}, "2020-12-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2020-11-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2020-10-01 00:00:00": {"esgScore": 31.09, "governanceScore": 11.03, "environmentScore": 2.75, "socialScore": 17.31}, "2020-09-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2020-08-01 00:00:00": {"esgScore": 31.07, "governanceScore": 11, "environmentScore": 2.75, "socialScore": 17.31}, "2020-07-01 00:00:00": {"esgScore": 31.07, "governanceScore": 11.01, "environmentScore": 2.75, "socialScore": 17.31}, "2020-06-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2020-05-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2020-04-01 00:00:00": {"esgScore": null, "governanceScore": null, "environmentScore": null, "socialScore": null}, "2020-03-01 00:00:00": {"esgScore": 31.37, "governanceScore": 11.22, "environmentScore": 2.79, "socialScore": 17.37}, "2020-02-01 00:00:00": {"esgScore": 31.37, "governanceScore": 11.22, "environmentScore": 2.79, "socialScore": 17.37}, "2020-01-01 00:00:00": {"esgScore": 31.37, "governanceScore": 11.22, "environmentScore": 2.79, "socialScore": 17.37}, "2019-12-01 00:00:00": {"esgScore": 30.78, "governanceScore": 10.63, "environmentScore": 2.79, "socialScore": 17.37}, "2019-11-01 00:00:00": {"esgScore": 58.5, "governanceScore": 46.95, "environmentScore": 70.49, "socialScore": 50.14}, "2019-10-01 00:00:00": {"esgScore": 58.5, "governanceScore": 46.95, "environmentScore": 70.49, "socialScore": 50.14}, "2019-09-01 00:00:00": {"esgScore": 58.5, "governanceScore": 46.95, "environmentScore": 70.49, "socialScore": 50.14}, "2019-08-01 00:00:00": {"esgScore": 58.5, "governanceScore": 46.95, "environmentScore": 70.49, "socialScore": 50.14}, "2019-07-01 00:00:00": {"esgScore": 58.5, "governanceScore": 46.95, "environmentScore": 70.49, "socialScore": 50.14}, "2019-06-01 00:00:00": {"esgScore": 58.5, "governanceScore": 46.95, "environmentScore": 70.49, "socialScore": 50.14}}
{"$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", "esgScore", "governanceScore", "socialScore"]}, "2022-07-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2022-06-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2022-05-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2022-04-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2022-03-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2022-02-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2022-01-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-12-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-11-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-10-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-09-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-08-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-07-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-06-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-05-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-04-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-03-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-02-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2021-01-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-12-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-11-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-10-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-09-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-08-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "integer"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-07-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-06-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-05-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-04-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "null"}, "governanceScore": {"type": "null"}, "environmentScore": {"type": "null"}, "socialScore": {"type": "null"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-03-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-02-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2020-01-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2019-12-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2019-11-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2019-10-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2019-09-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2019-08-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2019-07-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}, "2019-06-01 00:00:00": {"type": "object", "properties": {"esgScore": {"type": "number"}, "governanceScore": {"type": "number"}, "environmentScore": {"type": "number"}, "socialScore": {"type": "number"}}, "required": ["environmentScore", "esgScore", "governanceScore", "socialScore"]}}, "required": ["2019-06-01 00:00:00", "2019-07-01 00:00:00", "2019-08-01 00:00:00", "2019-09-01 00:00:00", "2019-10-01 00:00:00", "2019-11-01 00:00:00", "2019-12-01 00:00:00", "2020-01-01 00:00:00", "2020-02-01 00:00:00", "2020-03-01 00:00:00", "2020-04-01 00:00:00", "2020-05-01 00:00:00", "2020-06-01 00:00:00", "2020-07-01 00:00:00", "2020-08-01 00:00:00", "2020-09-01 00:00:00", "2020-10-01 00:00:00", "2020-11-01 00:00:00", "2020-12-01 00:00:00", "2021-01-01 00:00:00", "2021-02-01 00:00:00", "2021-03-01 00:00:00", "2021-04-01 00:00:00", "2021-05-01 00:00:00", "2021-06-01 00:00:00", "2021-07-01 00:00:00", "2021-08-01 00:00:00", "2021-09-01 00:00:00", "2021-10-01 00:00:00", "2021-11-01 00:00:00", "2021-12-01 00:00:00", "2022-01-01 00:00:00", "2022-02-01 00:00:00", "2022-03-01 00:00:00", "2022-04-01 00:00:00", "2022-05-01 00:00:00", "2022-06-01 00:00:00", "2022-07-01 00:00:00", "2022-08-01 00:00:00"]}
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 people from the group chat I don't like how anybody can do it. I think only the creator of the group chat should be able to kick people, please fix this, I would give 5 stars if this wasn't a thing.", "MostNegativeComment": "I don't usually review apps especially social media, but damn this problem is becoming annoying, typing a text line in a photo I've taken and there's a filter slide bar covering it so I can't move the text or edit or anything. The occasional time I've managed to edit it, it disappears when I'm happy with my edit and go out if it, it's like I never typed anything. I hate it.", "Reviews_and_Scores": [{"index": 0, "Comments": "This was my all-time favorite app but after the most recent update, the glitches are out of control. The text won't go lower than the lil filter row, the black border on the bottom of the snap throws off the ratio and it makes the snap look awful and i can't get my snapstreaks back no matter what. I literally JUST lost it and the app isn't giving me the form to restore the streak even though it hasn't been 24hrs.", "Score": 2, "PositiveScore": 0.0004631691, "NegativeScore": 0.9995368719}, {"index": 1, "Comments": "I am facing the new issue with recent update. Since the new update it has shrunk my camera screen so there is a black bar at the bottom, basically making the camera a different aspect ratio. Annoying, and hard to work with. Also, when I make a text box, and I somehow put it where the filters are every time, and then it gets stuck behind the filters (which you should be able to disable because most people don't use them)", "Score": 2, "PositiveScore": 0.000507676, "NegativeScore": 0.9994922876}, {"index": 2, "Comments": "In it's current state after the most recent update, the app is practically unusable. It crashed if you add a filter to a snap, keeps moving text bars on snaps right to the bottom of the screen meaning they can't he moved due to the filter options being on the way, and to top it all off the camera no longer uses the whole screen but is squashed to the top leaving a massive black bar at the bottom. The app worked perfectly fine before the developers decided to mess with it.", "Score": 2, "PositiveScore": 0.0004778259, "NegativeScore": 0.9995222092}, {"index": 3, "Comments": "I don't usually review apps especially social media, but damn this problem is becoming annoying, typing a text line in a photo I've taken and there's a filter slide bar covering it so I can't move the text or edit or anything. The occasional time I've managed to edit it, it disappears when I'm happy with my edit and go out if it, it's like I never typed anything. I hate it.", "Score": 3, "PositiveScore": 0.000280661, "NegativeScore": 0.9997193217}, {"index": 4, "Comments": "It always glitches and lags everytime I try to use the filters. Sometimes it crashes completely and doesn't allow me to send messages to friends, it says i don't have any friends all it says is add friends. It doesn't allow me to look at spotlight or stories etc. This always happens once in a while. Whenever this happens i have to uninstall the app then install it again. When I uninstall the app there's always problems and it takes forever to uninstall. I have to restart my phone then uninstall.", "Score": 1, "PositiveScore": 0.0003953848, "NegativeScore": 0.9996046424}, {"index": 5, "Comments": "I've been using Snapchat for over 5 years now and it's alright. Lately the updates have messed up the app though. I hate the black bar that was added to the bottom of the screen. It makes it look weird and glitches out my phone half the time. When I watch stories or videos on the discover, I barely see anything and there's an ad. Snapchat has added way too many ads now, and there not even ones you can skip. I don't think the recent update has done anything.", "Score": 3, "PositiveScore": 0.0020982448, "NegativeScore": 0.9979017973}, {"index": 6, "Comments": "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 people from the group chat I don't like how anybody can do it. I think only the creator of the group chat should be able to kick people, please fix this, I would give 5 stars if this wasn't a thing.", "Score": 3, "PositiveScore": 0.996140182, "NegativeScore": 0.0038598089}, {"index": 7, "Comments": "Overall its the best app i have used so far but from some previous days it has got some glitches in it it dosent work properly, even though a message appears on my screen that this app has stoped. I have tried to fix it but every time re-installed it, it never starts. I really want you to look at it and please try fix the bugs. I hope i will be able to get acess through it. Looking forward for your co-operation.", "Score": 3, "PositiveScore": 0.9910242558, "NegativeScore": 0.0089757275}, {"index": 8, "Comments": "I see others are having this issue, when text is written and you've closed the keyboard the text goes to the bottom by the filters and you can move it. Also when viewing stories from others if text is at the bottom it's covered by the bitmoji and chat bar. It's getting really frustrating. I'm also having the problem with there being a gap at the top from photo I've taken and it's rather hideous the layout", "Score": 2, "PositiveScore": 0.0002878255, "NegativeScore": 0.9997121692}, {"index": 9, "Comments": "Black bar around the screen, camera perspectiv changed, it doesn't have the zoom it used to have, instead of nice round face you get a long middle centered focus on face. Shots after a few seconds, selfie preview makes skin yellowish, sometimes would look yellowish and then change to normal light after photo was taken but it would make it extremely sharp. Bring back the old good version of snap. And make some damn improvements for the damn light.", "Score": 1, "PositiveScore": 0.3829160333, "NegativeScore": 0.6170840263}]}
{"$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": "object", "properties": {"index": {"type": "integer"}, "Comments": {"type": "string"}, "Score": {"type": "integer"}, "PositiveScore": {"type": "number"}, "NegativeScore": {"type": "number"}}, "required": ["Comments", "NegativeScore", "PositiveScore", "Score", "index"]}}}, "required": ["AppID", "AppName", "AverageScore", "MostNegativeComment", "MostPositiveComment", "Reviews_and_Scores"]}
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 the canonical list of ESOVDB webhook events, use the GET /webhooks API endpoint, without any query parameters.
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": "#/$defs/event"}}, "failed": {"type": "array", "items": {"$ref": "#/$defs/event"}}}
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 of ESOVDB webhook events, use the GET /webhooks API endpoint, without any query parameters.
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": "#/$defs/event"}}}
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 of ESOVDB webhook events, use the GET /webhooks API endpoint, without any query parameters.
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": "#/$defs/event"}}}
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 of ESOVDB webhook events, use the GET /webhooks API endpoint, without any query parameters.
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": "#/$defs/event"}}}
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. Premium users of this endpoint will always receive completely fresh data, never cached.
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 explained.\n\nEntrenched Meanders form when tectonic uplift begins underneath an meandering river system - causing the river to carve a meandering river canyon. In addition to the Yakima River Canyon in Washington, the San Juan River also features excellent entrenched meanders at Gooseneck State Park in Utah. \n\nThis episode begins with Nick standing next to a sweeping curve of the Yakima River downstream of Ellensburg, Washington. The concept of meanders being old age features is established. When rivers are youthful, they are typically linear, but as the river ages, its subtle curves become more exaggerated meanders as time goes by. The meanders are constantly shifting their locations due to continued erosion on the outside of meander curves - and continued deposition of sediment on the inside of the curves. The final stage of meander development is a cut off of the meander that almost loops back completely on itself, and the river abandons the meander - cuts a new straight channel - and an ox-bow lake is formed at the abandoned meander. Since the Yakima River has beautiful, well-formed meanders here, it is clear that central Washington was flat long ago - just like the Mississippi River system today. \n\nThe episode then switches to Nick at an overlook vista on the western rim of the Yakima River Canyon. Since the meandering river is now at the bottom of a canyon, the concept of plate tectonic uplift is introduced. The canyon cutting here is a younger event than the river meander development. Regional uplift in central Washington is due to the development of the Yakima Fold and Thrust Belt - and area of densely packed folds and faults that show that this area has been under crustal compression during the last 10 million years. The compression is the force that drives the tectonic uplift that has caused the river to become energized. The river has held its position against an uplifting section of Columbia River Basalt layers now on display in the walls of the beautiful Yakima River Canyon. The Yakima River has been here longer than the Yakima River Canyon!", "runningTime": "3:01", "format": "Web Series", "topic": "Alluvial, Pluvial & Terrestrial Sedimentology, Erosion & Weathering, Geomorphology, Karst, Groundwater & Provenance", "series": "2-minute Geology", "seriesCount": "15", "vol": "", "no": "", "publisher": "hugefloods.com", "presenters": [{"firstName": "Nick", "lastName": "Zentner"}, {"firstName": "Tom", "lastName": "Foster"}], "language": "en", "location": "", "plusCode": "", "provider": "YouTube", "esovdbId": "esovdb-0303-002113", "recordId": "recrPP76yYrjNvlmw", "accessDate": "2019-07-06 08:52:20", "created": "2019-07-06T12:52:20.000Z", "modified": "2021-01-02T07:02:24.000Z"}, {"...": "6,100+ other video objects just like this."}]
{"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"}, "title": {"type": "string"}, "url": {"type": "string"}, "year": {"type": "integer", "minimum": 1900}, "desc": {"type": "string"}, "runningTime": {"type": "string"}, "format": {"type": "string"}, "topic": {"type": "string"}, "series": {"type": "string"}, "seriesCount": {"type": "string"}, "vol": {"type": "string"}, "no": {"type": "string"}, "publisher": {"type": "string"}, "presenters": {"type": "array", "items": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}}}}, "language": {"type": "string"}, "location": {"type": "string"}, "plusCode": {"type": "string"}, "provider": {"type": "string"}, "esovdbId": {"type": "string"}, "recordId": {"type": "string"}, "accessDate": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}}}, "youtube": {"type": "object", "properties": {"videoId": {"type": "string"}, "recordId": {"type": "string"}, "esovdbId": {"type": "string"}, "zoteroKey": {"type": "string"}, "added": {"type": "string"}}}, "raw": {"type": "object", "properties": {"id": {"type": "string"}, "Title": {"type": "string"}, "URL": {"type": "string"}, "Description": {"type": "string"}, "Series": {"type": "array", "items": {"type": "string"}}, "Publisher": {"type": "array", "items": {"type": "string"}}, "Year": {"type": "integer"}, "Running Time": {"type": "integer", "minimum": 0}, "Rating": {"type": "integer", "minimum": 0, "maximum": 5}, "No": {"type": "integer", "minimum": 0}, "Format": {"type": "string"}, "Medium": {"type": "string"}, "Presenter(s)": {"type": "array", "items": {"type": "string"}}, "Language": {"type": "string"}, "Level/Audience": {"type": "string"}, "Status": {"type": "string"}, "Topic": {"type": "string"}, "Topic Link": {"type": "array", "items": {"type": "string"}}, "Geocoding": {"type": "string"}, "Marker Color": {"type": "string"}, "ID": {"type": "integer", "minimum": 0}, "YouTube Video ID": {"type": "string"}, "YouTube Thumbnail": {"type": "array", "items": {"type": "object", "required": ["id", "width", "height", "url", "filename", "size", "type", "thumbnails"], "properties": {"id": {"type": "string"}, "width": {"type": "integer", "minimum": 0}, "height": {"type": "integer", "minimum": 0}, "url": {"type": "string"}, "filename": {"type": "string"}, "size": {"type": "integer", "minimum": 0}, "type": {"type": "string"}, "thumbnails": {"type": "object", "required": ["small", "large", "full"], "properties": {"small": {"type": "object", "required": ["url", "width", "height"], "properties": {"url": {"type": "string"}, "width": {"type": "integer", "minimum": 0}, "height": {"type": "integer", "minimum": 0}}}, "large": {"type": "object", "required": ["url", "width", "height"], "properties": {"url": {"type": "string"}, "width": {"type": "integer", "minimum": 0}, "height": {"type": "integer", "minimum": 0}}}, "full": {"type": "object", "required": ["url", "width", "height"], "properties": {"url": {"type": "string"}, "width": {"type": "integer", "minimum": 0}, "height": {"type": "integer", "minimum": 0}}}}}}}}, "Zotero Key": {"type": "string"}, "Zotero Version": {"type": "integer", "minumum": 0}, "HTML Link": {"type": "string"}, "Reddit/Markdown Link": {"type": "string"}, "Series URL": {"type": "array", "items": {"type": ["string", "null"]}}, "YouTube Thumbnail URL": {"type": "string"}, "No. Formatted": {"type": "string"}, "Date Added": {"type": "string"}, "Video Provider": {"type": "string"}, "Watch Video": {"type": "object", "required": ["label", "url"], "properties": {"label": {"type": "string"}, "url": {"type": ["string", "null"]}}}, "View on Map": {"type": "object", "required": ["label", "url"], "properties": {"label": {"type": "string"}, "url": {"type": ["string", "null"]}}}, "Presenter First Name": {"type": "array", "items": {"type": "string"}}, "Presenter Last Name": {"type": "array", "items": {"type": "string"}}, "ISO Added": {"type": "string"}, "Publisher Code": {"type": "array", "items": {"type": "string"}}, "Code": {"type": "string"}, "ESOVDBID": {"type": "string"}, "Language Code": {"type": "string"}, "Publisher Text": {"type": "string"}, "Series Text": {"type": "string"}, "Year Sort": {"type": "integer", "minimum": 1900}, "Vol & No": {"type": "string"}, "Record ID": {"type": "string"}, "Series Count": {"type": "array", "items": {"type": "integer"}}, "Series Count Text": {"type": "string"}, "Modified": {"type": "string"}, "Created": {"type": "string"}, "Presenter(s) Text": {"type": "string"}, "Publisher Sort": {"type": "array", "items": {"type": "string"}}, "Series Sort": {"type": "array", "items": {"type": "string"}}, "Series Zotero Key Lookup": {"type": "array", "items": {"type": "string"}}, "Series Zotero Key": {"type": "string"}, "Topic Zotero Key Lookup": {"type": "array", "items": {"type": "string"}}, "Topic Zotero Key": {"type": "string"}, "Delete Record": {"type": "object", "required": ["label", "url"], "properties": {"label": {"type": "string"}, "url": {"type": ["string", "null"]}}}, "Presenter Formatted": {"type": "array", "items": {"type": "string"}}, "Status Text": {"type": "string"}}}, "more": {"type": "object", "properties": {"...": {"type": "string"}}}}}