Skip to main content
GET
/
v1
/
prediction
/
house
Get House ratings
curl --request GET \
  --url https://api.aries.com/v1/prediction/house
{
  "items": [
    {
      "title": "<string>",
      "state": "<string>",
      "district": "<string>",
      "incumbent": "<string>",
      "districtPartisanLean": "<string>",
      "outlook": "<string>",
      "electionCycle": "<string>",
      "outlookAsOf": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://finance.dev/llms.txt

Use this file to discover all available pages before exploring further.

Response

House ratings list

items
object[]