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
97feb445-5042-4344-b5f1-28da484ad1cb/99a271ae-27ee-4ef2-ad40-aa14825ebcd3/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/account/details/{account}
Account bank detailes
200
null
[{"provider": "reilsBank", "account": "39eab26c-8788-4375-810c-9807aaf98191", "bankDetails": [{"key": "iban", "value": "GB68PAYR04034497484799"}]}]
{"type": "array", "items": {"required": ["account", "bankDetails", "provider"], "properties": {"provider": {"type": "string", "description": "Account bank details provider"}, "account": {"type": "string", "description": "Account ID", "format": "uuid"}, "bankDetails": {"type": "array", "items": {"type": "object", "prope...
97feb445-5042-4344-b5f1-28da484ad1cb/0085db60-dc29-4f22-98ab-2e1320eab65d/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/posting/{account}
List assets transfers for the account
200
null
{"postings": [{"actionKey": "2022-08-15T12:46:21.379Z", "action": "Debit for the sender", "credit": 0, "currency": "GBP", "debit": 13, "amount": 13, "available": 150, "balance": 150, "method": "UKFP", "operation": "withdrawal", "status": "completed"}], "nextPage": true}
{"required": ["nextPage", "postings"], "type": "object", "properties": {"postings": {"type": "array", "items": {"required": ["action", "actionKey", "available", "balance", "credit", "currency", "debit", "method", "operation"], "properties": {"actionKey": {"type": "string", "description": "Posting action key. Transfer a...
97feb445-5042-4344-b5f1-28da484ad1cb/9e0e0e80-6179-439a-8256-6c4ebf970cac/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/posting/statement/
Statement for the posting
200
null
{"client": "39eab26c-8788-4375-810c-9807aaf98191", "actionKey": "2022-08-15T12:46:21.379Z", "transferType": "UKFP", "status": "completed", "amount": 10, "currency": "GPB", "charge": {"action": "transfer", "actionType": "internal", "total": 170, "fee": 20, "percentage": 15, "flat": 5, "release": "2022-07-06T13:42:24.094...
{"required": ["actionKey", "actor", "amount", "client", "created", "currency", "status", "transferType"], "properties": {"client": {"type": "string", "description": "Client ID", "format": "uuid"}, "actionKey": {"type": "string", "description": "Transfer action key in RFC 3339 (section 5.6)", "format": "date-time"}, "tr...
97feb445-5042-4344-b5f1-28da484ad1cb/1e03033b-fbb1-48bd-b9b0-dba43b924885/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/transfer/uk-faster-payment/
Send assets to the recipient
201
null
{"message": "UK faster payment started", "operationKey": "1661850356838"}
{"type": "object", "properties": {"message": {"type": "string", "description": "Transaction Status"}, "operationKey": {"type": "string", "description": "Unique key for the transaction"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/d8f34952-91fe-4973-b965-59fa3e5a7997/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/recipient/search/{currency}
Receive recipient info and default account
200
null
[{"isTransferPossible": true, "isRecipientFound": "true", "clientName": "Mark T", "client": "39eab26c-8788-4375-810c-9807aaf98191", "account": "39eab26c-8788-4375-810c-9807aaf98191", "currency": "USD"}]
{"type": "array", "items": {"required": ["account", "client", "clientName", "currency", "isRecipientFound", "isTransferPossible"], "properties": {"isTransferPossible": {"type": "boolean", "description": "True if transfer is possible"}, "isRecipientFound": {"type": "string", "description": "True if recipient was found"}...
97feb445-5042-4344-b5f1-28da484ad1cb/9bda708f-3774-4ab6-bdf6-482cd4bb0fe9/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/recipient
Updates recipient title and ttl
200
null
{"transactionStatus": "Recipient updated"}
{"type": "object", "properties": {"transactionStatus": {"type": "string", "description": "Transaction Status"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/d36f6bb0-e905-4a62-a501-7abc5c078f27/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/recipient
Delete recipient by recipientKey
200
null
{"transactionStatus": "Recipient deleted"}
{"type": "object", "properties": {"transactionStatus": {"type": "string", "description": "Transaction Status"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/3dd82689-e4a7-4e79-9f95-37a3e5923163/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/recipient
List of the recipients for the client
200
null
{"recipients": [{"recipientKey": "recipient#1660831535", "transferType": "INTERNAL", "recipientType": "person", "currency": "GBP", "created": "2022-07-06T13:42:24.094Z", "accountNumber": "45564658", "sortCode": "9485394578", "email": "mail@domain.com", "name": "Taras", "surname": "Bulba", "companyName": "Horns and hoov...
{"required": ["nextPage", "recipients"], "type": "object", "properties": {"recipients": {"type": "array", "items": {"anyOf": [{"required": ["accountNumber", "companyName", "created", "currency", "email", "name", "recipientKey", "recipientType", "sortCode", "surname", "title", "transferType"], "properties": {"recipientK...
97feb445-5042-4344-b5f1-28da484ad1cb/df4d14df-7890-41fd-8018-1a58c0106d39/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/transfer/internal/
Send assets to the recipient account
201
null
{"message": "Internal transfer started", "operationKey": "1661850356838"}
{"type": "object", "properties": {"message": {"type": "string", "description": "Transaction Status"}, "operationKey": {"type": "string", "description": "Unique key for the transaction"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/ee205c5f-1fcf-4292-ae60-1d102fbe0c25/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/sumsub/access-token
Requests customer token to initialize Sumsub SDK
200
null
{"token": "_act-b8ebfb63-5f24-4b89-9c08-5bbabeec986e", "userId": "73f86631-3aa8-4df3-a769-ed820761da8c"}
{"type": "object", "properties": {"token": {"type": "string", "description": "A newly generated access token for an applicant"}, "userId": {"type": "string", "description": "Applicants id"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/c4d4739c-8b9f-42ca-a5ac-c290589a85f4/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/sumsub/webhook
Notifies internal service about Sumsub events
200
null
{"message": "Processed senseful"}
{"type": "object", "properties": {"message": {"type": "string", "description": "Response message"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/c4d4739c-8b9f-42ca-a5ac-c290589a85f4/1/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/sumsub/webhook
Notifies internal service about Sumsub events
500
null
{"message": "Proses failed"}
{"type": "object", "properties": {"message": {"type": "string", "description": "Server error"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/c4d4739c-8b9f-42ca-a5ac-c290589a85f4/2/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/sumsub/webhook
Notifies internal service about Sumsub events
400
null
{"message": "Invalid payload"}
{"type": "object", "properties": {"message": {"type": "string", "description": "Application error"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/313eb031-a86f-4747-b75e-5b74aa72f4cd/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/client
Client info
200
null
{"name": "John", "surname": "Doe", "nationality": "UKR", "birthday": "2017-07-21"}
{"allOf": [{"required": ["birthday", "name", "nationality", "surname"], "properties": {"name": {"maxLength": 15, "minLength": 1, "type": "string", "description": "Client name"}, "surname": {"maxLength": 30, "minLength": 1, "type": "string", "description": "Client surname"}, "nationality": {"maxLength": 3, "minLength": ...
97feb445-5042-4344-b5f1-28da484ad1cb/3766ee11-c524-478c-964d-bfcc98243d10/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/client
Initiate a client with provided answers for onboarding questionnaire
500
null
{"message": "Client initiation failed"}
{"type": "object", "properties": {"message": {"type": "string", "description": "Server error"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/3766ee11-c524-478c-964d-bfcc98243d10/1/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/client
Initiate a client with provided answers for onboarding questionnaire
400
null
{"message": "The client has been already initiated"}
{"type": "object", "properties": {"message": {"type": "string", "description": "Application error"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/3766ee11-c524-478c-964d-bfcc98243d10/2/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/client
Initiate a client with provided answers for onboarding questionnaire
201
null
{"transactionStatus": "Initiation completed"}
{"type": "object", "properties": {"transactionStatus": {"type": "string", "description": "Transaction Status"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/f1948fb0-eb5b-45ea-b573-6b5f14c5c0e0/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/log/{operationKey}
Receive detailed description for the operation status and state
200
null
[{"operationKey": "39eab26c-8788-4375-810c-9807aaf98191", "action": "StartCreateAccount", "created": "2022-07-06T19:41:06.356Z", "message": "Top up for the client 181c2bc8-064c account eece470f-0b22-de0f complited"}]
{"type": "array", "items": {"required": ["action", "created", "message", "operationKey"], "properties": {"operationKey": {"type": "string", "description": "A unique key for the operation", "format": "uuid"}, "action": {"type": "string", "description": "Title for the jornal action (state of the transuction)"}, "created"...
97feb445-5042-4344-b5f1-28da484ad1cb/f4164ee7-a0c9-4db0-8d2e-23350ef6de3c/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/fee/payment
Calculates transfer payment according to the fee plan
200
null
{"action": "transfer", "actionType": "internal", "amount": 150, "total": 170, "fee": 20, "percentage": 15, "flat": 5, "counter": "flatPlusPercentage", "currency": "USD", "holder": "customer", "release": "2022-07-06T13:42:24.094Z"}
{"required": ["amount", "counter", "currency", "fee", "flat", "holder", "percentage", "release", "total"], "properties": {"action": {"type": "string", "description": "Service action", "enum": ["transfer"]}, "actionType": {"type": "string", "description": "Action type", "enum": ["internal", "ukFasterPayment"]}, "amount"...
97feb445-5042-4344-b5f1-28da484ad1cb/5440c1fa-41f6-4989-b23c-beccd4e96029/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/client/close
201
null
{"message": "Close account started", "operationKey": "1661850356838"}
{"type": "object", "properties": {"message": {"type": "string", "description": "Operation Status"}, "operationKey": {"type": "string", "description": "Unique key for the transaction"}}}
97feb445-5042-4344-b5f1-28da484ad1cb/3f743f3c-b51c-4ef5-9903-08c30ce4d726/0/0
FinHost
Highload digital white-label banking platform that helps financial businesses to grow fast, scalable and reliable.
0.1
/fee/plans
Describes fee payments for the services
200
null
{"transferPlans": [{"action": "transfer", "actionType": "internal", "title": "Default GBP", "currency": "USD", "plans": [{"range": {}, "flat": 1000, "percentage": 1000, "counter": "flatPlusPercentage"}]}]}
{"type": "object", "properties": {"transferPlans": {"type": "array", "items": {"allOf": [{"properties": {"action": {"type": "string", "description": "Service action", "enum": ["transfer"]}, "actionType": {"type": "string", "description": "Action type", "enum": ["internal", "ukFasterPayment"]}, "title": {"type": "string...
885a3998-4db8-4125-b6b4-c28f5eced3b0/8395824d-d91f-445f-a1d8-b77adc6c4db7/0/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/sets/{id}
200
null
{"success": true, "message": "", "data": {"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": ""...
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "description": {"type"...
885a3998-4db8-4125-b6b4-c28f5eced3b0/8395824d-d91f-445f-a1d8-b77adc6c4db7/1/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/sets/{id}
200
null
{"success": true, "message": "", "data": {"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": ""...
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "description": {"type"...
885a3998-4db8-4125-b6b4-c28f5eced3b0/43a6cb5a-df7d-4f2e-b576-90ab98073e45/0/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/themes
200
null
{"success": true, "message": "", "data": [{"id": 0, "name": "", "price": {"retail": "", "market": "", "growth": "", "annual_growth": ""}}]}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["stri...
885a3998-4db8-4125-b6b4-c28f5eced3b0/43a6cb5a-df7d-4f2e-b576-90ab98073e45/1/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/themes
200
null
{"success": true, "message": "", "data": [{"id": 0, "name": "", "price": {"retail": "", "market": "", "growth": "", "annual_growth": ""}}]}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["stri...
885a3998-4db8-4125-b6b4-c28f5eced3b0/3d7aa3d7-8cd8-44e5-93cb-9de8cd35b447/0/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/sets
200
null
{"success": true, "message": "", "data": [{"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": "...
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["stri...
885a3998-4db8-4125-b6b4-c28f5eced3b0/3d7aa3d7-8cd8-44e5-93cb-9de8cd35b447/1/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/sets
200
null
{"success": true, "message": "", "data": [{"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": "...
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["stri...
885a3998-4db8-4125-b6b4-c28f5eced3b0/1e34e04c-f935-4bb9-b6a1-0013cdae6dcd/0/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/themes/{id}/sets
200
null
{"success": true, "message": "", "data": [{"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": "...
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["stri...
885a3998-4db8-4125-b6b4-c28f5eced3b0/1e34e04c-f935-4bb9-b6a1-0013cdae6dcd/1/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/themes/{id}/sets
200
null
{"success": true, "message": "", "data": [{"id": 0, "name": "", "description": "", "released": "", "set_number": "", "theme": "", "theme_id": 0, "sub_theme": "", "sub_theme_id": 0, "figures": 0, "pieces": 0, "price": {"retail": "", "retail_string": "", "market": "", "market_string": "", "growth": "", "annual_growth": "...
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["stri...
885a3998-4db8-4125-b6b4-c28f5eced3b0/0a352f59-4dd0-40f1-abe4-5e0a755f5030/0/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/themes/top
200
null
{"success": true, "message": "", "data": [{"id": 0, "name": "", "market": "", "annual_growth": ""}]}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": ["string", "null"]}, "ma...
885a3998-4db8-4125-b6b4-c28f5eced3b0/0a352f59-4dd0-40f1-abe4-5e0a755f5030/1/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/themes/top
200
null
{"success": true, "message": "", "data": [{"id": 0, "name": "", "market": "", "annual_growth": ""}]}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": ["array", "null"], "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": ["string", "null"]}, "ma...
885a3998-4db8-4125-b6b4-c28f5eced3b0/b3f3b757-525b-461d-ae7c-64ca7241fd38/0/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/themes/{id}
200
null
{"success": true, "message": "", "data": {"id": 0, "name": "", "price": {"retail": "", "market": "", "growth": "", "annual_growth": ""}}}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "price": {"type": "obj...
885a3998-4db8-4125-b6b4-c28f5eced3b0/b3f3b757-525b-461d-ae7c-64ca7241fd38/1/0
Lego Brick Economy
Manage your entire LEGO collection, see it's current value and predict investment returns.
5.8
/api/themes/{id}
200
null
{"success": true, "message": "", "data": {"id": 0, "name": "", "price": {"retail": "", "market": "", "growth": "", "annual_growth": ""}}}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "data": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": ["string", "null"]}, "price": {"type": "obj...
07ccc820-bafc-4228-86db-4f00742f034f/90ffd841-5153-456b-a760-a7cda3b2389a/0/0
Job Salary Data
Super Fast and Simple API to get Job Salary/Pay Estimations from all major publishers - Payscale, Glassdoor, ZipRecruiter and many others, all in a single API.
9.7
Job Salary
Get estimated job salaries/pay by job title and location.
200
Response
{"status": "OK", "request_id": "ba5b67f9-464b-4124-afbe-7416d9173b90", "data": [{"location": "San Francisco, CA", "job_title": "Junior SQL Developer", "publisher_name": "ZipRecruiter", "publisher_link": "https://www.ziprecruiter.com/Salaries/Junior-SQL-Developer-Salary-in-San-Francisco,CA", "min_salary": 49168, "max_sa...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "job_title": {"type": "string"}, "publisher_name": {"type": "string"}, "publisher_link": {"type": "string"}, "min_salary"...
73fa2a41-2742-4fcd-beeb-25d8d0f23fd0/a4e89367-3aba-451a-ad70-29646d85f8cb/0/0
VerificadorRFC
Verifica ante el Servicio de Administración Tributaria la información proporcionada. NOTA: Solo funciona en Mexico
6.7
Verificar información fiscal
Consulta la información los registros actuales del SAT México
200
New Example
{"message": "RFC v\u00e1lido, y susceptible de recibir facturas", "status": "success", "type": "ok"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}}, "required": ["message", "status", "type"]}
73fa2a41-2742-4fcd-beeb-25d8d0f23fd0/a4e89367-3aba-451a-ad70-29646d85f8cb/0/1
VerificadorRFC
Verifica ante el Servicio de Administración Tributaria la información proporcionada. NOTA: Solo funciona en Mexico
6.7
Verificar información fiscal
Consulta la información los registros actuales del SAT México
200
Válido
{"message": "RFC v\u00e1lido, y susceptible de recibir facturas", "status": "success", "type": "ok"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}}, "required": ["message", "status", "type"]}
d3eedf15-cb47-495f-95d4-b710ea5ddd20/f9f55431-3dbb-4d94-9d9e-1e5b439344b9/0/0
Fundamental Analysis API
Fundamental Analysis API to get insight about the news effect possibility on the market price
null
News Url
News URL Input
200
Response
{"fundamentalanalysis": "When the 10-year Treasury yield increases, it indicates that the return on government bonds is higher, meaning they're becoming more attractive to investors. This often leads to a shift in the market dynamics where investors move their money out of stocks and into bonds, causing stock prices to...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"fundamentalanalysis": {"type": "string"}, "newsurl": {"type": "string"}, "disclaimer": {"type": "string"}}, "required": ["disclaimer", "fundamentalanalysis", "newsurl"]}
a538b1da-1523-473d-9133-3e59b9d09d3a/8e8cf3d2-8fa7-4917-9d53-7b8757c0421d/0/0
MacroTrends
Get macroeconomic data to level up your financial apps.
0
Copper Prices
Copper yearly prices.
200
New Example
{"copper-prices-historical-chart-data": [{"averageclosingprice": 4.5042, "change": -3.75, "closeprice": 4.2945, "highprice": 4.9375, "lowprice": 4.1005, "openprice": 4.4215, "year": 2022}, {"averageclosingprice": 4.2445, "change": 26.83, "closeprice": 4.4618, "highprice": 4.762, "lowprice": 3.5245, "openprice": 3.5545,...
{"type": "object", "properties": {"copper-prices-historical-chart-data": {"type": "array", "items": {"type": "object", "properties": {"averageclosingprice": {"type": "number"}, "change": {"type": "number"}, "closeprice": {"type": "number"}, "highprice": {"type": "number"}, "lowprice": {"type": "number"}, "openprice": {...
e57fc738-fb39-47a0-8e02-0f0cb3b86a33/3e9bb352-5432-463a-ae2a-02631caf3c1c/0/0
Bloomberg API
Easy to use Bloomberg Energy, Metals, Agriculture, and Commodities API
9
/bloomberg/agriculture
Bloomberg Agriculture
200
Example_1
{"C 1:COM": {"name": "Corn (CBOT)", "Units": "USd/bu.", "Price": "485.00", "Change": "+1.00", "%Change": "+0.21%", "Contract": "Dec 2023", "Time (EDT)": "3:52 AM"}, "W 1:COM": {"name": "Wheat (CBOT)", "Units": "USd/bu.", "Price": "583.25", "Change": "+2.75", "%Change": "+0.47%", "Contract": "Dec 2023", "Time (EDT)": "3...
{"title": "Empty Schema", "type": "object"}
e57fc738-fb39-47a0-8e02-0f0cb3b86a33/4e86df77-80e6-4f05-9df7-6db7715a6e0e/0/0
Bloomberg API
Easy to use Bloomberg Energy, Metals, Agriculture, and Commodities API
9
/bloomberg/energy
Bloomberg Energy
200
Example_1
{"CL1:COM": {"name": "WTI Crude Oil (Nymex)", "Units": "USD/bbl.", "Price": "83.42", "Change": "-0.32", "%Change": "-0.38%", "Contract": "Dec 2023", "Time (EDT)": "3:51 AM"}, "CO1:COM": {"name": "Brent Crude (ICE)", "Units": "USD/bbl.", "Price": "87.84", "Change": "-0.23", "%Change": "-0.26%", "Contract": "Dec 2023", "...
{"title": "Empty Schema", "type": "object"}
e57fc738-fb39-47a0-8e02-0f0cb3b86a33/48f779fa-7717-4f20-ab01-acd1f10b9497/0/0
Bloomberg API
Easy to use Bloomberg Energy, Metals, Agriculture, and Commodities API
9
/bloomberg/commodities
Bloomberg Commodities
200
Example_1
{"BCOMTR:IND": {"name": "Bloomberg Commodity", "Value": "237.78", "Change": "+0.05", "%Change": "+0.02%", "High": "238.13", "Low": "237.44", "Time (EDT)": "4:06 AM"}, "CMCITR:IND": {"name": "UBS Bloomberg CMCI", "Value": "1,542.31", "Change": "+0.44", "%Change": "+0.03%", "High": "1,542.66", "Low": "1,540.81", "Time (E...
{"title": "Empty Schema", "type": "object"}
e57fc738-fb39-47a0-8e02-0f0cb3b86a33/a799e089-2a8e-4eec-b64d-7859bab62ac3/0/0
Bloomberg API
Easy to use Bloomberg Energy, Metals, Agriculture, and Commodities API
9
/bloomberg/metals
Bloomberg Metals
200
Example_1
{"GC1:COM": {"name": "Gold (Comex)", "Units": "USD/t oz.", "Price": "1,984.00", "Change": "-2.10", "%Change": "-0.11%", "Contract": "Dec 2023", "Time (EDT)": "4:27 AM"}, "JG1:COM": {"name": "Gold (Tokyo)", "Units": "JPY/g", "Price": "9,492.00", "Change": "-11.00", "%Change": "-0.12%", "Contract": "Aug 2024", "Time (EDT...
{"type": "object", "properties": {"GC1:COM": {"type": "object", "properties": {"name": {"type": "string"}, "Units": {"type": "string"}, "Price": {"type": "string"}, "Change": {"type": "string"}, "%Change": {"type": "string"}, "Contract": {"type": "string"}, "Time (EDT)": {"type": "string"}}}, "JG1:COM": {"type": "objec...
55aa7c77-ffdb-4c86-ad15-9655b4152f37/e9b65555-a0c1-4e26-a482-f18887d4b525/0/0
Currency Exchange Rates
Get live currency exchange rates and convert between currencies.
null
exchangeRates
Get live exchange rates for all currencies.
200
Response
{"AED": "3.673009634017944", "AFN": "88", "ALL": "113.30000305175781", "AMD": "393.06011962890625", "ANG": "1.8007700443267822", "AOA": "511.0906677246093", "ARS": "163.24771118164062", "AUD": "1.501960039138794", "AWG": "1.7999444007873535", "AZN": "1.7000000476837158", "BAM": "1.885210037231445", "BBD": "2.0174670219...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"AED": {"type": "string"}, "AFN": {"type": "string"}, "ALL": {"type": "string"}, "AMD": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"}, "ARS": {"type": "string"}, "AUD": {"type": "string"}, "AWG": {"type": "string"}...
55aa7c77-ffdb-4c86-ad15-9655b4152f37/173c8382-60ab-4d7b-b357-fb02149cd7ad/0/0
Currency Exchange Rates
Get live currency exchange rates and convert between currencies.
null
listCurrencies
Get a list of available currencies.
200
Response
{"AED": "United Arab Emirates Dirham", "AFN": "Afghan Afghani", "ALL": "Albanian Lek", "AMD": "Armenian Dram", "ANG": "Netherlands Antillean Gulden", "AOA": "Angolan Kwanza", "ARS": "Argentine Peso", "AUD": "Australian Dollar", "AWG": "Aruban Florin", "AZN": "Azerbaijani Manat", "BAM": "Bosnia and Herzegovina Convertib...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"AED": {"type": "string"}, "AFN": {"type": "string"}, "ALL": {"type": "string"}, "AMD": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"}, "ARS": {"type": "string"}, "AUD": {"type": "string"}, "AWG": {"type": "string"}...
55aa7c77-ffdb-4c86-ad15-9655b4152f37/c02dc20b-2ce9-4e55-9ff2-5331997b7c78/0/0
Currency Exchange Rates
Get live currency exchange rates and convert between currencies.
null
convertCurrency
Convert a specific amount from one currency to another.
200
Response
{"converted": "968.6262011528016"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"converted": {"type": "string"}}, "required": ["converted"]}
02588bc5-fa6c-4ef2-aa81-a6644423906b/f6ebf33b-ad3d-4210-8555-807672f4d2ea/0/0
Bank SWIFT codes
Lookup country banks and their SWIFT codes
7.2
SWIFT codes by country
Returns list of SWIFT codes for a country (use two letter ISO country code)
200
New Example
{"data": [{"country": "TH", "code": "ACSCTHB1XXX", "bank": "ACL SECURITIES CO. LTD"}, {"country": "TH", "code": "ADKSTHB1XXX", "bank": "ADKINSON SECURITIES LTD"}, {"country": "TH", "code": "ADVNTHB1XXX", "bank": "ADVANCE FINANCE PUBLIC COMPANY LIMITED"}, {"country": "TH", "code": "ASPCTHB1XXX", "bank": "AEC SECURITIES ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "code": {"type": "string"}, "bank": {"type": "string"}}, "required": ["bank", "code", "country"]}}}, "required": ["data"]}
02588bc5-fa6c-4ef2-aa81-a6644423906b/b82efcb6-9f9a-4b3f-b643-f21f15a0ff47/0/0
Bank SWIFT codes
Lookup country banks and their SWIFT codes
7.2
Banks by country
Returns list of banks for a country (use two letter ISO country code)
200
New Example
{"data": [{"country": "TH", "bank": "ACL SECURITIES CO. LTD"}, {"country": "TH", "bank": "ADKINSON SECURITIES LTD"}, {"country": "TH", "bank": "ADVANCE FINANCE PUBLIC COMPANY LIMITED"}, {"country": "TH", "bank": "AEC SECURITIES PUBLIC COMPANY LIMITED"}, {"country": "TH", "bank": "AFCO SECURITIES CORP LIMITED"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "bank": {"type": "string"}}, "required": ["bank", "country"]}}}, "required": ["data"]}
02588bc5-fa6c-4ef2-aa81-a6644423906b/4cdec838-690a-47bd-be29-cfa52992ec2d/0/0
Bank SWIFT codes
Lookup country banks and their SWIFT codes
7.2
SWIFT code
Returns details of a SWIFT code
200
New Example
{"data": {"code": "TURAAZ22XXX", "country": "AZ", "bank": "TURANBANK OJSC", "branch": "-"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"code": {"type": "string"}, "country": {"type": "string"}, "bank": {"type": "string"}, "branch": {"type": "string"}}, "required": ["bank", "branch", "code", "country"]}}, "required": ["data"]}
066f118b-797b-41e6-9d5e-72707ce84441/ca977421-98db-4229-96e3-6b101161f37b/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/DeleteTrade
200
null
{"success": true, "message": "", "tradeID": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/ca977421-98db-4229-96e3-6b101161f37b/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/DeleteTrade
200
null
{"success": true, "message": "", "tradeID": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/1d344fa2-6d3f-4f67-95fb-1264f80614ad/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/GetTrade
200
null
{"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, "...
{"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "description": "This is used b...
066f118b-797b-41e6-9d5e-72707ce84441/1d344fa2-6d3f-4f67-95fb-1264f80614ad/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/GetTrade
200
null
{"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, "...
{"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "description": "This is used b...
066f118b-797b-41e6-9d5e-72707ce84441/6c070123-2334-4461-b2ea-8b7023d53c3f/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/UpdateTrade
200
null
{"success": true, "message": "", "tradeID": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/6c070123-2334-4461-b2ea-8b7023d53c3f/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/UpdateTrade
200
null
{"success": true, "message": "", "tradeID": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/adbf4a6d-7c5d-4fa6-bcf1-5b39545252a2/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/GetMyActiveTrades
200
null
[{"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, ...
{"type": "array", "items": {"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "de...
066f118b-797b-41e6-9d5e-72707ce84441/adbf4a6d-7c5d-4fa6-bcf1-5b39545252a2/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/GetMyActiveTrades
200
null
[{"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, ...
{"type": "array", "items": {"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "de...
066f118b-797b-41e6-9d5e-72707ce84441/d4a3eddc-6853-47ea-bd95-7ca35984b998/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/GetActiveTrades
200
null
[{"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, ...
{"type": "array", "items": {"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "de...
066f118b-797b-41e6-9d5e-72707ce84441/d4a3eddc-6853-47ea-bd95-7ca35984b998/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/GetActiveTrades
200
null
[{"tradeId": "", "tradeRef": "", "creationDate": "", "validTill": "", "product": 0, "description": "", "exchangeCode": "", "symbol": "", "tradeType": 0, "tradeCurrency": "", "pricePerUnit": 0, "priceCircuit": 0, "stopLossTriggerPrice": 0, "stopLossPrice": 0, "stopLossTrail": 0, "tradeInMultiplesOf": 0, "orderType": 0, ...
{"type": "array", "items": {"required": ["creationDate", "exchangeCode", "orderType", "pricePerUnit", "product", "publisherEmail", "publishOnChannel", "symbol", "tradeCurrency", "tradeInMultiplesOf", "tradeType", "validTill"], "type": "object", "properties": {"tradeId": {"maxLength": 50, "type": ["string", "null"], "de...
066f118b-797b-41e6-9d5e-72707ce84441/93f901da-7259-4ff2-be2b-a6f694db401d/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/GetTradeSignals
200
null
[{"signalSentOn": "", "tradeID": "", "signal": 0, "description": "", "increaseValidityByDays": 0}]
{"type": "array", "items": {"required": ["signal", "signalSentOn", "tradeID"], "type": "object", "properties": {"signalSentOn": {"type": "string", "description": "This is the time when the signal is sent to the server. This value will be set again at the server side upon receiving the signal.", "format": "date-time"}, ...
066f118b-797b-41e6-9d5e-72707ce84441/93f901da-7259-4ff2-be2b-a6f694db401d/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/GetTradeSignals
200
null
[{"signalSentOn": "", "tradeID": "", "signal": 0, "description": "", "increaseValidityByDays": 0}]
{"type": "array", "items": {"required": ["signal", "signalSentOn", "tradeID"], "type": "object", "properties": {"signalSentOn": {"type": "string", "description": "This is the time when the signal is sent to the server. This value will be set again at the server side upon receiving the signal.", "format": "date-time"}, ...
066f118b-797b-41e6-9d5e-72707ce84441/f266a811-0755-4603-a78f-e8bf839f5eb7/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/SetTradeSignal
200
null
{"signalTime": "", "success": true, "message": "", "signalID": 0}
{"type": "object", "properties": {"signalTime": {"type": "string", "format": "date-time"}, "success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "signalID": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/f266a811-0755-4603-a78f-e8bf839f5eb7/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/SetTradeSignal
200
null
{"signalTime": "", "success": true, "message": "", "signalID": 0}
{"type": "object", "properties": {"signalTime": {"type": "string", "format": "date-time"}, "success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "signalID": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/902b0c82-7484-4a19-af46-1d6496aa028e/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/CreateTrade
200
null
{"success": true, "message": "", "tradeID": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/902b0c82-7484-4a19-af46-1d6496aa028e/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/PublishSubscribeTrades/CreateTrade
200
null
{"success": true, "message": "", "tradeID": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}, "tradeID": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/a5661600-642e-4006-9086-bdffd0b362d9/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/ExpireAllAccessCodes
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/a5661600-642e-4006-9086-bdffd0b362d9/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/ExpireAllAccessCodes
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/845161b6-624b-4bf5-b976-813599d2e64b/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/SearchPublisher
200
null
[{"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""}]
{"type": "array", "items": {"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommend...
066f118b-797b-41e6-9d5e-72707ce84441/845161b6-624b-4bf5-b976-813599d2e64b/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/SearchPublisher
200
null
[{"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""}]
{"type": "array", "items": {"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommend...
066f118b-797b-41e6-9d5e-72707ce84441/82a651f5-dbe9-49ad-a004-0796039695aa/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/UnBlockAccessCode
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/82a651f5-dbe9-49ad-a004-0796039695aa/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/UnBlockAccessCode
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/c7217598-c25f-4b13-9fc5-ae45951e241d/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/BlockAccessCode
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/c7217598-c25f-4b13-9fc5-ae45951e241d/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/BlockAccessCode
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/bc91d985-71c1-4808-9e97-274d2fd50451/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/GetPublisher
200
null
{"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""}
{"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommended a publisher uses an emai...
066f118b-797b-41e6-9d5e-72707ce84441/bc91d985-71c1-4808-9e97-274d2fd50451/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/GetPublisher
200
null
{"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""}
{"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommended a publisher uses an emai...
066f118b-797b-41e6-9d5e-72707ce84441/0405c40d-ecb5-45eb-9e3d-845f6cb3f1a7/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/SetChannelAccessKey
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/0405c40d-ecb5-45eb-9e3d-845f6cb3f1a7/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/SetChannelAccessKey
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/8a8a0b8f-bf08-4bf3-8fa7-206b4d440c28/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/EmailMyChannelList
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/8a8a0b8f-bf08-4bf3-8fa7-206b4d440c28/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/EmailMyChannelList
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/d5afe49c-cae9-4857-9542-51204887ca16/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/GetAllPublishersByCountry
200
null
[{"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""}]
{"type": "array", "items": {"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommend...
066f118b-797b-41e6-9d5e-72707ce84441/d5afe49c-cae9-4857-9542-51204887ca16/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/GetAllPublishersByCountry
200
null
[{"publisherEmail": "", "publisherName": "", "description": "", "phoneNumber": "", "address": "", "country": "", "targetExchangesCSV": ""}]
{"type": "array", "items": {"required": ["address", "country", "phoneNumber", "publisherEmail", "publisherName", "targetExchangesCSV"], "type": "object", "properties": {"publisherEmail": {"maxLength": 255, "minLength": 1, "type": "string", "description": "Publisher's email verifies publisher's identity. It is recommend...
066f118b-797b-41e6-9d5e-72707ce84441/162b8a10-8177-4176-a0f7-680efbc2ec73/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/CreateChannel
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/162b8a10-8177-4176-a0f7-680efbc2ec73/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/CreateChannel
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/f4d70aa1-3f95-47ac-90c9-4c2fd2a5b586/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/EmailMyChannelAccessCodes
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/f4d70aa1-3f95-47ac-90c9-4c2fd2a5b586/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/EmailMyChannelAccessCodes
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/4926b9e6-a6e2-4cfc-a8b0-a8c04ffd4101/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/GetPublisherChannels
200
null
[{"publisherEmail": "", "channelName": "", "description": ""}]
{"type": "array", "items": {"required": ["channelName"], "type": "object", "properties": {"publisherEmail": {"type": ["string", "null"]}, "channelName": {"maxLength": 50, "minLength": 1, "type": "string"}, "description": {"maxLength": 1000, "type": ["string", "null"]}}, "additionalProperties": false}}
066f118b-797b-41e6-9d5e-72707ce84441/4926b9e6-a6e2-4cfc-a8b0-a8c04ffd4101/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/GetPublisherChannels
200
null
[{"publisherEmail": "", "channelName": "", "description": ""}]
{"type": "array", "items": {"required": ["channelName"], "type": "object", "properties": {"publisherEmail": {"type": ["string", "null"]}, "channelName": {"maxLength": 50, "minLength": 1, "type": "string"}, "description": {"maxLength": 1000, "type": ["string", "null"]}}, "additionalProperties": false}}
066f118b-797b-41e6-9d5e-72707ce84441/d4c8a0c9-1c64-4058-befe-0ff48e690c54/0/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/RemoveChannel
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
066f118b-797b-41e6-9d5e-72707ce84441/d4c8a0c9-1c64-4058-befe-0ff48e690c54/1/0
Trade Share API
Make money by sharing profitable stock market or currency trades or by subscribing to the trades published by stock market experts and by executing these trades manually or automatically.
null
/api/Management/RemoveChannel
200
null
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": ["string", "null"]}}, "additionalProperties": false}
9599f13c-0833-4565-9951-eeae575e02b0/0acc7347-99b4-4be0-97c2-e61bc60648a0/0/0
stock-api
Provide Stock API - Get Korean Gold Share - Get Stock Overview
null
Stock.GetLatestStock
Get the latest stock information.
200
null
{"currentPrice": "76,220", "tickerId": "M04020000"}
{"properties": {"currentPrice": {"type": "string"}, "tickerId": {"type": "string"}}, "type": "object"}
9599f13c-0833-4565-9951-eeae575e02b0/ca5e32dc-4ec4-44c9-859a-c6d0ea116f45/0/0
stock-api
Provide Stock API - Get Korean Gold Share - Get Stock Overview
null
Stock.GetOverview
Get the Stock Overview information.
200
null
{"assetManager": "\ud0a4\uc6c0\ud22c\uc790\uc790\uc0b0\uc6b4\uc6a9", "listingDate": "2018-04-23", "marketCap": 4985, "maxFiftyTwo": 43680, "minFiftyTwo": 34040, "nav": 41156, "oneMonthYield": 5.58, "operatingCost": 0.012, "sixMonthYield": 14.66, "thirdMonthYield": 5.68, "tickerId": "294400", "totalTradeStock": 12150000...
{"properties": {"assetManager": {"type": "string"}, "listingDate": {"type": "string"}, "marketCap": {"type": "integer"}, "maxFiftyTwo": {"type": "integer"}, "minFiftyTwo": {"type": "integer"}, "nav": {"type": "integer"}, "oneMonthYield": {"type": "number"}, "operatingCost": {"type": "number"}, "sixMonthYield": {"type":...
19ab568d-e8f9-4fe4-971e-b4410f8b9418/0f1ac732-11c2-4e4c-80d4-c7d7b8f58d80/1/0
TradingView REST
Unofficial TradingView REST API.
9.1
Get Cookie
After successful login, it helps to get your account's session id and session id sign values from the cookie header. The cookies are valid for 30 days. You need to change your session values every 30 days. If you don't want to give us your TradingView username and password, please check the documentation (in the About ...
400
Failed Response
{"error": "string_error_content."}
{"type": "object", "properties": {"error": {"type": "string"}}}
19ab568d-e8f9-4fe4-971e-b4410f8b9418/fe492fe5-8588-4fed-88d3-f227ba649d96/0/0
TradingView REST
Unofficial TradingView REST API.
9.1
Remove User Access From Private Script
It removes a specified username from a private script access list. Cookies must be valid and the indicator url must be a private script url.
400
Failed Response
{"logs": ["all logs will be here for you to see what happened"]}
{"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "string"}}}}
19ab568d-e8f9-4fe4-971e-b4410f8b9418/fe492fe5-8588-4fed-88d3-f227ba649d96/1/0
TradingView REST
Unofficial TradingView REST API.
9.1
Remove User Access From Private Script
It removes a specified username from a private script access list. Cookies must be valid and the indicator url must be a private script url.
200
Successfull Response
{"logs": ["all logs will be here for you to see what happened"]}
{"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "string"}}}}
19ab568d-e8f9-4fe4-971e-b4410f8b9418/467e6539-3e8c-4147-b7c8-09d763e8da85/0/0
TradingView REST
Unofficial TradingView REST API.
9.1
Give User Access To Private Script
It automatically gives the user access to a provided private script/indicator. Needs a valid cookie(sessionid and sessionid_sign). Check the documentation to get a valid cookie.
200
Successfull Response
{"logs": ["All logs will be here from the server side. So you can see the problems detailed."]}
{"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "string"}}}}
ea158b16-45d1-424a-8df3-3eb445dfcef8/7bf3bf57-65d9-4fde-91e6-4ff518308a08/0/0
Media-Obsessed Market
Market analytics and insights correlated with the Media trends
8
predict_evaluation
Provides evaluation of using predictions for up to 60 days earlier
200
Response
[{"id": 2066, "stop_loss": 0.995, "integrate_NN_results": 0, "days_ago_started": 30, "percent_of_change": 0.002, "TP": 1, "FP": 0, "TN": 1, "FN": 0, "sell_same_day": true, "profit": 3648.9164698000095, "loss": -606.7560999999996, "loss_algo": -31.282450000000093, "charge": 1544, "net": 13666.801849000054, "net_algo": 1...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "stop_loss": {"type": "number"}, "integrate_NN_results": {"type": "integer"}, "days_ago_started": {"type": "integer"}, "percent_of_change": {"type": "number"}, "TP": {"type": "integer"}, ...
c8a44d65-d214-49a2-8b46-96e323754621/90a706a5-83cb-42bf-a623-d77aa0bdcb2a/0/0
Ad display
show ads to websites
0.1
Get news about climate change
get news about climate change from specific news resources
200
New Example
[{"title": "US supreme court \u2018Condemning everyone alive\u2019: outrage at US supreme court climate ruling ", "url": "undefinedhttps://www.theguardian.com/law/2022/jun/30/supreme-court-ruling-epa-west-virginia-climate-experts-activists-lawyers", "source": "thetimes"}, {"title": "\u2018Condemning everyone alive\u20...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
4caaac26-8912-4c0b-a33d-50ea6a66c090/1ecf9e85-abae-4350-a2de-6b885b87bb1f/0/0
ATM Locator
Find ATMs (Automated teller machine, Bankautomat, Bankomat) worldwide, get their location, address, name and other data
8
Search ATM locations
Search ATMs and their locations worldwide using latitude, longitude and an optional radius in kilometers
200
ATM Locations
{"list": [{"latitude": 25.24945, "longitude": 51.49057, "distance": 1.2999342690169158, "name": "QATAR ISLAMIC BANK", "city": "DOHA", "address": "56 AL JOUDI STREET", "postalCode": "", "countryCode": "qat", "locationType": "office_building", "locationName": "DAR AL SALAM BRANCH", "owner": "QATAR ISLAMIC BANK", "currenc...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "distance": {"type": "number"}, "name": {"type": "string"}, "city": {"type": "string"}, "address": {"type":...
571230b1-965b-4904-afa3-9e875f69a586/2caf2067-f306-4949-8a46-9227672b32e6/0/0
PIX QR Code
QR Code generator for PIX payments. Get a QR Code to receive payments via PIX. You make a POST request with some parameters and you get a base64 encoded image. Note that some parameters are mandatory and others are optional. Use the Glossary endpoint to see some request details.
7.7
Generate PIX QR Code
On this endpoint you get a QR Code to receive payments via PIX. Some fields are mandatory.
200
New Example
{"qrcode_base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAGQCAYAAACAvzbMAAAAAklEQVR4AewaftIAAA3ISURBVO3BQW4sS3AEQY8E73/l0FtoXSNlodFDfjdL/0GSpP+nQZKkhUGSpIVBkqSFQZKkhUGSpIVBkqSFQZKkhUGSpIVBkqSFQZKkhUGSpIVBkqSFQZKkhUGSpIVBkqSFQZKkhUGSpIVBkqSFQZKkhUGSpIVBkqSFQZKkhUGSpIVBkqSFQZKkhUGSpIVBkqSFQZKkhUGSpIVBkqSFQZK...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"qrcode_base64": {"type": "string"}, "code": {"type": "string"}, "key_type": {"type": "string"}, "key": {"type": "string"}, "amount": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "reference": {"type": "string"}...
571230b1-965b-4904-afa3-9e875f69a586/bc6778cf-cd84-4dc0-8dd0-7f754a247935/0/0
PIX QR Code
QR Code generator for PIX payments. Get a QR Code to receive payments via PIX. You make a POST request with some parameters and you get a base64 encoded image. Note that some parameters are mandatory and others are optional. Use the Glossary endpoint to see some request details.
7.7
Glossary
This endpoint returns a JSON with information about the API. In it you can preview request and response templates, mandatory fields and much more.
200
New Example
{"request_example": {"method": "POST", "endpoint": "/generate", "headers": {"Content-Type": "application/json"}, "body": {"key_type": "telefone", "key": "(11) 98888-8888", "name": "John Doe da Silva", "city": "S\u00e3o Paulo", "amount": "R$ 10,00", "reference": "TESTPAG"}}, "parameters": {"key_type": {"description": "I...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request_example": {"type": "object", "properties": {"method": {"type": "string"}, "endpoint": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}, "body": {"typ...
b733f2ac-6860-4517-8dc4-33b5e298c996/9c96835e-ac13-484f-aa5a-da3d63c63cf0/0/0
U.S. Sales Tax By Zip
Calculate sales tax using only a zip code! Get single rates, bulk rates, and calculate sales price with a simple request! 40,000+ zips, updated regularly.
8.2
calculatePriceWithZip
Takes a zip code and a sale price, returns back relevant tax info as well as a sale price using the combined rate for easy sales tax calculation.
200
New Example
{"sentZip": "28269", "matchInfo": {"TaxRegionName": "HUNTERSVILLE", "NormalizedCity": "charlotte", "ZipCode": "28269", "City": "CHARLOTTE", "CombinedRate": "7.250000", "County": "MECKLENBURG COUNTY", "StateRate": "4.750000", "SpecialRate": "0.500000", "Month": "10", "CityRate": "0.000000", "Year": "2023", "State": "NC"...
{"type": "object", "properties": {"sentZip": {"type": "string"}, "matchInfo": {"type": "object", "properties": {"TaxRegionName": {"type": "string"}, "NormalizedCity": {"type": "string"}, "ZipCode": {"type": "string"}, "City": {"type": "string"}, "CombinedRate": {"type": "string"}, "County": {"type": "string"}, "StateRa...