{
    "schemaVersion": "1",
    "skills": [
        {
            "name": "ip-lookup",
            "title": "IP address lookup",
            "description": "Resolve an IPv4 or IPv6 address to its country, network operator and autonomous system number, with no API key. Use when you need to know where an address is registered or who runs the network.",
            "version": "1.0.0",
            "license": "CC-BY-4.0",
            "homepage": "https://amarip.com/api",
            "endpoints": [
                {
                    "name": "lookup",
                    "method": "GET",
                    "url": "https://amarip.com/api/v1/ip/{ip}"
                },
                {
                    "name": "self",
                    "method": "GET",
                    "url": "https://amarip.com/api/v1/me"
                }
            ],
            "openapi": "https://amarip.com/api/v1/openapi.json"
        }
    ]
}
