To search an IP address, enter it in the input box above and click "Search". The response will be shown below.
To update the database, click on the "Update Database" link. This will download the latest IP to country mappings.
For API usage, you can access:
/api/v1/{ip} - Polls raw CSV files and returns JSON with country info/api/v2/{ip} - Polls sqlite database and returns JSON with country info/api/b64/{base64_encoded_ip} - Polls sqlite database and returns JSON with country info for base64 encoded IP/api/ip - Returns the remote IP address of the client/api/setup - Sets up folders, CSV files and database with the latest IP to country mappings (Runs on container startup)/api/update - Updates the database with the latest IP to country mappings