Welcome to the IPEG API

This is NOT a publicly accessible API
How to Use the IPEG API

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:

Request

Method:

GET

URL:

https://api.ipeg.net/api/

Parameters:

  • action: login
  • username: <your username>
  • password: <your pasword>

Response

												

Any successive api call should be made as per the following:

Request

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.
Response

Individual API response information will be provided in a separate document.