{
    "item": [
        {
            "name": "api",
            "description": "",
            "item": [
                {
                    "name": "v2",
                    "description": "",
                    "item": [
                        {
                            "name": "database",
                            "description": "",
                            "item": [
                                {
                                    "name": "list",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ee0c018d-1449-4b7a-a49e-a7ed8a0a0e91",
                                            "name": "List",
                                            "request": {
                                                "name": "List",
                                                "description": {
                                                    "content": "The whole published catalog, with your organization's licence beside\neach entry, so `standing` says whether a database is yours today\n(`licensed`), was (`expired`), or has never been bought (`unlicensed`).\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v2",
                                                        "database",
                                                        "list"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "apikey"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "query"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "4d8d9955-6da9-4a22-9668-b3b35bce22f3",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "list"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"databases\": [\n    {\n      \"base\": \"<string>\",\n      \"name\": \"<string>\",\n      \"summary\": \"<string>\",\n      \"standing\": \"licensed\",\n      \"redistribution\": null,\n      \"starts\": \"<dateTime>\",\n      \"expires\": \"<dateTime>\",\n      \"versions\": [\n        {\n          \"id\": \"<string>\",\n          \"version\": \"<integer>\",\n          \"summary\": \"<string>\",\n          \"formats\": [\n            \"csvgz\",\n            \"csvgz\"\n          ]\n        },\n        {\n          \"id\": \"<string>\",\n          \"version\": \"<integer>\",\n          \"summary\": \"<string>\",\n          \"formats\": [\n            \"mmdb\",\n            \"csvgz\"\n          ]\n        }\n      ]\n    },\n    {\n      \"base\": \"<string>\",\n      \"name\": \"<string>\",\n      \"summary\": \"<string>\",\n      \"standing\": \"expired\",\n      \"redistribution\": \"evaluation\",\n      \"starts\": \"<dateTime>\",\n      \"expires\": \"<dateTime>\",\n      \"versions\": [\n        {\n          \"id\": \"<string>\",\n          \"version\": \"<integer>\",\n          \"summary\": \"<string>\",\n          \"formats\": [\n            \"mmdb\",\n            \"csvgz\"\n          ]\n        },\n        {\n          \"id\": \"<string>\",\n          \"version\": \"<integer>\",\n          \"summary\": \"<string>\",\n          \"formats\": [\n            \"csvgz\",\n            \"mmdb\"\n          ]\n        }\n      ]\n    }\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "08fd1efb-6498-4571-b28c-d91cb61ebd6b",
                                                    "name": "Missing or invalid bearer key, the key lacks the `db.download` scope, or\nit belongs to no organization.\n`rc`: `UNAUTHORIZED`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "list"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "download",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "da48e701-5437-4b9a-8e39-9a672f9799e7",
                                            "name": "Download",
                                            "request": {
                                                "name": "Download",
                                                "description": {
                                                    "content": "Answers `302`; the bytes come straight from object storage rather than\nthrough this API. Follow the redirect.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v2",
                                                        "database",
                                                        "download"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "id",
                                                            "value": "S0KNUdwsu5g"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Database file format.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "format",
                                                            "value": "mmdb"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "apikey"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "query"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "ad14847b-b790-4b3e-be3e-4d8367011e6a",
                                                    "name": "Follow the Location header to object storage.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "download"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Found",
                                                    "code": 302,
                                                    "header": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Location",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "573c0b44-0951-4220-8752-edc5e4bb5a95",
                                                    "name": "The database is not built in the requested format.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "download"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1c4496ab-8976-4872-823f-f6a1b327b562",
                                                    "name": "Missing or invalid bearer key, the key lacks the `db.download` scope, or\nit belongs to no organization.\n`rc`: `UNAUTHORIZED`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "download"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b29728e2-dcd6-478a-9f72-46d0929e812d",
                                                    "name": "Your organization holds no licence for this database, or its term has\nended.\n`rc`: `NOT_LICENSED`, `LICENSE_EXPIRED`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "download"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e133ea4b-7826-4e03-9941-bbaf45ceecd5",
                                                    "name": "No such database.\n`rc`: `UNKNOWN_DATASET`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "download"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f50a2dcb-f4a8-4f83-a927-9739e19f4912",
                                                    "name": "Licensed, but the current build has not been published yet.\n`rc`: `NOT_AVAILABLE`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "download"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Service Unavailable",
                                                    "code": 503,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "metadata",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9b8098ef-1c18-4795-8547-aa63109242d7",
                                            "name": "Metadata",
                                            "request": {
                                                "name": "Metadata",
                                                "description": {
                                                    "content": "Poll this to decide whether today's build is worth fetching: it carries\n`updated` and `entries` without downloading anything.\n\nNo `format` parameter - one document describes every format the database\nis built in.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v2",
                                                        "database",
                                                        "metadata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "id",
                                                            "value": "S0KNUdwsu5g"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "apikey"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "query"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "077640c3-0dd7-47bb-914b-4e778bf2f490",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "metadata"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"updated\": \"<date>\",\n  \"entries\": \"<long>\",\n  \"schema\": {\n    \"fugiat1\": [\n      {\n        \"name\": \"<string>\",\n        \"type\": \"<string>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"type\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    ]\n  },\n  \"size\": {\n    \"minim89\": \"<long>\",\n    \"temporc0\": \"<long>\",\n    \"irure93\": \"<long>\",\n    \"utdd\": \"<long>\",\n    \"quisf\": \"<long>\"\n  },\n  \"update_freq\": \"<string>\",\n  \"sample\": {}\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2711994e-e582-4eb3-bed9-a2d3fabcb1f6",
                                                    "name": "Missing or invalid bearer key, the key lacks the `db.download` scope, or\nit belongs to no organization.\n`rc`: `UNAUTHORIZED`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "metadata"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7b1144b0-1477-4c4b-8040-ae96eef7961a",
                                                    "name": "Your organization holds no licence for this database, or its term has\nended.\n`rc`: `NOT_LICENSED`, `LICENSE_EXPIRED`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "metadata"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "600053a2-789e-4ba8-8692-9ae54300afb2",
                                                    "name": "No such database.\n`rc`: `UNKNOWN_DATASET`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "metadata"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "55553a12-c862-44f7-8348-e132722cde08",
                                                    "name": "Licensed, but the current build has not been published yet.\n`rc`: `NOT_AVAILABLE`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "metadata"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Service Unavailable",
                                                    "code": 503,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "checksum",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0ed60897-ee40-475e-9687-fff95552d4f5",
                                            "name": "Checksums",
                                            "request": {
                                                "name": "Checksums",
                                                "description": {
                                                    "content": "Checksums for one published file, so a download can be verified after it lands.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v2",
                                                        "database",
                                                        "checksum"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "id",
                                                            "value": "S0KNUdwsu5g"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Database file format.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "format",
                                                            "value": "mmdb"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "apikey"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "query"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "6b19aaf1-2e7a-42f0-900e-043c37069920",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "checksum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"format\": \"csvgz\",\n  \"checksums\": {\n    \"md5\": \"<string>\",\n    \"sha1\": \"<string>\",\n    \"sha256\": \"<string>\",\n    \"sha512\": \"<string>\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "49f50c8e-8926-4505-92f5-3ada0a40b115",
                                                    "name": "The database is not built in the requested format.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "checksum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "41fa955e-2cae-43ef-b553-bc8765195f59",
                                                    "name": "Missing or invalid bearer key, the key lacks the `db.download` scope, or\nit belongs to no organization.\n`rc`: `UNAUTHORIZED`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "checksum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f0cf1ad0-da0d-467b-94b0-b3b07868eeff",
                                                    "name": "Your organization holds no licence for this database, or its term has\nended.\n`rc`: `NOT_LICENSED`, `LICENSE_EXPIRED`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "checksum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6eb69ce6-f07a-4f6f-b8b9-b4f23ffad710",
                                                    "name": "No such database.\n`rc`: `UNKNOWN_DATASET`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "checksum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cc7d4d36-c578-45e4-b660-d8dd58b14691",
                                                    "name": "Licensed, but the current build has not been published yet.\n`rc`: `NOT_AVAILABLE`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "checksum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Service Unavailable",
                                                    "code": 503,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "downloads",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a3700620-a1ea-41a9-9dfd-439350ab57f7",
                                            "name": "History",
                                            "request": {
                                                "name": "History",
                                                "description": {
                                                    "content": "Refusals are listed too: a denial is what answers \"it stopped working\",\nand its absence answers nothing.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v2",
                                                        "database",
                                                        "downloads"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "How many attempts to return. Clamped to 200.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "apikey",
                                                    "apikey": [
                                                        {
                                                            "key": "key",
                                                            "value": "apikey"
                                                        },
                                                        {
                                                            "key": "value",
                                                            "value": "{{apiKey}}"
                                                        },
                                                        {
                                                            "key": "in",
                                                            "value": "query"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "273f21ba-0edb-4a07-a52a-d7fc57c3e7df",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "downloads"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "How many attempts to return. Clamped to 200.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"downloads\": [\n    {\n      \"dataset_id\": \"<string>\",\n      \"format\": \"<string>\",\n      \"outcome\": \"unavailable\",\n      \"bytes\": \"<long>\",\n      \"http_status\": \"<integer>\",\n      \"apikey_id\": \"<string>\",\n      \"client_ip\": \"<string>\",\n      \"user_agent\": \"<string>\",\n      \"created\": \"<dateTime>\"\n    },\n    {\n      \"dataset_id\": \"<string>\",\n      \"format\": \"<string>\",\n      \"outcome\": \"ok\",\n      \"bytes\": \"<long>\",\n      \"http_status\": \"<integer>\",\n      \"apikey_id\": \"<string>\",\n      \"client_ip\": \"<string>\",\n      \"user_agent\": \"<string>\",\n      \"created\": \"<dateTime>\"\n    }\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "721134f7-da47-466c-97dd-0e5054f61f22",
                                                    "name": "Missing or invalid bearer key, the key lacks the `db.download` scope, or\nit belongs to no organization.\n`rc`: `UNAUTHORIZED`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v2",
                                                                "database",
                                                                "downloads"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "How many attempts to return. Clamped to 200.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "v1",
                    "description": "",
                    "item": [
                        {
                            "name": "database",
                            "description": "",
                            "item": [
                                {
                                    "name": "download",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "163e42d7-e55a-42de-909b-e2071bb39c4e",
                                            "name": "Download",
                                            "request": {
                                                "name": "Download",
                                                "description": {
                                                    "content": "Returns the requested database file as a binary download.\nThe response's `Content-Type` depends on `format`:\n`application/gzip` for `csvgz`, `application/octet-stream` for `mmdb`.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "database",
                                                        "download"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "id",
                                                            "value": "S0KNUdwsu5g"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Database file format.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "format",
                                                            "value": "mmdb"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/gzip"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "0e2abb2a-37a4-45cb-b3df-ad220e40adce",
                                                    "name": "Database file.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "download"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/gzip"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/gzip"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Attachment with the database filename.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Content-Disposition",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "body": "<binary>",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5e322f69-4c71-468f-b2b2-be2ab9d8689e",
                                                    "name": "The request query parameters were malformed.\nPossible `rc` values: `INVALID_FORMAT`, `INVALID_ID`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "download"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"INVALID_FORMAT\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3aa68f4e-d613-45c5-885a-79eabe9aacbf",
                                                    "name": "The `apikey` query parameter was missing or not recognized.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "download"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"INVALID_APIKEY\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8474cd1d-6937-49b6-8a51-88a448cabdcc",
                                                    "name": "The `apikey` is valid but is not authorized for the requested database id.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "download"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"UNAUTHORIZED_ID\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "022c9599-c94d-4976-b9aa-5aef13a61adb",
                                                    "name": "The requested database file does not exist on the server.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "download"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"DB_NOT_FOUND\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "checksum",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "930924b1-0f64-4a77-ae09-1eb25e7351d3",
                                            "name": "Checksums",
                                            "request": {
                                                "name": "Checksums",
                                                "description": {
                                                    "content": "Returns MD5, SHA-1, SHA-256, and SHA-512 checksums for the currently\npublished version of the requested database.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "database",
                                                        "checksum"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "id",
                                                            "value": "S0KNUdwsu5g"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Database file format.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "format",
                                                            "value": "mmdb"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "cc430062-b942-420d-baf0-5fc70dea3359",
                                                    "name": "Checksums for the requested database.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "checksum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"SUCCESS\",\n  \"data\": {\n    \"md5\": \"<string>\",\n    \"sha1\": \"<string>\",\n    \"sha256\": \"<string>\",\n    \"sha512\": \"<string>\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "42f2da00-9225-4971-bec2-11f8404a568b",
                                                    "name": "The request query parameters were malformed.\nPossible `rc` values: `INVALID_FORMAT`, `INVALID_ID`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "checksum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"INVALID_FORMAT\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d705f586-b9ff-4f84-87d8-d2fc97848f2a",
                                                    "name": "The `apikey` query parameter was missing or not recognized.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "checksum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"INVALID_APIKEY\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2aa1d188-21a6-4a69-90e3-97c0467c1f84",
                                                    "name": "The `apikey` is valid but is not authorized for the requested database id.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "checksum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"UNAUTHORIZED_ID\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "18e9da74-7c44-4cb8-b933-394f189d5a5a",
                                                    "name": "The requested database file does not exist on the server.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "checksum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database file format.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "format",
                                                                    "value": "mmdb"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"DB_NOT_FOUND\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "metadata",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "64e44f28-2769-4033-8346-741bac182551",
                                            "name": "Metadata",
                                            "request": {
                                                "name": "Metadata",
                                                "description": {
                                                    "content": "Returns publish freshness information for the currently published version\nof the requested database: when it was last updated, how many entries\nthe dataset contains, and the size of each output format in bytes.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "database",
                                                        "metadata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "id",
                                                            "value": "S0KNUdwsu5g"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "86b40c1a-f814-471c-92b2-0d187f3b63f8",
                                                    "name": "Metadata for the requested database.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "metadata"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"SUCCESS\",\n  \"data\": {\n    \"updated\": \"<date>\",\n    \"entries\": \"<long>\",\n    \"size\": {\n      \"csvgz\": \"<long>\",\n      \"mmdb\": \"<long>\"\n    }\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "96ef6703-a5a3-42fd-bb91-0ed05f38433e",
                                                    "name": "The request query parameters were malformed.\nPossible `rc` values: `INVALID_FORMAT`, `INVALID_ID`.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "metadata"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"INVALID_FORMAT\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bfa2d5ed-7d3c-4360-9842-21817697c9ef",
                                                    "name": "The `apikey` query parameter was missing or not recognized.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "metadata"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"INVALID_APIKEY\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2b92ed3f-57ac-4521-8634-64a37d413e84",
                                                    "name": "The `apikey` is valid but is not authorized for the requested database id.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "metadata"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"UNAUTHORIZED_ID\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "252a3c9f-c310-468f-a49a-e956e64c9baf",
                                                    "name": "The requested database file does not exist on the server.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "database",
                                                                "metadata"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Database identifier (e.g. `vpn_ip_v1`, `resproxy_provider_v1`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "id",
                                                                    "value": "S0KNUdwsu5g"
                                                                },
                                                                {
                                                                    "description": {
                                                                        "content": "Added as a part of security scheme: apikey",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "apikey",
                                                                    "value": "<API Key>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"rc\": \"DB_NOT_FOUND\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "apikey",
        "apikey": [
            {
                "type": "any",
                "value": "apikey",
                "key": "key"
            },
            {
                "type": "any",
                "value": "{{apiKey}}",
                "key": "value"
            },
            {
                "type": "any",
                "value": "query",
                "key": "in"
            }
        ]
    },
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://internetdata.io"
        }
    ],
    "info": {
        "_postman_id": "aed8af5b-8923-4f6b-867e-b3c3a216bb2e",
        "name": "InternetData API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "The InternetData API. Please see https://docs.internetdata.io/api for more details.\n\n\nContact Support:\n Name: InternetData.io Development Team\n Email: dev@internetdata.io",
            "type": "text/plain"
        }
    }
}