ipapi.php 180 Bytes
<?php

$plugin = [
    'plugin_url' => 'http://ip-api.com/{{accepted_formats}}/{{ip}}',
    'accepted_formats' => ['json', 'php', 'xml'],
    'default_accepted_format' => 'php',
];