Utilities
Atmos Energy logo

Atmos Energy API

atmosenergy.com

Access and download your Atmos Energy natural gas bills. Log in to see your account, view past statements with amounts and due dates, and download any bill as a PDF.

Actions
3
Category
Utilities
Login
Some actions
Output
JSON

Call the Atmos Energy API

Submit a task, then poll the job until it settles. This example runs atme_download_bill.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "atme_download_bill",
    "credential_id": "<your-credential-id>",
    "params": {
      "print_doc": ""
    }
  }'

3 actions on atmosenergy.com

Read

  • Download Bill

    atme_download_billreadlogin required10 credits / call

    Download one of your Atmos Energy bills as a PDF. Give the document id of the bill you want (from List Bills), or leave it empty to download your most recent bill.

    print_doc
    string
  • List Accounts

    atme_list_accountsreadlogin required10 credits / call

    Show the Atmos Energy account your login is tied to, so you can confirm exactly which account List Bills and Download Bill will act on. Each Atmos login is bound to a single account, so this returns that one account with its account number, type (residential or commercial), and service address.

  • List Bills

    atme_list_billsreadlogin required10 credits / call

    List the available bills for your Atmos Energy account, each with its due date and, where shown, the amount and meter-reading date. Each bill includes a document id you pass to Download Bill to fetch its PDF.

Atmos Energy API questions

Is there an API for Atmos Energy?
Atmos Energy does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for atmosenergy.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Atmos Energy data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when atmosenergy.com changes its markup, Anakin updates the action.
Do I need a Atmos Energy account?
Some Atmos Energy actions read data that is only visible when signed in, so those need a credential you connect once. Actions marked "read" without a login requirement run anonymously.
What does the Atmos Energy API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Utilities APIs

All Utilities sites