freegeoip.php 184 Bytes
<?php

$plugin = [
    'plugin_url' => 'http://freegeoip.net/{{accepted_formats}}/{{ip}}',
    'accepted_formats' => ['csv', 'json', 'xml'],
    'default_accepted_format' => 'json',
];