ConsoleCatalog
Sign in
Texas Legislature Online logo

Texas Legislature Online

capitol.texas.govGovernment Legalno auth

Bills, bill history, committee meetings, and subject reports.

Bill History Details

ASYNCREADNo auth

Returns a bill's full history, status, authors, and caption for a session.

ParametersFormJSON

Legislative session code (LegSess query parameter, e.g. 892 for 89th Legislature 2nd called session)

Bill identifier without space (e.g. HB1, SB12)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_capitol_texas_gov_bill_history_detail",
    "params": {
      "leg_sess": "892",
      "bill_id": "HB1"
    }
  }'