Retrieve your API key by sending a request with your username and password
Alternatively, you may retrieve your API key by sending a request as per the following:
Method:
GET
URL:
https://api.ipeg.net/api/
Parameters:
action: login
username: <your username>
password: <your pasword>
Any successive api call should be made as per the following:
Method:
<Various>
URL:
https://api.ipeg.net/api/
Parameters:
key: <your API key>
action: <the API action>
parameters: <Any optional API parameters>Note: Specific parameters will be provided in a separate document.
Individual API response information will be provided in a separate document.