Genability GET API

The GET API from Genability — 1 operation(s) for get.

Operations 1

GET /GET /rest/v1/utilitytaxes Get Utility Taxes #

Documentation

📖
Documentation
https://docs.arcadia.com/v2022-12-21-Signal/docs/find-utilities-and-tariffs
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/get-tariff
📖
Authentication
https://docs.arcadia.com/v2022-12-21-Signal/reference/authentication
📖
Documentation
https://docs.arcadia.com/v2022-12-21-Signal/docs/find-customer-utility
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/get-lses
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/get-territories
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/calculate
📖
Documentation
https://docs.arcadia.com/v2022-12-21-Signal/reference/on-demand-mass-calculation
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/smart-price-api
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/get-tou-group
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/get-calendars
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/get-season
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/properties-api
📖
Documentation
https://docs.arcadia.com/v2022-12-21-Signal/reference/lookups
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/typical-baseline-api
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/zip-code-api
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/organization-usage-api
📖
APIReference
https://docs.arcadia.com/v2022-12-21-Signal/reference/echo

Specifications

Other Resources

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/genability-get-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

genability-get-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: signal GET API
  version: 2022-12-21-Signal
servers:
- url: https://api.genability.com
security:
- sec0: []
tags:
- name: GET
paths:
  /GET /rest/v1/utilitytaxes:
    get:
      summary: Get Utility Taxes
      description: Retrieve a list of Utility Taxes
      operationId: get-utility-taxes
      parameters:
      - name: territoryId
        in: query
        description: Arcadia ID of the Territory covered by the utility tax.
        schema:
          type: integer
          format: int32
      - name: customerClasses
        in: query
        description: A customer class specification can be one or more of RESIDENTIAL, GENERAL, or SPECIAL_USE
        schema:
          type: array
          items:
            type: string
      - name: fromDateTime
        in: query
        description: The date when the utility tax became or will become effective.
        schema:
          type: string
          format: date
      - name: toDateTime
        in: query
        description: The date when the utility tax expires.
        schema:
          type: string
          format: date
      - name: lseId
        in: query
        description: Arcadia ID of the utility associated with one or more utility taxes.
        schema:
          type: integer
          format: int32
      - name: searchOn
        in: query
        description: A comma separated list of fields to search on. Currently one of utilityTaxId, taxName, or location
        schema:
          type: array
          items:
            type: string
      - name: search
        in: query
        description: The value to search for in the utility taxes.
        schema:
          type: string
      - name: sortOn
        in: query
        description: A comma separated list off fields to search on. Currently one of utilityTaxId, taxName, rateAmountElectricity, rateAmountGas, fromDateTime or toDateTime.
        schema:
          type: array
          items:
            type: string
      - name: sortOrder
        in: query
        description: ASC for ascending or DESC for descending.
        schema:
          type: string
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
      tags:
      - GET
components:
  securitySchemes:
    sec0:
      type: http
      scheme: basic
x-readme:
  headers: []
  explorer-enabled: true
  proxy-enabled: true
x-readme-fauxas: true