{"info":{"_postman_id":"a990e8e1-643f-4914-8e9b-1a4a673b4605","name":"API 4 Nocoders","description":"<html><head></head><body><h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<h2 id=\"rate-and-usage-limits\">Rate and usage limits</h2>\n<p><code>Use this section to cover your APIs' terms of use. Include API limits, constraints, and relevant error codes, so consumers understand the permitted API usage and practices.</code></p>\n<p><code>The example given below is from The Postman API's documentation. Use it as a reference to write your APIs' terms of use.</code></p>\n<p>API access rate limits apply at a per-API key basis in unit time. The limit is 300 requests per minute. Also, depending on your plan, you may have usage limits. If you exceed either limit, your request will return an HTTP 429 Too Many Requests status code.</p>\n<p>Each API response returns the following set of headers to help you identify your use status:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>X-RateLimit-Limit</code></td>\n<td>The maximum number of requests that the consumer is permitted to make per minute.</td>\n</tr>\n<tr>\n<td><code>X-RateLimit-Remaining</code></td>\n<td>The number of requests remaining in the current rate limit window.</td>\n</tr>\n<tr>\n<td><code>X-RateLimit-Reset</code></td>\n<td>The time at which the current rate limit window resets in UTC epoch seconds.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"50\">50</h3>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33760827","collectionId":"a990e8e1-643f-4914-8e9b-1a4a673b4605","publishedId":"2sA3duHE5u","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-01T01:59:38.000Z"},"item":[{"name":"Verificação mn","id":"1ae16fd1-ef31-4095-8034-3c96c6b45a74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.w3pd.com.br/v1/","description":"<p>Endpoint para simples verificação se o serviço está online e respondendo.</p>\n<p>Esse endpoint é aberto e acessível a qualquer usuário, não requerendo nenhum token ou autenticação.</p>\n<p>Como resposta a uma chamada feita neste endpoint, teremos:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"mensagem\": \"Sucesso\",\n   \"code\": 200\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["v1",""],"host":["api","w3pd","com","br"],"query":[],"variable":[]}},"response":[{"id":"6acff240-57e0-4c55-9ca8-1f8cd0239042","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://api.w3pd.com.br/v1/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jul 2024 01:23:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"36"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"3d9b3b7d-c60c-41ad-9c91-edab5832328b"},{"key":"x-amz-apigw-id","value":"aNW9EFjpGjQEJsw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-66820520-22e6de1242ecbecb5d828701"}],"cookie":[],"responseTime":null,"body":"{\n    \"mensagem\": \"Sucesso\",\n    \"code\": 200\n}"}],"_postman_id":"1ae16fd1-ef31-4095-8034-3c96c6b45a74"},{"name":"Converte número para texto","id":"786db828-4947-411f-9c72-4a0171746c83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"f6c90f0b-c42d-4d03-8652-1067e03c3a3b","type":"text"}],"url":"https://api.w3pd.com.br/v1/extenso/652.982","urlObject":{"protocol":"https","path":["v1","extenso","652.982"],"host":["api.w3pd.com.br"],"query":[],"variable":[]}},"response":[{"id":"30773d4a-98d3-4a48-bb3c-c2668a7d74d3","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"f6c90f0b-c42d-4d03-8652-1067e03c3a3b","type":"text"}],"url":"https://api.w3pd.com.br/v1/extenso/652.982"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jul 2024 02:03:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8302f79d-f2bb-462e-a1ec-68ffc47094e2"},{"key":"x-amz-apigw-id","value":"aNc1VGZ-mjQEGdA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-66820e88-2ab67b4e4b21cfd459a3e6ac"}],"cookie":[],"responseTime":null,"body":"{\n    \"text\": \"seiscentos e cinquenta e dois reais e noventa e oito centavos\"\n}"}],"_postman_id":"786db828-4947-411f-9c72-4a0171746c83"},{"name":"Consulta dominio","id":"79f58a88-42cd-476d-bb7a-d80457494753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"f6c90f0b-c42d-4d03-8652-1067e03c3a3b","type":"text"}],"url":"https://api.w3pd.com.br/v1/dominio/eden.com.br","urlObject":{"protocol":"https","path":["v1","dominio","eden.com.br"],"host":["api.w3pd.com.br"],"query":[],"variable":[]}},"response":[{"id":"53fc1221-24d4-45c0-9a92-8e1b3fb311fb","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"f6c90f0b-c42d-4d03-8652-1067e03c3a3b","type":"text"}],"url":"https://api.w3pd.com.br/v1/dominio/eden.com.br"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jul 2024 02:05:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4003"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"bf1cf6eb-2b80-486b-9e7c-17a132338e75"},{"key":"x-amz-apigw-id","value":"aNdB6FfJGjQEN8Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-66820ed8-306558a35f5e983d00d998ec"}],"cookie":[],"responseTime":null,"body":"{\n    \"objectClassName\": \"domain\",\n    \"handle\": \"eden.com.br\",\n    \"ldhName\": \"eden.com.br\",\n    \"nameservers\": [\n        {\n            \"objectClassName\": \"nameserver\",\n            \"ldhName\": \"ns1.eden.com.br\",\n            \"ipAddresses\": {\n                \"v4\": [\n                    \"199.167.147.66\"\n                ]\n            },\n            \"events\": [\n                {\n                    \"eventAction\": \"delegation check\",\n                    \"eventDate\": \"2024-06-30T08:01:01Z\",\n                    \"status\": [\n                        \"ns aa\"\n                    ]\n                },\n                {\n                    \"eventAction\": \"last correct delegation check\",\n                    \"eventDate\": \"2024-06-30T08:01:01Z\"\n                }\n            ]\n        },\n        {\n            \"objectClassName\": \"nameserver\",\n            \"ldhName\": \"ns2.eden.com.br\",\n            \"ipAddresses\": {\n                \"v4\": [\n                    \"199.167.147.67\"\n                ]\n            },\n            \"events\": [\n                {\n                    \"eventAction\": \"delegation check\",\n                    \"eventDate\": \"2024-06-30T08:01:01Z\",\n                    \"status\": [\n                        \"ns aa\"\n                    ]\n                },\n                {\n                    \"eventAction\": \"last correct delegation check\",\n                    \"eventDate\": \"2024-06-30T08:01:01Z\"\n                }\n            ]\n        },\n        {\n            \"objectClassName\": \"nameserver\",\n            \"ldhName\": \"ns3.eden.com.br\",\n            \"ipAddresses\": {\n                \"v4\": [\n                    \"199.167.147.68\"\n                ]\n            },\n            \"events\": [\n                {\n                    \"eventAction\": \"delegation check\",\n                    \"eventDate\": \"2024-06-30T08:01:01Z\",\n                    \"status\": [\n                        \"ns aa\"\n                    ]\n                },\n                {\n                    \"eventAction\": \"last correct delegation check\",\n                    \"eventDate\": \"2024-06-30T08:01:01Z\"\n                }\n            ]\n        },\n        {\n            \"objectClassName\": \"nameserver\",\n            \"ldhName\": \"ns4.eden.com.br\",\n            \"ipAddresses\": {\n                \"v4\": [\n                    \"199.167.147.69\"\n                ]\n            },\n            \"events\": [\n                {\n                    \"eventAction\": \"delegation check\",\n                    \"eventDate\": \"2024-06-30T08:01:01Z\",\n                    \"status\": [\n                        \"ns aa\"\n                    ]\n                },\n                {\n                    \"eventAction\": \"last correct delegation check\",\n                    \"eventDate\": \"2024-06-30T08:01:01Z\"\n                }\n            ]\n        }\n    ],\n    \"secureDNS\": {\n        \"delegationSigned\": false\n    },\n    \"links\": [\n        {\n            \"value\": \"https://rdap.registro.br/domain/eden.com.br\",\n            \"rel\": \"self\",\n            \"href\": \"https://rdap.registro.br/domain/eden.com.br\",\n            \"type\": \"application/rdap+json\"\n        },\n        {\n            \"value\": \"https://rdap.registro.br/domain/eden.com.br\",\n            \"rel\": \"archives\",\n            \"href\": \"https://rdap.registro.br/domain/eden.com.br?ticket=672394\",\n            \"type\": \"application/rdap+json\"\n        }\n    ],\n    \"entities\": [\n        {\n            \"objectClassName\": \"entity\",\n            \"handle\": \"01228805000150\",\n            \"vcardArray\": [\n                \"vcard\",\n                [\n                    [\n                        \"version\",\n                        {},\n                        \"text\",\n                        \"4.0\"\n                    ],\n                    [\n                        \"kind\",\n                        {},\n                        \"text\",\n                        \"org\"\n                    ],\n                    [\n                        \"fn\",\n                        {},\n                        \"text\",\n                        \"PRAIEIRO PASTELARIA LTDA\"\n                    ],\n                    [\n                        \"adr\",\n                        {},\n                        \"text\",\n                        [\n                            \"\",\n                            \"\",\n                            \"\",\n                            \"\",\n                            \"\",\n                            \"\",\n                            \"BR\"\n                        ]\n                    ]\n                ]\n            ],\n            \"roles\": [\n                \"registrant\"\n            ],\n            \"publicIds\": [\n                {\n                    \"type\": \"cnpj\",\n                    \"identifier\": \"01.228.805/0001-50\"\n                }\n            ],\n            \"entities\": [\n                {\n                    \"objectClassName\": \"entity\",\n                    \"handle\": \"CEJ19\",\n                    \"vcardArray\": [\n                        \"vcard\",\n                        [\n                            [\n                                \"version\",\n                                {},\n                                \"text\",\n                                \"4.0\"\n                            ],\n                            [\n                                \"kind\",\n                                {},\n                                \"text\",\n                                \"individual\"\n                            ],\n                            [\n                                \"fn\",\n                                {},\n                                \"text\",\n                                \"Claudio Eden da Silveira Junior\"\n                            ],\n                            [\n                                \"email\",\n                                {},\n                                \"text\",\n                                \"dominios@eden.com.br\"\n                            ],\n                            [\n                                \"lang\",\n                                {},\n                                \"language-tag\",\n                                \"pt\"\n                            ],\n                            [\n                                \"adr\",\n                                {},\n                                \"text\",\n                                [\n                                    \"\",\n                                    \"\",\n                                    \"\",\n                                    \"\",\n                                    \"\",\n                                    \"\",\n                                    \"BR\"\n                                ]\n                            ]\n                        ]\n                    ],\n                    \"roles\": [\n                        \"administrative\"\n                    ],\n                    \"events\": [\n                        {\n                            \"eventAction\": \"registration\",\n                            \"eventDate\": \"2000-02-01T12:00:00Z\"\n                        },\n                        {\n                            \"eventAction\": \"last changed\",\n                            \"eventDate\": \"2022-03-23T00:24:51Z\"\n                        }\n                    ]\n                }\n            ],\n            \"events\": [\n                {\n                    \"eventAction\": \"registration\",\n                    \"eventDate\": \"2000-02-08T12:00:00Z\"\n                },\n                {\n                    \"eventAction\": \"last changed\",\n                    \"eventDate\": \"2022-07-02T16:02:16Z\"\n                }\n            ],\n            \"links\": [\n                {\n                    \"value\": \"https://rdap.registro.br/entity/01228805000150\",\n                    \"rel\": \"self\",\n                    \"href\": \"https://rdap.registro.br/entity/01228805000150\",\n                    \"type\": \"application/rdap+json\"\n                }\n            ],\n            \"legalRepresentative\": \"CLAUDIO EDEN DA SILVEIRA JUNIOR\"\n        },\n        {\n            \"objectClassName\": \"entity\",\n            \"handle\": \"CEJ19\",\n            \"vcardArray\": [\n                \"vcard\",\n                [\n                    [\n                        \"version\",\n                        {},\n                        \"text\",\n                        \"4.0\"\n                    ],\n                    [\n                        \"kind\",\n                        {},\n                        \"text\",\n                        \"individual\"\n                    ],\n                    [\n                        \"fn\",\n                        {},\n                        \"text\",\n                        \"Claudio Eden da Silveira Junior\"\n                    ],\n                    [\n                        \"email\",\n                        {},\n                        \"text\",\n                        \"dominios@eden.com.br\"\n                    ],\n                    [\n                        \"lang\",\n                        {},\n                        \"language-tag\",\n                        \"pt\"\n                    ],\n                    [\n                        \"adr\",\n                        {},\n                        \"text\",\n                        [\n                            \"\",\n                            \"\",\n                            \"\",\n                            \"\",\n                            \"\",\n                            \"\",\n                            \"BR\"\n                        ]\n                    ]\n                ]\n            ],\n            \"roles\": [\n                \"technical\"\n            ],\n            \"events\": [\n                {\n                    \"eventAction\": \"registration\",\n                    \"eventDate\": \"2000-02-01T12:00:00Z\"\n                },\n                {\n                    \"eventAction\": \"last changed\",\n                    \"eventDate\": \"2022-03-23T00:24:51Z\"\n                }\n            ]\n        }\n    ],\n    \"events\": [\n        {\n            \"eventAction\": \"registration\",\n            \"eventDate\": \"2001-12-03T01:18:43Z\"\n        },\n        {\n            \"eventAction\": \"last changed\",\n            \"eventDate\": \"2023-12-10T17:12:01Z\"\n        },\n        {\n            \"eventAction\": \"expiration\",\n            \"eventDate\": \"2024-12-03T01:18:43Z\"\n        }\n    ],\n    \"status\": [\n        \"active\"\n    ],\n    \"notices\": [\n        {\n            \"title\": \"Use and Privacy Policy\",\n            \"description\": [\n                \"Copyright (c) NIC.br\",\n                \"The use of the data is only permitted as described in\",\n                \"full by the Use and Privacy Policy, being prohibited its \",\n                \"distribution, commercialization or reproduction, in \",\n                \"particular, to use it for advertising or any similar \",\n                \"purpose.\"\n            ],\n            \"links\": [\n                {\n                    \"value\": \"https://rdap.registro.br/domain/eden.com.br\",\n                    \"rel\": \"alternate\",\n                    \"href\": \"https://registro.br/upp\",\n                    \"type\": \"text/html\"\n                }\n            ]\n        }\n    ],\n    \"rdapConformance\": [\n        \"rdap_level_0\",\n        \"nicbr_level_0\"\n    ],\n    \"port43\": \"whois.nic.br\"\n}"}],"_postman_id":"79f58a88-42cd-476d-bb7a-d80457494753"},{"name":"Valida CPF CNPJ","id":"4a8b0016-4e2f-4390-be37-a23786c72838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"f6c90f0b-c42d-4d03-8652-1067e03c3a3b","type":"text"}],"url":"https://api.w3pd.com.br/v1/cpfcnpj/002.003.791.01","urlObject":{"protocol":"https","path":["v1","cpfcnpj","002.003.791.01"],"host":["api.w3pd.com.br"],"query":[],"variable":[]}},"response":[{"id":"fc683dde-e69d-4725-b4b7-d227cfe91d3f","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"f6c90f0b-c42d-4d03-8652-1067e03c3a3b","type":"text"}],"url":"https://api.w3pd.com.br/v1/cpfcnpj/002.003.791.01"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jul 2024 02:05:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"94"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"d849c2a5-a8be-458f-a18b-63bbc9e9e239"},{"key":"x-amz-apigw-id","value":"aNdE5HTmGjQETmA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-66820eeb-55bec5b750b9f6360e37b969"}],"cookie":[],"responseTime":null,"body":"{\n    \"valido\": false,\n    \"cpfCnpj_limpo\": \"00200379101\",\n    \"cpfCnpj_mascara\": \"002.003.791-01\",\n    \"tipo\": \"CPF\"\n}"}],"_postman_id":"4a8b0016-4e2f-4390-be37-a23786c72838"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"91b300c1-1dc9-4ad8-9e48-f139e7ede500"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"5bb77f6d-f6ca-4838-9628-fe615ccc22f8"}}],"variable":[{"key":"host","value":"api.w3pd.com.br","type":"string"},{"key":"x-api-key","value":"f6c90f0b-c42d-4d03-8652-1067e03c3a3b","type":"string"}]}