Ausgrid Dtapr Feeder Query Response is an example object payload from Ausgrid, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"exceededTransferLimit": true,
"features": [
{
"attributes": {
"object": "Feeder",
"name": "72F",
"voltage": "33kV",
"owner": "Ausgrid",
"extract_date": "October 2023",
"dataset": "DTAPR 2023"
}
},
{
"attributes": {
"object": "Feeder",
"name": "39H",
"voltage": "33kV",
"owner": "Ausgrid",
"extract_date": "October 2023",
"dataset": "DTAPR 2023"
}
},
{
"attributes": {
"object": "Feeder",
"name": "72F",
"voltage": "33kV",
"owner": "Ausgrid",
"extract_date": "October 2023",
"dataset": "DTAPR 2023"
}
}
],
"fields": [
{
"name": "object",
"type": "esriFieldTypeString",
"alias": "Object",
"length": 200,
"defaultValue": null,
"modelName": "object"
},
{
"name": "name",
"type": "esriFieldTypeString",
"alias": "Name",
"length": 20,
"defaultValue": null,
"modelName": "name"
},
{
"name": "voltage",
"type": "esriFieldTypeString",
"alias": "Voltage",
"length": 11,
"defaultValue": null,
"modelName": "voltage"
},
{
"name": "owner",
"type": "esriFieldTypeString",
"alias": "Owner",
"length": 200,
"defaultValue": null,
"modelName": "owner"
},
{
"name": "extract_date",
"type": "esriFieldTypeString",
"alias": "Extract_date",
"length": 200,
"defaultValue": null,
"modelName": "extract_date"
},
{
"name": "dataset",
"type": "esriFieldTypeString",
"alias": "Dataset",
"length": 200,
"defaultValue": null,
"modelName": "dataset"
}
],
"geometryType": "esriGeometryPolyline",
"objectIdFieldName": "objectid",
"hasZ": false,
"hasM": false
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/ausgrid-dtapr-feeder-query-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.