{ "uuid": "b8173b21-bb7b-440f-961b-ae2fdb48bad9", "lastMigration": 29, "name": "NamSor API v2", "endpointPrefix": "NamSorAPIv2", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "9d558a58-0397-4418-9336-09c973f4ec66", "documentation": "Activate/deactivate anonymization for a source.", "method": "get", "endpoint": "api2/json/anonymize/:source/:anonymized", "responses": [ { "uuid": "90eab4a8-39cc-4c44-8ba7-86b5caabdcfc", "body": "", "latency": 0, "statusCode": 200, "label": "Anonymization of a source.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d62769e7-d6a5-43f2-8be1-70d9b67b8f9f", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03d9f566-b0c7-40b8-976c-4b40e38af318", "documentation": "List of classification services and usage cost in Units per classification (default is 1=ONE Unit). Some API endpoints (ex. Corridor) combine multiple classifiers.", "method": "get", "endpoint": "api2/json/apiServices", "responses": [ { "uuid": "e489fb9c-4104-4beb-9c70-0ef9bdadf2c7", "body": "{\n \"apiServices\": [\n {\n \"costInUnits\": {{faker 'number.int' max=99999}},\n \"serviceGroup\": \"\",\n \"serviceName\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Available services", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b9c4a9a1-40c8-43f3-adc1-3dd3e5c6587d", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6e6f095a-1128-40f2-9fad-33d0604fc4e8", "documentation": "Prints the current status of the classifiers. A classifier name in apiStatus corresponds to a service name in apiServices.", "method": "get", "endpoint": "api2/json/apiStatus", "responses": [ { "uuid": "6d4b0c4a-8c21-499d-986d-4371c9717b0f", "body": "{\n \"classifiers\": [\n {\n \"classifierName\": \"\",\n \"learning\": {{faker 'datatype.boolean'}},\n \"probabilityCalibrated\": {{faker 'datatype.boolean'}},\n \"serving\": {{faker 'datatype.boolean'}},\n \"shuttingDown\": {{faker 'datatype.boolean'}}\n }\n ],\n \"softwareVersion\": {\n \"softwareNameAndVersion\": \"\",\n \"softwareVersion\": [\n {{faker 'number.int' max=99999}}\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Available classifiers and status", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "212e600b-0306-427c-b2c2-e928efae7600", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f272f633-57d2-4887-b6c0-9d6f74058dc9", "documentation": "Print current API usage.", "method": "get", "endpoint": "api2/json/apiUsage", "responses": [ { "uuid": "b39f503b-5e44-4cbc-a727-52c26a1fa2d8", "body": "{\n \"billingPeriod\": {\n \"apiKey\": \"\",\n \"billingStatus\": \"\",\n \"hardLimit\": {{faker 'number.int' max=99999}},\n \"periodEnded\": {{faker 'number.int' max=99999}},\n \"periodStarted\": {{faker 'number.int' max=99999}},\n \"softLimit\": {{faker 'number.int' max=99999}},\n \"stripeCurrentPeriodEnd\": {{faker 'number.int' max=99999}},\n \"stripeCurrentPeriodStart\": {{faker 'number.int' max=99999}},\n \"subscriptionStarted\": {{faker 'number.int' max=99999}},\n \"usage\": {{faker 'number.int' max=99999}}\n },\n \"overageCurrency\": \"\",\n \"overageExclTax\": {{faker 'number.float'}},\n \"overageInclTax\": {{faker 'number.float'}},\n \"overageQuantity\": {{faker 'number.int' max=99999}},\n \"subscription\": {\n \"apiKey\": \"\",\n \"currency\": \"\",\n \"currencyFactor\": {{faker 'number.float'}},\n \"planBaseFeesKey\": \"\",\n \"planEnded\": {{faker 'number.int' max=99999}},\n \"planName\": \"\",\n \"planQuota\": {{faker 'number.int' max=99999}},\n \"planStarted\": {{faker 'number.int' max=99999}},\n \"planStatus\": \"\",\n \"price\": {{faker 'number.float'}},\n \"priceOverage\": {{faker 'number.float'}},\n \"priceOverageUSD\": {{faker 'number.float'}},\n \"priceUSD\": {{faker 'number.float'}},\n \"priorPlanStarted\": {{faker 'number.int' max=99999}},\n \"stripeCustomerId\": \"\",\n \"stripeStatus\": \"\",\n \"stripeSubscription\": \"\",\n \"taxRate\": {{faker 'number.float'}},\n \"userId\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Print current API usage.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8b50165a-c936-4b13-b0ba-3b1ec69d8ad7", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "52034089-ac65-4823-aebb-bae2fa15ef13", "documentation": "Print historical API usage.", "method": "get", "endpoint": "api2/json/apiUsageHistory", "responses": [ { "uuid": "fefe1d67-5f11-4085-9d0e-5a6871d98cf5", "body": "{\n \"detailedUsage\": [\n {\n \"apiKey\": {\n \"admin\": {{faker 'datatype.boolean'}},\n \"anonymized\": {{faker 'datatype.boolean'}},\n \"apiKey\": \"\",\n \"corporate\": {{faker 'datatype.boolean'}},\n \"disabled\": {{faker 'datatype.boolean'}},\n \"learnable\": {{faker 'datatype.boolean'}},\n \"partner\": {{faker 'datatype.boolean'}},\n \"striped\": {{faker 'datatype.boolean'}},\n \"userId\": \"\",\n \"vetted\": {{faker 'datatype.boolean'}}\n },\n \"apiService\": \"\",\n \"createdDateTime\": {{faker 'number.int' max=99999}},\n \"lastFlushedDateTime\": {{faker 'number.int' max=99999}},\n \"lastUsedDateTime\": {{faker 'number.int' max=99999}},\n \"serviceFeaturesUsage\": {},\n \"totalUsage\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Print historical API usage (NB. new output format form v2.0.15)", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d714d205-7264-45d8-94de-5f74b674a6cc", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "76d6a396-53e2-4d67-9290-68aa74646f9f", "documentation": "Print historical API usage (in an aggregated view, by service, by day/hour/min).", "method": "get", "endpoint": "api2/json/apiUsageHistoryAggregate", "responses": [ { "uuid": "3276e3da-838d-43d9-8a2e-74a85876662c", "body": "{\n \"colHeaders\": [\n \"\"\n ],\n \"data\": [\n [\n {{faker 'number.int' max=99999}}\n ]\n ],\n \"historyTruncated\": {{faker 'datatype.boolean'}},\n \"periodEnd\": {{faker 'number.int' max=99999}},\n \"periodStart\": {{faker 'number.int' max=99999}},\n \"rowHeaders\": [\n \"\"\n ],\n \"timeUnit\": \"\",\n \"totalUsage\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Print historical API usage.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8b4d23ae-4521-46c5-9f58-9d3bbe706845", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "89e9d5f8-be26-4b59-88f9-c338031649e8", "documentation": "Identify Chinese name candidates, based on the romanized name ex. Wang Xiaoming", "method": "get", "endpoint": "api2/json/chineseNameCandidates/:chineseSurnameLatin/:chineseGivenNameLatin", "responses": [ { "uuid": "01550652-c346-4378-956e-64f5caae8d8d", "body": "{\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"matchCandidates\": [\n {\n \"candidateName\": \"\",\n \"predScoreFamilyName\": {{faker 'number.float'}},\n \"predScoreGivenName\": {{faker 'number.float'}},\n \"probability\": {{faker 'number.float'}}\n }\n ],\n \"orderOption\": \"\",\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A romanized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8c6d3399-e0b6-4469-bb97-a966c864bc6e", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5e12895b-970a-4e63-b5e3-08d09fd77690", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7730f211-ab96-43dd-b74a-ca8731f75bf9", "documentation": "Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname), ex. Wang Xiaoming", "method": "post", "endpoint": "api2/json/chineseNameCandidatesBatch", "responses": [ { "uuid": "060574c3-2081-4704-b64a-600ca7e0ceac", "body": "{\n \"namesAndMatchCandidates\": [\n {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"matchCandidates\": [\n {\n \"candidateName\": \"\",\n \"predScoreFamilyName\": {{faker 'number.float'}},\n \"predScoreGivenName\": {{faker 'number.float'}},\n \"probability\": {{faker 'number.float'}}\n }\n ],\n \"orderOption\": \"\",\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3c3aa8ee-93ab-4afd-839d-81776d96b73b", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "09eb9ffe-85b9-4dc2-942d-6bdf122d243e", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b75a7320-0e44-4c0b-8647-586c7a5e6663", "documentation": "Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname) ex. Wang Xiaoming.", "method": "post", "endpoint": "api2/json/chineseNameCandidatesGenderBatch", "responses": [ { "uuid": "32fb797e-a0ab-46ff-a166-88cb5c62342b", "body": "{\n \"namesAndMatchCandidates\": [\n {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"matchCandidates\": [\n {\n \"candidateName\": \"\",\n \"predScoreFamilyName\": {{faker 'number.float'}},\n \"predScoreGivenName\": {{faker 'number.float'}},\n \"probability\": {{faker 'number.float'}}\n }\n ],\n \"orderOption\": \"\",\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "59d5f646-e028-408c-8871-8a06c03335fe", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7d79521a-737d-4a54-aad6-bc7c2f51c42a", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "771eb490-d1b3-4bff-b171-dffe7e0f1ead", "documentation": "Identify Chinese name candidates, based on the romanized name ex. Wang Xiaoming - having a known gender ('male' or 'female')", "method": "get", "endpoint": "api2/json/chineseNameGenderCandidates/:chineseSurnameLatin/:chineseGivenNameLatin/:knownGender", "responses": [ { "uuid": "d2302393-2e67-42a6-aea3-1833a0f8d133", "body": "{\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"matchCandidates\": [\n {\n \"candidateName\": \"\",\n \"predScoreFamilyName\": {{faker 'number.float'}},\n \"predScoreGivenName\": {{faker 'number.float'}},\n \"probability\": {{faker 'number.float'}}\n }\n ],\n \"orderOption\": \"\",\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A romanized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bb7bc454-6ad7-46dc-a0d2-e4101963aa29", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1d81ed4d-c695-4b28-8521-3ad0dd7fd3f7", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8241c0f3-61e0-4269-ab0f-a18be2312508", "documentation": "Return a score for matching Chinese name ex. 王晓明 with a romanized name ex. Wang Xiaoming", "method": "get", "endpoint": "api2/json/chineseNameMatch/:chineseSurnameLatin/:chineseGivenNameLatin/:chineseName", "responses": [ { "uuid": "7473c624-b335-45ce-98c3-4ad412fd4b82", "body": "{\n \"id\": \"\",\n \"matchStatus\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A romanized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fb3f92d5-ec30-4238-a389-43ad4216c919", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d831fa29-db1a-4bd7-9a1b-51ab51d13ad8", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "719e4054-16f2-475b-90a6-ebead86b340c", "documentation": "Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname), ex. Wang Xiaoming", "method": "post", "endpoint": "api2/json/chineseNameMatchBatch", "responses": [ { "uuid": "afd11e61-47e3-4109-b242-ceba66d69eeb", "body": "{\n \"matchedNames\": [\n {\n \"id\": \"\",\n \"matchStatus\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "374d9ce0-931f-4155-aa28-df00b815af41", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5ca6cb25-5945-499e-b748-5be4b2de24d9", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d4f657c6-00f6-4087-8eed-4053f3d782a5", "documentation": "[USES 20 UNITS PER NAME COUPLE] Infer several classifications for a cross border interaction between names (ex. remit, travel, intl com)", "method": "get", "endpoint": "api2/json/corridor/:countryIso2From/:firstNameFrom/:lastNameFrom/:countryIso2To/:firstNameTo/:lastNameTo", "responses": [ { "uuid": "29c141a3-a0f6-4091-acc7-1487c86bc817", "body": "{\n \"FirstLastNameDiasporaedOut\": {\n \"countryIso2\": \"\",\n \"ethnicitiesTop\": [\n \"\"\n ],\n \"ethnicity\": \"Chinese\",\n \"ethnicityAlt\": \"Japanese\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"lifted\": {{faker 'datatype.boolean'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n },\n \"FirstLastNameGenderedOut\": {\n \"firstName\": \"\",\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"lastName\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n },\n \"FirstLastNameOriginedOut\": {\n \"countriesOriginTop\": [\n \"\"\n ],\n \"countryOrigin\": \"\",\n \"countryOriginAlt\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"probabilityAltCalibrated\": {{faker 'number.float'}},\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"regionOrigin\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\",\n \"subRegionOrigin\": \"\",\n \"topRegionOrigin\": \"\"\n },\n \"id\": \"\",\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Two classified names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d872f088-5de4-48a1-93e2-e19b732274f7", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "96e12416-aa0a-4035-956d-dbccc62087df", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "35556a09-c983-4ad9-8eb3-b3513080109d", "documentation": "[USES 20 UNITS PER NAME PAIR] Infer several classifications for up to 100 cross border interaction between names (ex. remit, travel, intl com)", "method": "post", "endpoint": "api2/json/corridorBatch", "responses": [ { "uuid": "4c139954-f9f8-496c-b7dc-72716ee7e251", "body": "{\n \"corridorFromTo\": [\n {\n \"FirstLastNameDiasporaedOut\": {\n \"countryIso2\": \"\",\n \"ethnicitiesTop\": [\n \"\"\n ],\n \"ethnicity\": \"Chinese\",\n \"ethnicityAlt\": \"Japanese\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"lifted\": {{faker 'datatype.boolean'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n },\n \"FirstLastNameGenderedOut\": {\n \"firstName\": \"\",\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"lastName\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n },\n \"FirstLastNameOriginedOut\": {\n \"countriesOriginTop\": [\n \"\"\n ],\n \"countryOrigin\": \"\",\n \"countryOriginAlt\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"probabilityAltCalibrated\": {{faker 'number.float'}},\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"regionOrigin\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\",\n \"subRegionOrigin\": \"\",\n \"topRegionOrigin\": \"\"\n },\n \"id\": \"\",\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of classified name pairs.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6b2cbd03-7dc9-4cb0-b3ad-d1e436ef1a88", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "55774b09-025f-440e-9270-545302991a8d", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a12ecadc-05a4-436d-a2dd-a9de984b98a2", "documentation": "[USES 10 UNITS PER NAME] Infer the likely country of residence of a personal full name, or one surname. Assumes names as they are in the country of residence OR the country of origin.", "method": "get", "endpoint": "api2/json/country/:personalNameFull", "responses": [ { "uuid": "42da7afa-35e1-4771-9bc7-eac454a96a57", "body": "{\n \"countriesTop\": [\n \"\"\n ],\n \"country\": \"\",\n \"countryAlt\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"probabilityAltCalibrated\": {{faker 'number.float'}},\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"region\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\",\n \"subRegion\": \"\",\n \"topRegion\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A origined name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eda3fee1-c761-4d8d-af96-df042afcef07", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "91b52a6f-93c4-4a16-aa6c-2d1819f25338", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca545108-14d8-4ff1-9d52-927e0e6a89a0", "documentation": "[USES 10 UNITS PER NAME] Infer the likely country of residence of up to 100 personal full names, or surnames. Assumes names as they are in the country of residence OR the country of origin.", "method": "post", "endpoint": "api2/json/countryBatch", "responses": [ { "uuid": "9c7f7bf9-6a69-4357-a88c-a0a8e9e2b8f7", "body": "{\n \"personalNames\": [\n {\n \"countriesTop\": [\n \"\"\n ],\n \"country\": \"\",\n \"countryAlt\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"probabilityAltCalibrated\": {{faker 'number.float'}},\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"region\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\",\n \"subRegion\": \"\",\n \"topRegion\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7f918b1d-951b-4f70-a0ec-a71f2c27bfcb", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2aeba078-3843-4ff2-be44-1052b5acab28", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23f6b3ba-6ad4-4c42-a939-a58e5ae0f223", "documentation": "[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of a personal name, given a country of residence ISO2 code (ex. US, CA, AU, NZ etc.)", "method": "get", "endpoint": "api2/json/diaspora/:countryIso2/:firstName/:lastName", "responses": [ { "uuid": "800868fc-6ec3-484a-a7cc-85b23424aee3", "body": "{\n \"countryIso2\": \"\",\n \"ethnicitiesTop\": [\n \"\"\n ],\n \"ethnicity\": \"Chinese\",\n \"ethnicityAlt\": \"Japanese\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"lifted\": {{faker 'datatype.boolean'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A diaspora / ethnicity for given name and geography.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e86c53ab-a6d4-4fab-b2ec-93241713fc3c", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "93ba7fc6-6dfc-4e51-867d-0709807ef086", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a617620-7309-4a3d-a465-3d07b479f3be", "documentation": "[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of up to 100 personal names, given a country of residence ISO2 code (ex. US, CA, AU, NZ etc.)", "method": "post", "endpoint": "api2/json/diasporaBatch", "responses": [ { "uuid": "bfe155c8-d200-4d0c-b73c-89020a8cf65b", "body": "{\n \"personalNames\": [\n {\n \"countryIso2\": \"\",\n \"ethnicitiesTop\": [\n \"\"\n ],\n \"ethnicity\": \"Chinese\",\n \"ethnicityAlt\": \"Japanese\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"lifted\": {{faker 'datatype.boolean'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of diaspora / ethnicity given a name and residency.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e4442719-12b9-40bb-ab21-178fede2dcf1", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2f46e89c-c46a-46b4-81ff-9b8604f6fa4a", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c7d9a425-cbed-4cab-848b-c13b01c36ee2", "documentation": "Activate/deactivate an API Key.", "method": "get", "endpoint": "api2/json/disable/:source/:disabled", "responses": [ { "uuid": "80ab6287-f3d5-45a6-b015-9171fa8528d1", "body": "", "latency": 0, "statusCode": 200, "label": "Disabled the API Key.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "115caefe-d340-4f9e-80bd-43d827119ff7", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "53789181-77b3-413b-946b-7c1cc30139bd", "documentation": "Infer the likely gender of a name.", "method": "get", "endpoint": "api2/json/gender/:firstName/:lastName", "responses": [ { "uuid": "aa88a8f3-6059-4d72-b02e-568119b01949", "body": "{\n \"firstName\": \"\",\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"lastName\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A genderized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fffb1240-9811-4393-9cc4-44a53d85ef77", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d414eded-c43d-4e53-88fd-c0aa0796c6b0", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e8f644db-1670-412f-bd61-5582131e0a1a", "documentation": "Infer the likely gender of up to 100 names, detecting automatically the cultural context.", "method": "post", "endpoint": "api2/json/genderBatch", "responses": [ { "uuid": "67a0f245-9887-4029-ab97-e1b964d745a7", "body": "{\n \"personalNames\": [\n {\n \"firstName\": \"\",\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"lastName\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9e8c2ad1-92b0-4027-9f43-e38eba063b3d", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cbc379c8-91fb-4013-96c7-30845a878ba8", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85dc6287-db16-414f-bb2f-dd5c35ac6023", "documentation": "Infer the likely gender of a Chinese full name ex. 王晓明", "method": "get", "endpoint": "api2/json/genderChineseName/:chineseName", "responses": [ { "uuid": "3b1bdf08-9367-474c-be3f-9785a8845d4f", "body": "{\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"name\": \"\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A genderized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bb0b050b-4822-48ea-9e07-081dd59092ef", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e73d3098-4569-48e7-8724-6fcc1f646dc2", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5a03a1d0-f30e-4386-af43-e1a7019f1b19", "documentation": "Infer the likely gender of up to 100 full names ex. 王晓明", "method": "post", "endpoint": "api2/json/genderChineseNameBatch", "responses": [ { "uuid": "ebbe6ace-5bdb-479f-a503-0215b80bdf29", "body": "{\n \"personalNames\": [\n {\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"name\": \"\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3dbfdba1-6455-4e3a-a462-94b10306a01b", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8f96de57-b6c6-4095-8a15-db9cd09ead02", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "55e99f5a-8b71-4555-83b6-c11a090d5a38", "documentation": "Infer the likely gender of a Chinese name in LATIN (Pinyin).", "method": "get", "endpoint": "api2/json/genderChineseNamePinyin/:chineseSurnameLatin/:chineseGivenNameLatin", "responses": [ { "uuid": "cd2243c8-632c-40d3-a160-1883a7ee837d", "body": "{\n \"firstName\": \"\",\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"lastName\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A genderized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "553efece-26ed-4774-87c4-97830f4b8796", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "add46f47-d8e6-4296-8709-4e6d059f1878", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c9e68fc2-e02a-4741-b346-da983a6b83fc", "documentation": "Infer the likely gender of up to 100 Chinese names in LATIN (Pinyin).", "method": "post", "endpoint": "api2/json/genderChineseNamePinyinBatch", "responses": [ { "uuid": "2abdced4-b986-4344-8575-fcdbf986fd76", "body": "{\n \"personalNames\": [\n {\n \"firstName\": \"\",\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"lastName\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d5f44987-4f80-4c64-bf7e-0915740c9d21", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fb12b5fb-6ee6-4307-9e5b-d18d28753e44", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fb4845f9-2de2-486a-9c17-9d2e29ba2df8", "documentation": "Infer the likely gender of a full name, ex. John H. Smith", "method": "get", "endpoint": "api2/json/genderFull/:fullName", "responses": [ { "uuid": "b6cc2b02-7d13-454a-9e41-b87dba3614bb", "body": "{\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"name\": \"\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A genderized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b31d0164-7286-4689-a14e-0b8f0bd469ba", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c277bbb6-9e49-4e85-9245-e79e1ab89d7c", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8d849eca-cdf7-450c-99bc-0b615be9e21f", "documentation": "Infer the likely gender of up to 100 full names, detecting automatically the cultural context.", "method": "post", "endpoint": "api2/json/genderFullBatch", "responses": [ { "uuid": "d4a4c1ca-18bc-45c5-acf7-ffa2fa6ba709", "body": "{\n \"personalNames\": [\n {\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"name\": \"\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0113cdbc-a59d-41df-b6d0-36d14c273811", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9d59af7a-edfb-4a78-a157-be470449221b", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65d89641-7a03-4e66-bf8d-61d38adbf637", "documentation": "Infer the likely gender of a full name, given a local context (ISO2 country code).", "method": "get", "endpoint": "api2/json/genderFullGeo/:fullName/:countryIso2", "responses": [ { "uuid": "9868c9de-7d3b-4f44-ae4d-4e869dfc4bf1", "body": "{\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"name\": \"\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A genderized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bd4644bd-8ef5-4c4f-9f94-7e2ff7e55e99", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a55d9fdd-97ef-43bf-885c-c31e8c42be9a", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "36a753a6-1576-457b-b7bd-8578f31f53a2", "documentation": "Infer the likely gender of up to 100 full names, with a given cultural context (country ISO2 code).", "method": "post", "endpoint": "api2/json/genderFullGeoBatch", "responses": [ { "uuid": "c97f061e-35c5-4875-9751-db3e3fed11d2", "body": "{\n \"personalNames\": [\n {\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"name\": \"\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1ec46855-2543-453b-8558-294b158239f2", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8def564c-94ad-4fef-801d-d98f6efe58e4", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "558e566a-35d1-4614-bfd4-bfb3f4e08772", "documentation": "Infer the likely gender of a name, given a local context (ISO2 country code).", "method": "get", "endpoint": "api2/json/genderGeo/:firstName/:lastName/:countryIso2", "responses": [ { "uuid": "e5c8c29f-1aa4-46ff-92e0-c7dd0f604d86", "body": "{\n \"firstName\": \"\",\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"lastName\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A genderized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e5b90922-9a5c-47d4-9b46-4974d307ef31", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2dfcb9c3-33a0-4606-aa81-b022c9f83093", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "751ccd1f-6239-4bfd-a9c3-3fdad7037114", "documentation": "Infer the likely gender of up to 100 names, each given a local context (ISO2 country code).", "method": "post", "endpoint": "api2/json/genderGeoBatch", "responses": [ { "uuid": "01316838-a1c6-4ad7-8b0d-5cb8c47f7f5c", "body": "{\n \"personalNames\": [\n {\n \"firstName\": \"\",\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"lastName\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "68621dcd-168f-4601-ac67-b8dd7b2bcf24", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c1d47515-d5f8-49bb-a432-042463a91f2a", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3b237cfe-553f-404c-a580-595bd4dc1b9a", "documentation": "Infer the likely gender of a Japanese name in LATIN (Pinyin).", "method": "get", "endpoint": "api2/json/genderJapaneseName/:japaneseSurname/:japaneseGivenName", "responses": [ { "uuid": "87b44947-5480-4928-926e-2d3df323e4df", "body": "{\n \"firstName\": \"\",\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"lastName\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A genderized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b806489d-730a-4cba-a4d2-e817b3a5bd0a", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a7d47bf4-7db1-46f5-a772-f9145dec54cd", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c585eb2b-ed01-4832-b5de-acbcb1ac0549", "documentation": "Infer the likely gender of up to 100 Japanese names in LATIN (Pinyin).", "method": "post", "endpoint": "api2/json/genderJapaneseNameBatch", "responses": [ { "uuid": "34159591-2f5a-45b5-aa82-2abea88099b7", "body": "{\n \"personalNames\": [\n {\n \"firstName\": \"\",\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"lastName\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3cba5646-19c6-45b2-b02a-dd6d708e7a66", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e5ff7175-3d98-4f47-946f-5ecc3a07b6c4", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4e0b352b-e8cd-4eed-9020-039b3c402606", "documentation": "Infer the likely gender of a Japanese full name ex. 王晓明", "method": "get", "endpoint": "api2/json/genderJapaneseNameFull/:japaneseName", "responses": [ { "uuid": "9fa88784-994e-488a-bd29-2162317e3d54", "body": "{\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"name\": \"\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A genderized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1858433c-0c88-45cf-be77-197e7fe70020", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9d9aaeae-ade8-4e7c-bf06-997d1d737688", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "35b34934-a28c-4dc6-9795-5d6509ce5b17", "documentation": "Infer the likely gender of up to 100 full names", "method": "post", "endpoint": "api2/json/genderJapaneseNameFullBatch", "responses": [ { "uuid": "d6d28bfd-3e3d-4589-9825-41d4dc6cd4d7", "body": "{\n \"personalNames\": [\n {\n \"genderScale\": {{faker 'number.float'}},\n \"id\": \"\",\n \"likelyGender\": \"{{oneOf (array 'male' 'female' 'unknown')}}\",\n \"name\": \"\",\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a7f9f85f-747e-4879-b64a-97dae6efce12", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8efe3b14-f348-4e73-847a-ce91c7c31776", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ba1ab432-4794-4e79-bcca-52342da92993", "documentation": "Identify japanese name candidates in KANJI, based on the romanized name (firstName = japaneseGivenName; lastName=japaneseSurname) with KNOWN gender, ex. Yamamoto Sanae", "method": "post", "endpoint": "api2/json/japaneseNameGenderKanjiCandidatesBatch", "responses": [ { "uuid": "251859a7-6039-45ef-acfe-afdc657d7dcb", "body": "{\n \"namesAndMatchCandidates\": [\n {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"matchCandidates\": [\n {\n \"candidateName\": \"\",\n \"predScoreFamilyName\": {{faker 'number.float'}},\n \"predScoreGivenName\": {{faker 'number.float'}},\n \"probability\": {{faker 'number.float'}}\n }\n ],\n \"orderOption\": \"\",\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "172c6107-4c3b-455e-baed-aa0f03435d51", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4311512f-b258-4b6d-8237-194c8edb8614", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c41abf3b-f1ab-49d2-9f48-3cedceee0cb4", "documentation": "Identify japanese name candidates in KANJI, based on the romanized name ex. Yamamoto Sanae", "method": "get", "endpoint": "api2/json/japaneseNameKanjiCandidates/:japaneseSurnameLatin/:japaneseGivenNameLatin", "responses": [ { "uuid": "4df6af6f-9596-4c81-8af7-d3db3ce95715", "body": "{\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"matchCandidates\": [\n {\n \"candidateName\": \"\",\n \"predScoreFamilyName\": {{faker 'number.float'}},\n \"predScoreGivenName\": {{faker 'number.float'}},\n \"probability\": {{faker 'number.float'}}\n }\n ],\n \"orderOption\": \"\",\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A romanized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "61a4cca9-1d7c-4696-8ef1-f7cb65542d2b", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2432b4a6-1c74-420e-a913-25b78d0df16b", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "27d10025-396e-4666-93c5-f292ff1fb799", "documentation": "Identify japanese name candidates in KANJI, based on the romanized name ex. Yamamoto Sanae - and a known gender.", "method": "get", "endpoint": "api2/json/japaneseNameKanjiCandidates/:japaneseSurnameLatin/:japaneseGivenNameLatin/:knownGender", "responses": [ { "uuid": "58e8c5c9-6c90-4307-89a1-88f1c0a78d50", "body": "{\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"matchCandidates\": [\n {\n \"candidateName\": \"\",\n \"predScoreFamilyName\": {{faker 'number.float'}},\n \"predScoreGivenName\": {{faker 'number.float'}},\n \"probability\": {{faker 'number.float'}}\n }\n ],\n \"orderOption\": \"\",\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A romanized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "09dcba44-3665-4ccf-83c7-90c8aac4d17d", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4a1137a1-cea7-448b-a18f-a086773824cc", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fde2f19d-23b9-4b1a-98c5-d7f7ea8c0e8f", "documentation": "Identify japanese name candidates in KANJI, based on the romanized name (firstName = japaneseGivenName; lastName=japaneseSurname), ex. Yamamoto Sanae", "method": "post", "endpoint": "api2/json/japaneseNameKanjiCandidatesBatch", "responses": [ { "uuid": "31552b92-3f80-46d2-a0e2-dbbb9ef6d8c5", "body": "{\n \"namesAndMatchCandidates\": [\n {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"matchCandidates\": [\n {\n \"candidateName\": \"\",\n \"predScoreFamilyName\": {{faker 'number.float'}},\n \"predScoreGivenName\": {{faker 'number.float'}},\n \"probability\": {{faker 'number.float'}}\n }\n ],\n \"orderOption\": \"\",\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f34e8c5c-4b30-49fb-9eb9-25116901e13c", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "492014b4-f6f5-4377-a17c-9f4a7473bb2c", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "acd85cf1-1c70-408e-9ea6-6bebac52389f", "documentation": "Romanize japanese name, based on the name in Kanji.", "method": "get", "endpoint": "api2/json/japaneseNameLatinCandidates/:japaneseSurnameKanji/:japaneseGivenNameKanji", "responses": [ { "uuid": "e4caaef5-debb-40ce-90fc-c432bedfc952", "body": "{\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"matchCandidates\": [\n {\n \"candidateName\": \"\",\n \"predScoreFamilyName\": {{faker 'number.float'}},\n \"predScoreGivenName\": {{faker 'number.float'}},\n \"probability\": {{faker 'number.float'}}\n }\n ],\n \"orderOption\": \"\",\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A romanized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "14a66250-3301-41fa-8a91-c9f9c0c23a58", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6c8b28e2-7ed7-479f-a01b-27d488cf0172", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2f731293-7404-45e8-a4c2-c5a0d7aec6cb", "documentation": "Romanize japanese names, based on the name in KANJI", "method": "post", "endpoint": "api2/json/japaneseNameLatinCandidatesBatch", "responses": [ { "uuid": "8d9483aa-991c-42ce-9e09-cfa698af885b", "body": "{\n \"namesAndMatchCandidates\": [\n {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"matchCandidates\": [\n {\n \"candidateName\": \"\",\n \"predScoreFamilyName\": {{faker 'number.float'}},\n \"predScoreGivenName\": {{faker 'number.float'}},\n \"probability\": {{faker 'number.float'}}\n }\n ],\n \"orderOption\": \"\",\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0e64ca38-565e-451c-9398-2d091b651ad1", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "41285c9b-7845-4935-9109-c4e10e5a5cba", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "372a17bb-5ee3-41ee-b355-db28e53b7b6b", "documentation": "Return a score for matching Japanese name in KANJI ex. 山本 早苗 with a romanized name ex. Yamamoto Sanae", "method": "get", "endpoint": "api2/json/japaneseNameMatch/:japaneseSurnameLatin/:japaneseGivenNameLatin/:japaneseName", "responses": [ { "uuid": "0867ba92-f6fb-4ff9-bd6d-fc67ae2cfbbc", "body": "{\n \"id\": \"\",\n \"matchStatus\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A romanized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "248fc67e-b3ba-43ba-b4d0-fe04c78632b1", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "33e324dc-f3d5-41af-9a92-d605d4ef2d0c", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8f4536d2-da9d-4fff-aa37-e8743469b72a", "documentation": "Return a score for matching a list of Japanese names in KANJI ex. 山本 早苗 with romanized names ex. Yamamoto Sanae", "method": "post", "endpoint": "api2/json/japaneseNameMatchBatch", "responses": [ { "uuid": "b4870ea9-3baa-4f08-aa0a-cc32470e6558", "body": "{\n \"matchedNames\": [\n {\n \"id\": \"\",\n \"matchStatus\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of matched names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "97861cda-71ee-4dff-bed7-69abf4a19074", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2b548ea0-eff3-4f56-9f0c-2e7025b63d8c", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f47f5067-c08e-4ba8-8cad-39eedb53b32a", "documentation": "[CREDITS 1 UNIT] Feedback loop to better perform matching Japanese name in KANJI ex. 山本 早苗 with a romanized name ex. Yamamoto Sanae", "method": "get", "endpoint": "api2/json/japaneseNameMatchFeedbackLoop/:japaneseSurnameLatin/:japaneseGivenNameLatin/:japaneseName", "responses": [ { "uuid": "0173fefa-1e06-4b12-b825-6381f63bf30c", "body": "{\n \"feedbackCredits\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "A romanized name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "82313e80-254e-4547-bffc-c212c89f4d2b", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "01d91beb-e0fa-47d1-8381-9907017f49a9", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e2857980-7929-44f9-bcd7-51f74cff5926", "documentation": "Activate/deactivate learning from a source.", "method": "get", "endpoint": "api2/json/learnable/:source/:learnable", "responses": [ { "uuid": "ac73fd8a-9eee-499b-b094-d0d1a7d4848d", "body": "", "latency": 0, "statusCode": 200, "label": "Set learning from source.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5fb78221-767d-448c-8ce0-cb1191b077d3", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ce129560-c8de-4c2d-8633-fa5b1b53220e", "documentation": "Infer the likely type of a proper noun (personal name, brand name, place name etc.)", "method": "get", "endpoint": "api2/json/nameType/:properNoun", "responses": [ { "uuid": "c1e71650-6f2c-4e2e-98b6-638ffc00491d", "body": "{\n \"commonType\": \"\",\n \"commonTypeAlt\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A typed name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "88c631ec-2825-4882-abfe-d4cf148eb57b", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2caff447-8bd1-4fae-8a88-42a38c85afa2", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f12c7bc8-5235-49d9-b55c-3e28a4d5a39f", "documentation": "Infer the likely common type of up to 100 proper nouns (personal name, brand name, place name etc.)", "method": "post", "endpoint": "api2/json/nameTypeBatch", "responses": [ { "uuid": "8ae616df-e25d-4d7b-95d3-416c258c2009", "body": "{\n \"properNouns\": [\n {\n \"commonType\": \"\",\n \"commonTypeAlt\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of commonTypeized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "171e468e-0daf-4c43-9b36-92b0cf043fcd", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "65301835-b078-4e0a-bf89-6014a3d288d2", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "96f3c255-55f9-4212-9b66-48501b4379e0", "documentation": "Infer the likely type of a proper noun (personal name, brand name, place name etc.)", "method": "get", "endpoint": "api2/json/nameTypeGeo/:properNoun/:countryIso2", "responses": [ { "uuid": "9c49db26-66e8-46cb-8afc-ed420f9948e6", "body": "{\n \"commonType\": \"\",\n \"commonTypeAlt\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A typed name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5a967ae9-41bb-4927-8fa1-d33b6546ea39", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eb2533f2-74c6-4dac-8f42-e5a8c88e7b8d", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c604be77-834c-42ab-993b-aa4e0a27da80", "documentation": "Infer the likely common type of up to 100 proper nouns (personal name, brand name, place name etc.)", "method": "post", "endpoint": "api2/json/nameTypeGeoBatch", "responses": [ { "uuid": "85c825e0-0160-408c-b599-05cba70dfac3", "body": "{\n \"properNouns\": [\n {\n \"commonType\": \"\",\n \"commonTypeAlt\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of commonTypeized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b690722e-03ea-4100-b421-efabf78815ca", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9ca09886-e7ae-479a-a5e7-a0f67ed67c3f", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1b8300d8-d88c-4ec1-b8de-d4d7a83e3edc", "documentation": "[USES 10 UNITS PER NAME] Infer the likely country of origin of a personal name. Assumes names as they are in the country of origin. For US, CA, AU, NZ and other melting-pots : use 'diaspora' instead.", "method": "get", "endpoint": "api2/json/origin/:firstName/:lastName", "responses": [ { "uuid": "a252899c-8ce1-484b-92ab-c4944e222770", "body": "{\n \"countriesOriginTop\": [\n \"\"\n ],\n \"countryOrigin\": \"\",\n \"countryOriginAlt\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"probabilityAltCalibrated\": {{faker 'number.float'}},\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"regionOrigin\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\",\n \"subRegionOrigin\": \"\",\n \"topRegionOrigin\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A origined name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7bb26db0-b475-4176-af69-529528ed6f78", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6bf9f01e-46bc-4379-b33c-0c69825d433b", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "56b09334-a9b6-4d82-8cd8-f51d8c3c7046", "documentation": "[USES 10 UNITS PER NAME] Infer the likely country of origin of up to 100 names, detecting automatically the cultural context.", "method": "post", "endpoint": "api2/json/originBatch", "responses": [ { "uuid": "776cd477-5e41-4757-af88-416dd3a45ed9", "body": "{\n \"personalNames\": [\n {\n \"countriesOriginTop\": [\n \"\"\n ],\n \"countryOrigin\": \"\",\n \"countryOriginAlt\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"probabilityAltCalibrated\": {{faker 'number.float'}},\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"regionOrigin\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\",\n \"subRegionOrigin\": \"\",\n \"topRegionOrigin\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "88919b9d-a927-42a0-a881-04e081c26a80", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "afa1c740-a237-4227-8b1e-5e9b10c42537", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "33a8281f-27eb-4593-9711-e628b19ff413", "documentation": "Infer the likely first/last name structure of a name, ex. 王晓明 -> 王(surname) 晓明(given name)", "method": "get", "endpoint": "api2/json/parseChineseName/:chineseName", "responses": [ { "uuid": "906af867-d07c-47a8-995b-d723c3cf3207", "body": "{\n \"firstLastName\": {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"script\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"nameParserType\": \"\",\n \"nameParserTypeAlt\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A origined name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3b5200b7-0447-47eb-a200-2642c82c9fa0", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "36c09ca7-3b73-4bba-b21d-6047461d02c4", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bcd26442-f91d-41a6-a46e-4e020e28b612", "documentation": "Infer the likely first/last name structure of a name, ex. 王晓明 -> 王(surname) 晓明(given name).", "method": "post", "endpoint": "api2/json/parseChineseNameBatch", "responses": [ { "uuid": "9522d1ff-2f76-47b9-968d-12a5310130f8", "body": "{\n \"personalNames\": [\n {\n \"firstLastName\": {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"script\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"nameParserType\": \"\",\n \"nameParserTypeAlt\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of parsed names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ebf06fb3-c7ba-48de-b8e1-0c13073a9f13", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "261d4e96-bf32-401b-bc9e-fd03d5addb61", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "413bef86-d70a-4ff2-8d48-6972e522d2df", "documentation": "Infer the likely first/last name structure of a name, ex. 山本 早苗 or Yamamoto Sanae", "method": "get", "endpoint": "api2/json/parseJapaneseName/:japaneseName", "responses": [ { "uuid": "f2b1bca7-0f34-4eaa-a723-31458dddc30b", "body": "{\n \"firstLastName\": {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"script\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"nameParserType\": \"\",\n \"nameParserTypeAlt\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A origined name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "303c36f7-222e-4386-8e9e-32b379bc4fd9", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d91f847f-6c3e-40f0-aeda-86fc58963002", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5947f058-f31f-4355-b4f1-d9283e777487", "documentation": "Infer the likely first/last name structure of a name, ex. 山本 早苗 or Yamamoto Sanae ", "method": "post", "endpoint": "api2/json/parseJapaneseNameBatch", "responses": [ { "uuid": "aa9dfce2-a2c3-4fee-b429-3a05f16083a3", "body": "{\n \"personalNames\": [\n {\n \"firstLastName\": {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"script\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"nameParserType\": \"\",\n \"nameParserTypeAlt\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of parsed names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e28ea0e8-c73a-4f7a-9697-312d52d5bc91", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4e304379-0e61-4fc1-90c0-2a5fe612e657", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5698503e-7230-4610-8a76-98538e1e58a3", "documentation": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John. ", "method": "get", "endpoint": "api2/json/parseName/:nameFull", "responses": [ { "uuid": "a74772ed-f494-4730-a3f5-949fa3002b80", "body": "{\n \"firstLastName\": {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"script\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"nameParserType\": \"\",\n \"nameParserTypeAlt\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A origined name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dce59678-8293-47fd-903a-fe7308453cb4", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c2a563dc-11e7-42c8-8c93-deec4058b0e1", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dfab9a2c-4579-4088-a950-fd63309824b1", "documentation": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John. For better accuracy, provide a geographic context.", "method": "get", "endpoint": "api2/json/parseName/:nameFull/:countryIso2", "responses": [ { "uuid": "3db99f40-a522-45c8-bd83-a60d624997c5", "body": "{\n \"firstLastName\": {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"script\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"nameParserType\": \"\",\n \"nameParserTypeAlt\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A origined name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "55c5f102-122e-4b68-8cdf-2fa2d1b6f8b8", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2e99a8fb-39a4-420d-b016-e9f78aa82a19", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5d77f38d-3346-47b5-a43d-07aa5f827a74", "documentation": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John.", "method": "post", "endpoint": "api2/json/parseNameBatch", "responses": [ { "uuid": "da4bf610-f3c0-4c5b-a14e-095bcf18d524", "body": "{\n \"personalNames\": [\n {\n \"firstLastName\": {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"script\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"nameParserType\": \"\",\n \"nameParserTypeAlt\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of parsed names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "51f1ede1-4331-4ce8-aa9f-7044328677be", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "298e6475-bd2d-4604-aa36-9fc0d1d154bf", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "36236c5a-46bf-4702-9a78-308ba5833ef6", "documentation": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John. Giving a local context improves precision. ", "method": "post", "endpoint": "api2/json/parseNameGeoBatch", "responses": [ { "uuid": "ba3f54b3-60b5-4e49-8d62-3d4868d54f40", "body": "{\n \"personalNames\": [\n {\n \"firstLastName\": {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"script\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"nameParserType\": \"\",\n \"nameParserTypeAlt\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of parsed names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "824c7d96-216c-432b-ba49-899b44515a16", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "77cdfe35-d446-4301-a42d-b39794dc6f12", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a227a03a-6c0e-467b-8568-d956819e9927", "documentation": "[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, given a personal name and formatted / unformatted phone number.", "method": "get", "endpoint": "api2/json/phoneCode/:firstName/:lastName/:phoneNumber", "responses": [ { "uuid": "2bbf25e7-2146-40f3-a942-6430f4efc29a", "body": "{\n \"countryIso2\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"internationalPhoneNumberVerified\": \"\",\n \"lastName\": \"\",\n \"originCountryIso2\": \"\",\n \"originCountryIso2Alt\": \"\",\n \"phoneCountryCode\": {{faker 'number.int' max=99999}},\n \"phoneCountryCodeAlt\": {{faker 'number.int' max=99999}},\n \"phoneCountryIso2\": \"\",\n \"phoneCountryIso2Alt\": \"\",\n \"phoneCountryIso2Verified\": \"\",\n \"phoneNumber\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\",\n \"verified\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "A name with country and phone code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "697a674b-6ad8-4d84-962b-11b554dfed00", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ae51a15e-bb6a-4ada-9b0d-914221ae5b05", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1cef86f9-78cb-4547-8fe7-09b8c222dc34", "documentation": "[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, detecting automatically the local context given a name and formatted / unformatted phone number.", "method": "post", "endpoint": "api2/json/phoneCodeBatch", "responses": [ { "uuid": "847030b5-18f5-4937-b830-0fc27e3caa28", "body": "{\n \"personalNamesWithPhoneNumbers\": [\n {\n \"countryIso2\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"internationalPhoneNumberVerified\": \"\",\n \"lastName\": \"\",\n \"originCountryIso2\": \"\",\n \"originCountryIso2Alt\": \"\",\n \"phoneCountryCode\": {{faker 'number.int' max=99999}},\n \"phoneCountryCodeAlt\": {{faker 'number.int' max=99999}},\n \"phoneCountryIso2\": \"\",\n \"phoneCountryIso2Alt\": \"\",\n \"phoneCountryIso2Verified\": \"\",\n \"phoneNumber\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\",\n \"verified\": {{faker 'datatype.boolean'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fba4f78f-4433-4291-8845-d3842fbd94d1", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5381eaa6-7bdf-4e41-99ab-85271dbd076d", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f43626bc-98fd-4dd0-8e1a-151f38ccfe00", "documentation": "[USES 11 UNITS PER NAME] Infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).", "method": "get", "endpoint": "api2/json/phoneCodeGeo/:firstName/:lastName/:phoneNumber/:countryIso2", "responses": [ { "uuid": "c23dac0e-262d-4eda-92ec-548d055e408c", "body": "{\n \"countryIso2\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"internationalPhoneNumberVerified\": \"\",\n \"lastName\": \"\",\n \"originCountryIso2\": \"\",\n \"originCountryIso2Alt\": \"\",\n \"phoneCountryCode\": {{faker 'number.int' max=99999}},\n \"phoneCountryCodeAlt\": {{faker 'number.int' max=99999}},\n \"phoneCountryIso2\": \"\",\n \"phoneCountryIso2Alt\": \"\",\n \"phoneCountryIso2Verified\": \"\",\n \"phoneNumber\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\",\n \"verified\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "A name with country and phone code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a62c3d01-33f5-4476-95bf-d8403a81190c", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "92b75e52-da19-426c-9a18-0be5974dfb0c", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "61bc40e8-53cc-4f1c-a505-4c4b79f2217c", "documentation": "[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, with a local context (ISO2 country of residence).", "method": "post", "endpoint": "api2/json/phoneCodeGeoBatch", "responses": [ { "uuid": "328b17b5-3df1-4105-a497-7230aec2d342", "body": "{\n \"personalNamesWithPhoneNumbers\": [\n {\n \"countryIso2\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"internationalPhoneNumberVerified\": \"\",\n \"lastName\": \"\",\n \"originCountryIso2\": \"\",\n \"originCountryIso2Alt\": \"\",\n \"phoneCountryCode\": {{faker 'number.int' max=99999}},\n \"phoneCountryCodeAlt\": {{faker 'number.int' max=99999}},\n \"phoneCountryIso2\": \"\",\n \"phoneCountryIso2Alt\": \"\",\n \"phoneCountryIso2Verified\": \"\",\n \"phoneNumber\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\",\n \"verified\": {{faker 'datatype.boolean'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of genderized names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "13ca07bd-043f-4e66-9ab9-c094fbd8a3ce", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c5fc40c1-b983-449e-a040-0e489140667b", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3bada5ca-9355-4eab-b70f-1cd3f286fbfe", "documentation": "[CREDITS 1 UNIT] Feedback loop to better infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).", "method": "get", "endpoint": "api2/json/phoneCodeGeoFeedbackLoop/:firstName/:lastName/:phoneNumber/:phoneNumberE164/:countryIso2", "responses": [ { "uuid": "a6f3ddcb-046a-47f3-b973-48e970bd2abb", "body": "{\n \"countryIso2\": \"\",\n \"firstName\": \"\",\n \"id\": \"\",\n \"internationalPhoneNumberVerified\": \"\",\n \"lastName\": \"\",\n \"originCountryIso2\": \"\",\n \"originCountryIso2Alt\": \"\",\n \"phoneCountryCode\": {{faker 'number.int' max=99999}},\n \"phoneCountryCodeAlt\": {{faker 'number.int' max=99999}},\n \"phoneCountryIso2\": \"\",\n \"phoneCountryIso2Alt\": \"\",\n \"phoneCountryIso2Verified\": \"\",\n \"phoneNumber\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\",\n \"verified\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "A name with country and phone code.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "136832d9-a2f0-4e80-bed9-be34b32b41eb", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f97e83ab-fd95-43a8-9626-56a3d61fb537", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8a419ce7-1a32-4130-9b6d-6d6843067ee6", "documentation": "Romanize the Chinese name to Pinyin, ex. 王晓明 -> Wang (surname) Xiaoming (given name)", "method": "get", "endpoint": "api2/json/pinyinChineseName/:chineseName", "responses": [ { "uuid": "27a301ac-efa2-43ca-8c1f-29726d4aad2a", "body": "{\n \"firstLastName\": {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"script\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"nameParserType\": \"\",\n \"nameParserTypeAlt\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A pinyin name.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f944c047-bad4-433a-a459-5765499c3580", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d2adb1c5-bfed-4fbc-bb3d-cc0c92e0171e", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f529de98-1fb1-4a9c-b2d6-da351f9cb0ff", "documentation": "Romanize a list of Chinese name to Pinyin, ex. 王晓明 -> Wang (surname) Xiaoming (given name).", "method": "post", "endpoint": "api2/json/pinyinChineseNameBatch", "responses": [ { "uuid": "8dd3471b-af12-4241-a0cc-58f00b817450", "body": "{\n \"personalNames\": [\n {\n \"firstLastName\": {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"script\": \"\"\n },\n \"id\": \"\",\n \"name\": \"\",\n \"nameParserType\": \"\",\n \"nameParserTypeAlt\": \"\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of Pinyin names.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d9d00212-d4f8-4f09-b0c4-021607a10069", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "90cf7989-2146-4cc0-9ec9-dee8c5a63a70", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a040838f-80b0-4330-98cc-36cfa3881073", "documentation": "Get the current software version", "method": "get", "endpoint": "api2/json/softwareVersion", "responses": [ { "uuid": "e8dc679f-4fea-4d71-9441-01f49a178428", "body": "{\n \"softwareNameAndVersion\": \"\",\n \"softwareVersion\": [\n {{faker 'number.int' max=99999}}\n ]\n}", "latency": 0, "statusCode": 200, "label": "The current software version", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d633c9ed-177d-485b-88ed-d69449243f1a", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee5f0875-8ca7-4b46-8bbe-8732b0660243", "documentation": "Print the taxonomy classes valid for the given classifier.", "method": "get", "endpoint": "api2/json/taxonomyClasses/:classifierName", "responses": [ { "uuid": "bf48a911-a49e-4cff-b0cb-07c971c94d01", "body": "{\n \"classifierName\": \"\",\n \"taxonomyClasses\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Available plans", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e5f28416-1fcc-47f8-b430-cb53aa645e55", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ed061949-b028-4224-acf0-1a392730ca39", "documentation": "[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).", "method": "get", "endpoint": "api2/json/usRaceEthnicity/:firstName/:lastName", "responses": [ { "uuid": "c07be1a2-e860-4e3f-8d08-b079b269d434", "body": "{\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"probabilityAltCalibrated\": {{faker 'number.float'}},\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"raceEthnicitiesTop\": [\n \"\"\n ],\n \"raceEthnicity\": \"{{oneOf (array 'W_NL' 'HL' 'A' 'B_NL' 'AI_AN' 'PI')}}\",\n \"raceEthnicityAlt\": \"{{oneOf (array 'W_NL' 'HL' 'A' 'B_NL' 'AI_AN' 'PI')}}\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "a US resident's likely race/ethnicity : W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino), AI_AN (American Indian or Alaskan Native*) and PI (Pacific Islander*). *optionally", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1c4bba07-a76b-47e8-a528-4b835c9439e7", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ed54c97c-7ed5-408e-b5f5-75ed5ebfc27a", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d58446c7-3efd-4262-a139-ccdf070d26fc", "documentation": "[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).", "method": "post", "endpoint": "api2/json/usRaceEthnicityBatch", "responses": [ { "uuid": "61f18e10-d2d2-47d9-bd0a-237221243c13", "body": "{\n \"personalNames\": [\n {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"probabilityAltCalibrated\": {{faker 'number.float'}},\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"raceEthnicitiesTop\": [\n \"\"\n ],\n \"raceEthnicity\": \"{{oneOf (array 'W_NL' 'HL' 'A' 'B_NL' 'AI_AN' 'PI')}}\",\n \"raceEthnicityAlt\": \"{{oneOf (array 'W_NL' 'HL' 'A' 'B_NL' 'AI_AN' 'PI')}}\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of US resident's likely race/ethnicity. W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino), AI_AN (American Indian or Alaskan Native*) and PI (Pacific Islander*). *optionally", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a361b668-fbec-4023-9e7d-de6ad6ca8ac1", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e1d74438-79d2-4177-ad33-62c16c933190", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4ad599dd-caf3-4838-9d67-dacd346b01b2", "documentation": "[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).", "method": "get", "endpoint": "api2/json/usRaceEthnicityZIP5/:firstName/:lastName/:zip5Code", "responses": [ { "uuid": "c0c34658-6fbb-4c72-a4e0-54a83f610118", "body": "{\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"probabilityAltCalibrated\": {{faker 'number.float'}},\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"raceEthnicitiesTop\": [\n \"\"\n ],\n \"raceEthnicity\": \"{{oneOf (array 'W_NL' 'HL' 'A' 'B_NL' 'AI_AN' 'PI')}}\",\n \"raceEthnicityAlt\": \"{{oneOf (array 'W_NL' 'HL' 'A' 'B_NL' 'AI_AN' 'PI')}}\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "a US resident's likely race/ethnicity : W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino), AI_AN (American Indian or Alaskan Native*) and PI (Pacific Islander*). *optionally", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c2f3d530-a51b-41ad-8c6b-8498468d3579", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d3afe4a0-b31c-4d5c-a3c2-b5ed7753ff37", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ef8673f7-f52e-4e1b-8a00-72b7927862d0", "documentation": "[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).", "method": "post", "endpoint": "api2/json/usZipRaceEthnicityBatch", "responses": [ { "uuid": "f275f8f9-bda3-4362-81fa-d71657335793", "body": "{\n \"personalNames\": [\n {\n \"firstName\": \"\",\n \"id\": \"\",\n \"lastName\": \"\",\n \"probabilityAltCalibrated\": {{faker 'number.float'}},\n \"probabilityCalibrated\": {{faker 'number.float'}},\n \"raceEthnicitiesTop\": [\n \"\"\n ],\n \"raceEthnicity\": \"{{oneOf (array 'W_NL' 'HL' 'A' 'B_NL' 'AI_AN' 'PI')}}\",\n \"raceEthnicityAlt\": \"{{oneOf (array 'W_NL' 'HL' 'A' 'B_NL' 'AI_AN' 'PI')}}\",\n \"score\": {{faker 'number.float'}},\n \"script\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of US resident's likely race/ethnicity. W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino), AI_AN (American Indian or Alaskan Native*) and PI (Pacific Islander*). *optionally", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "decb94dc-a050-475a-be36-897345a3e603", "body": "", "latency": 0, "statusCode": 401, "label": "Missing or incorrect API Key", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "925e92c4-d5c2-45d6-a32f-8a74806d9c2a", "body": "", "latency": 0, "statusCode": 403, "label": "API Limit Reached or API Key Disabled", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "9d558a58-0397-4418-9336-09c973f4ec66" }, { "type": "route", "uuid": "03d9f566-b0c7-40b8-976c-4b40e38af318" }, { "type": "route", "uuid": "6e6f095a-1128-40f2-9fad-33d0604fc4e8" }, { "type": "route", "uuid": "f272f633-57d2-4887-b6c0-9d6f74058dc9" }, { "type": "route", "uuid": "52034089-ac65-4823-aebb-bae2fa15ef13" }, { "type": "route", "uuid": "76d6a396-53e2-4d67-9290-68aa74646f9f" }, { "type": "route", "uuid": "89e9d5f8-be26-4b59-88f9-c338031649e8" }, { "type": "route", "uuid": "7730f211-ab96-43dd-b74a-ca8731f75bf9" }, { "type": "route", "uuid": "b75a7320-0e44-4c0b-8647-586c7a5e6663" }, { "type": "route", "uuid": "771eb490-d1b3-4bff-b171-dffe7e0f1ead" }, { "type": "route", "uuid": "8241c0f3-61e0-4269-ab0f-a18be2312508" }, { "type": "route", "uuid": "719e4054-16f2-475b-90a6-ebead86b340c" }, { "type": "route", "uuid": "d4f657c6-00f6-4087-8eed-4053f3d782a5" }, { "type": "route", "uuid": "35556a09-c983-4ad9-8eb3-b3513080109d" }, { "type": "route", "uuid": "a12ecadc-05a4-436d-a2dd-a9de984b98a2" }, { "type": "route", "uuid": "ca545108-14d8-4ff1-9d52-927e0e6a89a0" }, { "type": "route", "uuid": "23f6b3ba-6ad4-4c42-a939-a58e5ae0f223" }, { "type": "route", "uuid": "2a617620-7309-4a3d-a465-3d07b479f3be" }, { "type": "route", "uuid": "c7d9a425-cbed-4cab-848b-c13b01c36ee2" }, { "type": "route", "uuid": "53789181-77b3-413b-946b-7c1cc30139bd" }, { "type": "route", "uuid": "e8f644db-1670-412f-bd61-5582131e0a1a" }, { "type": "route", "uuid": "85dc6287-db16-414f-bb2f-dd5c35ac6023" }, { "type": "route", "uuid": "5a03a1d0-f30e-4386-af43-e1a7019f1b19" }, { "type": "route", "uuid": "55e99f5a-8b71-4555-83b6-c11a090d5a38" }, { "type": "route", "uuid": "c9e68fc2-e02a-4741-b346-da983a6b83fc" }, { "type": "route", "uuid": "fb4845f9-2de2-486a-9c17-9d2e29ba2df8" }, { "type": "route", "uuid": "8d849eca-cdf7-450c-99bc-0b615be9e21f" }, { "type": "route", "uuid": "65d89641-7a03-4e66-bf8d-61d38adbf637" }, { "type": "route", "uuid": "36a753a6-1576-457b-b7bd-8578f31f53a2" }, { "type": "route", "uuid": "558e566a-35d1-4614-bfd4-bfb3f4e08772" }, { "type": "route", "uuid": "751ccd1f-6239-4bfd-a9c3-3fdad7037114" }, { "type": "route", "uuid": "3b237cfe-553f-404c-a580-595bd4dc1b9a" }, { "type": "route", "uuid": "c585eb2b-ed01-4832-b5de-acbcb1ac0549" }, { "type": "route", "uuid": "4e0b352b-e8cd-4eed-9020-039b3c402606" }, { "type": "route", "uuid": "35b34934-a28c-4dc6-9795-5d6509ce5b17" }, { "type": "route", "uuid": "ba1ab432-4794-4e79-bcca-52342da92993" }, { "type": "route", "uuid": "c41abf3b-f1ab-49d2-9f48-3cedceee0cb4" }, { "type": "route", "uuid": "27d10025-396e-4666-93c5-f292ff1fb799" }, { "type": "route", "uuid": "fde2f19d-23b9-4b1a-98c5-d7f7ea8c0e8f" }, { "type": "route", "uuid": "acd85cf1-1c70-408e-9ea6-6bebac52389f" }, { "type": "route", "uuid": "2f731293-7404-45e8-a4c2-c5a0d7aec6cb" }, { "type": "route", "uuid": "372a17bb-5ee3-41ee-b355-db28e53b7b6b" }, { "type": "route", "uuid": "8f4536d2-da9d-4fff-aa37-e8743469b72a" }, { "type": "route", "uuid": "f47f5067-c08e-4ba8-8cad-39eedb53b32a" }, { "type": "route", "uuid": "e2857980-7929-44f9-bcd7-51f74cff5926" }, { "type": "route", "uuid": "ce129560-c8de-4c2d-8633-fa5b1b53220e" }, { "type": "route", "uuid": "f12c7bc8-5235-49d9-b55c-3e28a4d5a39f" }, { "type": "route", "uuid": "96f3c255-55f9-4212-9b66-48501b4379e0" }, { "type": "route", "uuid": "c604be77-834c-42ab-993b-aa4e0a27da80" }, { "type": "route", "uuid": "1b8300d8-d88c-4ec1-b8de-d4d7a83e3edc" }, { "type": "route", "uuid": "56b09334-a9b6-4d82-8cd8-f51d8c3c7046" }, { "type": "route", "uuid": "33a8281f-27eb-4593-9711-e628b19ff413" }, { "type": "route", "uuid": "bcd26442-f91d-41a6-a46e-4e020e28b612" }, { "type": "route", "uuid": "413bef86-d70a-4ff2-8d48-6972e522d2df" }, { "type": "route", "uuid": "5947f058-f31f-4355-b4f1-d9283e777487" }, { "type": "route", "uuid": "5698503e-7230-4610-8a76-98538e1e58a3" }, { "type": "route", "uuid": "dfab9a2c-4579-4088-a950-fd63309824b1" }, { "type": "route", "uuid": "5d77f38d-3346-47b5-a43d-07aa5f827a74" }, { "type": "route", "uuid": "36236c5a-46bf-4702-9a78-308ba5833ef6" }, { "type": "route", "uuid": "a227a03a-6c0e-467b-8568-d956819e9927" }, { "type": "route", "uuid": "1cef86f9-78cb-4547-8fe7-09b8c222dc34" }, { "type": "route", "uuid": "f43626bc-98fd-4dd0-8e1a-151f38ccfe00" }, { "type": "route", "uuid": "61bc40e8-53cc-4f1c-a505-4c4b79f2217c" }, { "type": "route", "uuid": "3bada5ca-9355-4eab-b70f-1cd3f286fbfe" }, { "type": "route", "uuid": "8a419ce7-1a32-4130-9b6d-6d6843067ee6" }, { "type": "route", "uuid": "f529de98-1fb1-4a9c-b2d6-da351f9cb0ff" }, { "type": "route", "uuid": "a040838f-80b0-4330-98cc-36cfa3881073" }, { "type": "route", "uuid": "ee5f0875-8ca7-4b46-8bbe-8732b0660243" }, { "type": "route", "uuid": "ed061949-b028-4224-acf0-1a392730ca39" }, { "type": "route", "uuid": "d58446c7-3efd-4262-a139-ccdf070d26fc" }, { "type": "route", "uuid": "4ad599dd-caf3-4838-9d67-dacd346b01b2" }, { "type": "route", "uuid": "ef8673f7-f52e-4e1b-8a00-72b7927862d0" } ] }