ConsoleCatalog
Sign in
India Code logo

India Code

indiacode.nic.inGovernment Legalno auth

India Code legal portal - state and central acts, jurisdictions, and act details.

Act Details

ASYNCREADNo auth

Returns an act's full details: title, enactment date, department, and PDF link.

ParametersFormJSON

DSpace act item handle ID from a listing View link or known URL

DSpace view type query parameter

cost: 1 credit · 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_indiacode_nic_in_act_detail",
    "params": {
      "act_id": "13639",
      "view_type": "browse"
    }
  }'