Returns the list of legislative subjects on a specified bill.

GET /bill/:congress/:billType/:billNumber/subjects

Example Request

/v3/bill/117/hr/3076/subjects
::

{
    'subjects': {
        'legislativeSubjects': [
            {
                'name': 'Congressional oversight',
            },
            ...
        ],
        'policyArea': {
            'name': 'Government Operations and Politics',
        }
    }
}
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!