{"note":"OpenAPI conversion -- returning structured metadata","name":"domainsdb-info","description":"Domains-Index API","version":"1.0","base_url":"","endpoints":14,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Domains-Index API\n@version 1.0\n@auth ApiKey api_key in query\n@endpoints 14\n@toc domains(9), info(5)\n\n@group domains\n@endpoint GET /domains/search\n@desc Domains Database Search\n@optional {api_key: any # API key, date: any # Request date, page: any # Search page to request, limit: any # Results per page, domain: any # Domain includes, zone: any # In Zone, country: any # Hosting Country, isDead: any # Dead or Not, default not, A: any # A record includes, NS: any # NS record includes, CNAME: any # CNAME record includes, MX: any # MX record includes, TXT: any # TXT record includes}\n@returns(200) Success\n@errors {403: api_key is not valid, 404: Results not found}\n\n@endpoint GET /domains/tld/{zone_id}\n@desc Get TLD records\n@optional {api_key: any # API key, date: any # Request date, page: any # Search page to request, limit: any # Results per page, domain: any # Domain includes, country: any # Hosting Country, isDead: any # Dead or Not, default not, A: any # A record includes, NS: any # NS record includes, CNAME: any # CNAME record includes, MX: any # MX record includes, TXT: any # TXT record includes}\n@returns(200) Success\n@errors {403: No api_key or it's not valid, 404: Results not found}\n\n@endpoint GET /domains/tld/{zone_id}/download\n@desc Download Whole Dataset for TLD\n@optional {api_key: any # API key, date: any # Request date}\n@errors {403: No api_key or it's not valid, 404: Results not found}\n\n@endpoint GET /domains/tld/{zone_id}/search\n@desc Domains Search for TLD\n@optional {api_key: any # API key, date: any # Request date, page: any # Search page to request, limit: any # Results per page, domain: any # Domain includes, country: any # Hosting Country, isDead: any # Dead or Not, default not, A: any # A record includes, NS: any # NS record includes, CNAME: any # CNAME record includes, MX: any # MX record includes, TXT: any # TXT record includes}\n@returns(200) Success\n@errors {403: No api_key or it's not valid, 404: Results not found}\n\n@endpoint GET /domains/updates/added\n@desc Get added domains, latest if date not specified\n@optional {api_key: any # API key, date: any # Request date, page: any # Search page to request, limit: any # Results per page}\n@returns(200) Success\n@errors {403: No api_key or it's not valid, 404: Results not found}\n\n@endpoint GET /domains/updates/added/download\n@desc Download added domains, latest if date not specified\n@optional {api_key: any # API key, date: any # Request date}\n@errors {403: No api_key or it's not valid, 404: Results not found}\n\n@endpoint GET /domains/updates/deleted\n@desc Get deleted domains, latest if date not specified\n@optional {api_key: any # API key, date: any # Request date, page: any # Search page to request, limit: any # Results per page}\n@returns(200) Success\n@errors {403: No api_key or it's not valid, 404: Results not found}\n\n@endpoint GET /domains/updates/deleted/download\n@desc Download deleted domains, latest if date not specified\n@optional {api_key: any # API key, date: any # Request date}\n@errors {403: No api_key or it's not valid, 404: Results not found}\n\n@endpoint GET /domains/updates/list\n@desc List of updates\n@optional {api_key: any # API key}\n@returns(200) Success\n@errors {403: No api_key or it's not valid, 404: Results not found}\n\n@endgroup\n\n@group info\n@endpoint GET /info/api\n@optional {api_key: any # API key}\n@returns(200) Success\n\n@endpoint GET /info/stat/\n@desc Returns overall stagtistics\n@optional {page: any # Search page to request, limit: any # Results per page}\n@returns(200) Success\n\n@endpoint GET /info/stat/{zone}\n@desc Returns statistics for specific zone\n@optional {page: any # Search page to request, limit: any # Results per page}\n@returns(200) Success\n@errors {404: Zone not found.}\n\n@endpoint GET /info/tld/\n@desc Returns overall Tld info\n@returns(200) Success\n\n@endpoint GET /info/tld/{zone}\n@desc Returns statistics for specific zone\n@optional {page: any # Search page to request, limit: any # Results per page}\n@returns(200) Success\n@errors {404: Zone not found.}\n\n@endgroup\n\n@end\n"}