{
	"info": {
		"_postman_id": "76ba4d0c-709e-43d1-9d24-b3c51e545b15",
		"name": "Gender-API.com",
		"description": "Keep your registration forms simple. Optimize your conversions and let us determine the gender of your customers.",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "gender",
			"item": [
				{
					"name": "Query by a single first name",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"first_name\": \"Sandra\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/gender/by-first-name",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"gender",
								"by-first-name"
							]
						}
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"first_name\": \"Sandra\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-first-name",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-first-name"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"input\": {},\n  \"details\": {\n    \"credits_used\": 1,\n    \"samples\": 150,\n    \"country\": \"sunt magna dolor \",\n    \"first_name_sanitized\": \"sandra\",\n    \"duration\": \"78ms\"\n  },\n  \"result_found\": false,\n  \"first_name\": \"Sandra\",\n  \"probability\": 0.95,\n  \"gender\": \"female\"\n}"
						},
						{
							"name": " parameter-first-name-invalid: The \"first_name\" parameter is invalid. The parameter can only be a string with a length from 1 to 50 chars. \n\n parameter-full-name-invalid: The \"full_name\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars. \n\n parameter-email-invalid: The \"email\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars and must be a valid email address. \n\n invalid-key: Invalid API key. You can find your personal API key in your account. \n\n invalid-country-code: The given country code is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-ip-address: The given ip address is not valid. Please provide either a valid IPv4 or an IPv6 address. \n\n invalid-json: The JSON from the post data is invalid \n\n invalid-locale: The given locale is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-id: The given id is not valid. An id can be either an integer or a string with 50 chars at max. \n\n mandatory-parameter-missing: Mandatory parameter missing. Either first_name, full_name or email must be set. \n\n content-type-missing: Content-Type missing. Please add a \"Content-Type: application/json\" to your API call. \n\n missing-json: We weren't able to find a json body in your API call. Please make sure the body is sent with a POST request to our API endpoint. \n\n too-many-queries: Too many queries in a single API call. authorization-header-missing: Your query misses the \"Authorization\" header with the bearer token. \n\n invalid-auth-token: Invalid authentication token provided. Please log in to your account to find a list of valid tokens or to create a new one. \n\n ",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"first_name\": \"Sandra\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-first-name",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-first-name"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						},
						{
							"name": "limit-exceeded - Limit exceeded. Thank you for using our service. Please consider to buy more credits.",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"first_name\": \"Sandra\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-first-name",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-first-name"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						}
					]
				},
				{
					"name": "Query by a single full name",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"full_name\": \"Sandra Miller\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/gender/by-full-name",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"gender",
								"by-full-name"
							]
						}
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"full_name\": \"Sandra Miller\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-full-name",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-full-name"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"input\": {},\n  \"details\": {\n    \"credits_used\": 1,\n    \"samples\": 150,\n    \"country\": \"sunt magna dolor \",\n    \"first_name_sanitized\": \"sandra\",\n    \"duration\": \"78ms\"\n  },\n  \"result_found\": false,\n  \"first_name\": \"Sandra\",\n  \"probability\": 0.95,\n  \"gender\": \"female\"\n}"
						},
						{
							"name": " parameter-first-name-invalid: The \"first_name\" parameter is invalid. The parameter can only be a string with a length from 1 to 50 chars. \n\n parameter-full-name-invalid: The \"full_name\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars. \n\n parameter-email-invalid: The \"email\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars and must be a valid email address. \n\n invalid-key: Invalid API key. You can find your personal API key in your account. \n\n invalid-country-code: The given country code is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-ip-address: The given ip address is not valid. Please provide either a valid IPv4 or an IPv6 address. \n\n invalid-json: The JSON from the post data is invalid \n\n invalid-locale: The given locale is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-id: The given id is not valid. An id can be either an integer or a string with 50 chars at max. \n\n mandatory-parameter-missing: Mandatory parameter missing. Either first_name, full_name or email must be set. \n\n content-type-missing: Content-Type missing. Please add a \"Content-Type: application/json\" to your API call. \n\n missing-json: We weren't able to find a json body in your API call. Please make sure the body is sent with a POST request to our API endpoint. \n\n too-many-queries: Too many queries in a single API call. authorization-header-missing: Your query misses the \"Authorization\" header with the bearer token. \n\n invalid-auth-token: Invalid authentication token provided. Please log in to your account to find a list of valid tokens or to create a new one. \n\n ",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"full_name\": \"Sandra Miller\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-full-name",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-full-name"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						},
						{
							"name": "limit-exceeded - Limit exceeded. Thank you for using our service. Please consider to buy more credits.",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"full_name\": \"Sandra Miller\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-full-name",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-full-name"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						}
					]
				},
				{
					"name": "Query by a single email address",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"email\": \"sandra.miller14@gmail.com\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/gender/by-email-address",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"gender",
								"by-email-address"
							]
						}
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"email\": \"sandra.miller14@gmail.com\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-email-address",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-email-address"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"input\": {},\n  \"details\": {\n    \"credits_used\": 1,\n    \"samples\": 150,\n    \"country\": \"sunt magna dolor \",\n    \"first_name_sanitized\": \"sandra\",\n    \"duration\": \"78ms\"\n  },\n  \"result_found\": false,\n  \"first_name\": \"Sandra\",\n  \"probability\": 0.95,\n  \"gender\": \"female\"\n}"
						},
						{
							"name": " parameter-first-name-invalid: The \"first_name\" parameter is invalid. The parameter can only be a string with a length from 1 to 50 chars. \n\n parameter-full-name-invalid: The \"full_name\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars. \n\n parameter-email-invalid: The \"email\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars and must be a valid email address. \n\n invalid-key: Invalid API key. You can find your personal API key in your account. \n\n invalid-country-code: The given country code is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-ip-address: The given ip address is not valid. Please provide either a valid IPv4 or an IPv6 address. \n\n invalid-json: The JSON from the post data is invalid \n\n invalid-locale: The given locale is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-id: The given id is not valid. An id can be either an integer or a string with 50 chars at max. \n\n mandatory-parameter-missing: Mandatory parameter missing. Either first_name, full_name or email must be set. \n\n content-type-missing: Content-Type missing. Please add a \"Content-Type: application/json\" to your API call. \n\n missing-json: We weren't able to find a json body in your API call. Please make sure the body is sent with a POST request to our API endpoint. \n\n too-many-queries: Too many queries in a single API call. authorization-header-missing: Your query misses the \"Authorization\" header with the bearer token. \n\n invalid-auth-token: Invalid authentication token provided. Please log in to your account to find a list of valid tokens or to create a new one. \n\n ",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"email\": \"sandra.miller14@gmail.com\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-email-address",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-email-address"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						},
						{
							"name": "limit-exceeded - Limit exceeded. Thank you for using our service. Please consider to buy more credits.",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"country\": \"US\",\n  \"locale\": null,\n  \"ip\": null,\n  \"email\": \"sandra.miller14@gmail.com\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-email-address",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-email-address"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						}
					]
				},
				{
					"name": "Query multiple names in a single request",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n  {\n    \"first_name\": \"sandra\",\n    \"country\": \"US\"\n  },\n  {\n    \"first_name\": \"mike\",\n    \"country\": \"CA\"\n  }\n]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/gender/by-first-name-multiple",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"gender",
								"by-first-name-multiple"
							]
						}
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\n  {\n    \"first_name\": \"sandra\",\n    \"country\": \"US\"\n  },\n  {\n    \"first_name\": \"mike\",\n    \"country\": \"CA\"\n  }\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-first-name-multiple",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-first-name-multiple"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "[\n  {\n    \"input\": {},\n    \"details\": {\n      \"credits_used\": 1,\n      \"samples\": 150,\n      \"country\": \"Excepteur aliqua\",\n      \"first_name_sanitized\": \"sandra\",\n      \"duration\": \"78ms\"\n    },\n    \"result_found\": false,\n    \"first_name\": \"Sandra\",\n    \"probability\": 0.95,\n    \"gender\": \"female\"\n  },\n  {\n    \"input\": {},\n    \"details\": {\n      \"credits_used\": 1,\n      \"samples\": 150,\n      \"country\": \"tempor enim et cillum\",\n      \"first_name_sanitized\": \"sandra\",\n      \"duration\": \"78ms\"\n    },\n    \"result_found\": false,\n    \"first_name\": \"Sandra\",\n    \"probability\": 0.95,\n    \"gender\": \"female\"\n  }\n]"
						},
						{
							"name": " parameter-first-name-invalid: The \"first_name\" parameter is invalid. The parameter can only be a string with a length from 1 to 50 chars. \n\n parameter-full-name-invalid: The \"full_name\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars. \n\n parameter-email-invalid: The \"email\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars and must be a valid email address. \n\n invalid-key: Invalid API key. You can find your personal API key in your account. \n\n invalid-country-code: The given country code is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-ip-address: The given ip address is not valid. Please provide either a valid IPv4 or an IPv6 address. \n\n invalid-json: The JSON from the post data is invalid \n\n invalid-locale: The given locale is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-id: The given id is not valid. An id can be either an integer or a string with 50 chars at max. \n\n mandatory-parameter-missing: Mandatory parameter missing. Either first_name, full_name or email must be set. \n\n content-type-missing: Content-Type missing. Please add a \"Content-Type: application/json\" to your API call. \n\n missing-json: We weren't able to find a json body in your API call. Please make sure the body is sent with a POST request to our API endpoint. \n\n too-many-queries: Too many queries in a single API call. authorization-header-missing: Your query misses the \"Authorization\" header with the bearer token. \n\n invalid-auth-token: Invalid authentication token provided. Please log in to your account to find a list of valid tokens or to create a new one. \n\n ",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\n  {\n    \"first_name\": \"sandra\",\n    \"country\": \"US\"\n  },\n  {\n    \"first_name\": \"mike\",\n    \"country\": \"CA\"\n  }\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-first-name-multiple",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-first-name-multiple"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						},
						{
							"name": "limit-exceeded - Limit exceeded. Thank you for using our service. Please consider to buy more credits.",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\n  {\n    \"first_name\": \"sandra\",\n    \"country\": \"US\"\n  },\n  {\n    \"first_name\": \"mike\",\n    \"country\": \"CA\"\n  }\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-first-name-multiple",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-first-name-multiple"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						}
					]
				},
				{
					"name": "Query multiple names in a single request",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n  {\n    \"first_name\": \"sandra miller\",\n    \"country\": \"US\"\n  },\n  {\n    \"first_name\": \"mike meyers\"\n  }\n]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/gender/by-full-name-multiple",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"gender",
								"by-full-name-multiple"
							]
						}
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\n  {\n    \"first_name\": \"sandra miller\",\n    \"country\": \"US\"\n  },\n  {\n    \"first_name\": \"mike meyers\"\n  }\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-full-name-multiple",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-full-name-multiple"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "[\n  {\n    \"input\": {},\n    \"details\": {\n      \"credits_used\": 1,\n      \"samples\": 150,\n      \"country\": \"sed cillum\",\n      \"first_name_sanitized\": \"sandra\",\n      \"duration\": \"78ms\"\n    },\n    \"result_found\": true,\n    \"first_name\": \"Sandra\",\n    \"probability\": 0.95,\n    \"gender\": \"female\"\n  },\n  {\n    \"input\": {},\n    \"details\": {\n      \"credits_used\": 1,\n      \"samples\": 150,\n      \"country\": \"exercitation veniam aliqua\",\n      \"first_name_sanitized\": \"sandra\",\n      \"duration\": \"78ms\"\n    },\n    \"result_found\": false,\n    \"first_name\": \"Sandra\",\n    \"probability\": 0.95,\n    \"gender\": \"female\"\n  }\n]"
						},
						{
							"name": " parameter-first-name-invalid: The \"first_name\" parameter is invalid. The parameter can only be a string with a length from 1 to 50 chars. \n\n parameter-full-name-invalid: The \"full_name\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars. \n\n parameter-email-invalid: The \"email\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars and must be a valid email address. \n\n invalid-key: Invalid API key. You can find your personal API key in your account. \n\n invalid-country-code: The given country code is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-ip-address: The given ip address is not valid. Please provide either a valid IPv4 or an IPv6 address. \n\n invalid-json: The JSON from the post data is invalid \n\n invalid-locale: The given locale is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-id: The given id is not valid. An id can be either an integer or a string with 50 chars at max. \n\n mandatory-parameter-missing: Mandatory parameter missing. Either first_name, full_name or email must be set. \n\n content-type-missing: Content-Type missing. Please add a \"Content-Type: application/json\" to your API call. \n\n missing-json: We weren't able to find a json body in your API call. Please make sure the body is sent with a POST request to our API endpoint. \n\n too-many-queries: Too many queries in a single API call. authorization-header-missing: Your query misses the \"Authorization\" header with the bearer token. \n\n invalid-auth-token: Invalid authentication token provided. Please log in to your account to find a list of valid tokens or to create a new one. \n\n ",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\n  {\n    \"first_name\": \"sandra miller\",\n    \"country\": \"US\"\n  },\n  {\n    \"first_name\": \"mike meyers\"\n  }\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-full-name-multiple",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-full-name-multiple"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						},
						{
							"name": "limit-exceeded - Limit exceeded. Thank you for using our service. Please consider to buy more credits.",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\n  {\n    \"first_name\": \"sandra miller\",\n    \"country\": \"US\"\n  },\n  {\n    \"first_name\": \"mike meyers\"\n  }\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-full-name-multiple",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-full-name-multiple"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						}
					]
				},
				{
					"name": "Query multiple names by email address",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n  {\n    \"email\": \"sandra.miller14@gmail.com\",\n    \"country\": \"US\"\n  },\n  {\n    \"email\": \"mark.meyer@gmail.com\"\n  }\n]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/gender/by-email-address-multiple",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"gender",
								"by-email-address-multiple"
							]
						}
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\n  {\n    \"email\": \"sandra.miller14@gmail.com\",\n    \"country\": \"US\"\n  },\n  {\n    \"email\": \"mark.meyer@gmail.com\"\n  }\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-email-address-multiple",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-email-address-multiple"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "[\n  {\n    \"input\": {},\n    \"details\": {\n      \"credits_used\": 1,\n      \"samples\": 150,\n      \"country\": \"sed cillum\",\n      \"first_name_sanitized\": \"sandra\",\n      \"duration\": \"78ms\"\n    },\n    \"result_found\": true,\n    \"first_name\": \"Sandra\",\n    \"probability\": 0.95,\n    \"gender\": \"female\"\n  },\n  {\n    \"input\": {},\n    \"details\": {\n      \"credits_used\": 1,\n      \"samples\": 150,\n      \"country\": \"exercitation veniam aliqua\",\n      \"first_name_sanitized\": \"sandra\",\n      \"duration\": \"78ms\"\n    },\n    \"result_found\": false,\n    \"first_name\": \"Sandra\",\n    \"probability\": 0.95,\n    \"gender\": \"female\"\n  }\n]"
						},
						{
							"name": " parameter-first-name-invalid: The \"first_name\" parameter is invalid. The parameter can only be a string with a length from 1 to 50 chars. \n\n parameter-full-name-invalid: The \"full_name\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars. \n\n parameter-email-invalid: The \"email\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars and must be a valid email address. \n\n invalid-key: Invalid API key. You can find your personal API key in your account. \n\n invalid-country-code: The given country code is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-ip-address: The given ip address is not valid. Please provide either a valid IPv4 or an IPv6 address. \n\n invalid-json: The JSON from the post data is invalid \n\n invalid-locale: The given locale is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-id: The given id is not valid. An id can be either an integer or a string with 50 chars at max. \n\n mandatory-parameter-missing: Mandatory parameter missing. Either first_name, full_name or email must be set. \n\n content-type-missing: Content-Type missing. Please add a \"Content-Type: application/json\" to your API call. \n\n missing-json: We weren't able to find a json body in your API call. Please make sure the body is sent with a POST request to our API endpoint. \n\n too-many-queries: Too many queries in a single API call. authorization-header-missing: Your query misses the \"Authorization\" header with the bearer token. \n\n invalid-auth-token: Invalid authentication token provided. Please log in to your account to find a list of valid tokens or to create a new one. \n\n ",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\n  {\n    \"email\": \"sandra.miller14@gmail.com\",\n    \"country\": \"US\"\n  },\n  {\n    \"email\": \"mark.meyer@gmail.com\"\n  }\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-email-address-multiple",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-email-address-multiple"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						},
						{
							"name": "limit-exceeded - Limit exceeded. Thank you for using our service. Please consider to buy more credits.",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Added as a part of security scheme: bearer",
										"key": "Authorization",
										"value": "Bearer <token>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\n  {\n    \"email\": \"sandra.miller14@gmail.com\",\n    \"country\": \"US\"\n  },\n  {\n    \"email\": \"mark.meyer@gmail.com\"\n  }\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/gender/by-email-address-multiple",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"gender",
										"by-email-address-multiple"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "Get a name's country of origin",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					},
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n  \"first_name\": \"Johanna\",\n  \"full_name\": \"sit\",\n  \"email\": \"ut\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{baseUrl}}/country-of-origin",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"country-of-origin"
					]
				}
			},
			"response": [
				{
					"name": "Successful response",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"description": "Added as a part of security scheme: bearer",
								"key": "Authorization",
								"value": "Bearer <token>"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"first_name\": \"Johanna\",\n  \"full_name\": \"sit\",\n  \"email\": \"ut\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/country-of-origin",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"country-of-origin"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"input\": {\n    \"first_name\": \"Duis ad magna mollit\"\n  },\n  \"details\": {\n    \"credits_used\": -45964908,\n    \"duration\": \"volupta\",\n    \"samples\": 84906960,\n    \"country\": \"est et\",\n    \"first_name_sanitized\": \"cillum Excepteur laborum deserunt\"\n  },\n  \"result_found\": false,\n  \"country_of_origin\": [\n    {\n      \"country_name\": \"Germany\",\n      \"country\": \"DE\",\n      \"probability\": 50446197.31644869,\n      \"continental_region\": \"Europe\",\n      \"statistical_region\": \"Western Europe\"\n    },\n    {\n      \"country_name\": \"Germany\",\n      \"country\": \"DE\",\n      \"probability\": -40877418.33178877,\n      \"continental_region\": \"Europe\",\n      \"statistical_region\": \"Western Europe\"\n    }\n  ],\n  \"country_of_origin_map_url\": \"ut et consequat Ut\",\n  \"first_name\": \"laborum laboris reprehenderit\",\n  \"probability\": -91337084.74722652,\n  \"gender\": \"female\"\n}"
				},
				{
					"name": " parameter-first-name-invalid: The \"first_name\" parameter is invalid. The parameter can only be a string with a length from 1 to 50 chars. \n\n parameter-full-name-invalid: The \"full_name\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars. \n\n parameter-email-invalid: The \"email\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars and must be a valid email address. \n\n invalid-key: Invalid API key. You can find your personal API key in your account. \n\n invalid-country-code: The given country code is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-ip-address: The given ip address is not valid. Please provide either a valid IPv4 or an IPv6 address. \n\n invalid-json: The JSON from the post data is invalid \n\n invalid-locale: The given locale is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-id: The given id is not valid. An id can be either an integer or a string with 50 chars at max. \n\n mandatory-parameter-missing: Mandatory parameter missing. Either first_name, full_name or email must be set. \n\n content-type-missing: Content-Type missing. Please add a \"Content-Type: application/json\" to your API call. \n\n missing-json: We weren't able to find a json body in your API call. Please make sure the body is sent with a POST request to our API endpoint. \n\n too-many-queries: Too many queries in a single API call. authorization-header-missing: Your query misses the \"Authorization\" header with the bearer token. \n\n invalid-auth-token: Invalid authentication token provided. Please log in to your account to find a list of valid tokens or to create a new one. \n\n ",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"description": "Added as a part of security scheme: bearer",
								"key": "Authorization",
								"value": "Bearer <token>"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"first_name\": \"Johanna\",\n  \"full_name\": \"sit\",\n  \"email\": \"ut\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/country-of-origin",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"country-of-origin"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
				},
				{
					"name": "limit-exceeded - Limit exceeded. Thank you for using our service. Please consider to buy more credits.",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"description": "Added as a part of security scheme: bearer",
								"key": "Authorization",
								"value": "Bearer <token>"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"first_name\": \"Johanna\",\n  \"full_name\": \"sit\",\n  \"email\": \"ut\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/country-of-origin",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"country-of-origin"
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
				}
			]
		},
		{
			"name": "With this call you can pull some stats on your account",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"url": {
					"raw": "{{baseUrl}}/statistic",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"statistic"
					]
				}
			},
			"response": [
				{
					"name": "Successful response",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"description": "Added as a part of security scheme: bearer",
								"key": "Authorization",
								"value": "Bearer <token>"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/statistic",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"statistic"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"is_limit_reached\": false,\n  \"remaining_credits\": 23456,\n  \"details\": {\n    \"credits_used\": 0,\n    \"duration\": \"32ms\"\n  },\n  \"usage_last_month\": {\n    \"date\": \"2021-09\",\n    \"credits_used\": 30446\n  }\n}"
				},
				{
					"name": " parameter-first-name-invalid: The \"first_name\" parameter is invalid. The parameter can only be a string with a length from 1 to 50 chars. \n\n parameter-full-name-invalid: The \"full_name\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars. \n\n parameter-email-invalid: The \"email\" parameter is invalid. The parameter can only be a string with a length from 3 to 100 chars and must be a valid email address. \n\n invalid-key: Invalid API key. You can find your personal API key in your account. \n\n invalid-country-code: The given country code is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-ip-address: The given ip address is not valid. Please provide either a valid IPv4 or an IPv6 address. \n\n invalid-json: The JSON from the post data is invalid \n\n invalid-locale: The given locale is not valid. You can find a list of valid country codes in our API docs. \n\n invalid-id: The given id is not valid. An id can be either an integer or a string with 50 chars at max. \n\n mandatory-parameter-missing: Mandatory parameter missing. Either first_name, full_name or email must be set. \n\n content-type-missing: Content-Type missing. Please add a \"Content-Type: application/json\" to your API call. \n\n missing-json: We weren't able to find a json body in your API call. Please make sure the body is sent with a POST request to our API endpoint. \n\n too-many-queries: Too many queries in a single API call. authorization-header-missing: Your query misses the \"Authorization\" header with the bearer token. \n\n invalid-auth-token: Invalid authentication token provided. Please log in to your account to find a list of valid tokens or to create a new one. \n\n ",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"description": "Added as a part of security scheme: bearer",
								"key": "Authorization",
								"value": "Bearer <token>"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/statistic",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"statistic"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
				},
				{
					"name": "limit-exceeded - Limit exceeded. Thank you for using our service. Please consider to buy more credits.",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"description": "Added as a part of security scheme: bearer",
								"key": "Authorization",
								"value": "Bearer <token>"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/statistic",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"statistic"
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"status\": 400,\n  \"type\": \"https://gender-api.com/en/api-docs/v2/index/problem-details/limit-exceeded\",\n  \"title\": \"limit-exceeded\",\n  \"detail\": \"Limit exceeded. Thank you for using our service. Please consider to buy more credits.\"\n}"
				}
			]
		}
	],
	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "https://gender-api.com/v2",
			"type": "string"
		}
	]
}