Government Legal
Arizona State Bar logo

Arizona State Bar API

azbar.org

Arizona State Bar - attorney profiles, directory search, meeting calendar, and discipline records.

Actions
13
Category
Government Legal
Login
Not required
Output
JSON

Call the Arizona State Bar API

Submit a task, then poll the job until it settles. This example runs act_azbar_org_member_search_filter_associated_businesses.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_azbar_org_member_search_filter_associated_businesses",
    "params": {}
  }'

13 actions on azbar.org

Read

  • Associated Business Filter Options

    act_azbar_org_member_search_filter_associated_businessesread1 credit / call

    Returns associated business filter options for member directory search.

  • Committee Meetings Calendar

    act_azbar_org_committee_meetings_calendar_ssrread1 credit / call

    Returns upcoming public bar committee meetings with titles, dates, and contacts.

  • County Filter Options

    act_azbar_org_member_search_filter_countiesread1 credit / call

    Returns Arizona county filter options for member directory search.

  • Discipline Concerns Page

    act_azbar_org_discipline_concerns_page_ssrread1 credit / call

    Returns guidance and links for filing concerns about a legal professional.

  • Jurisdiction Filter Options

    act_azbar_org_member_search_filter_jurisdictionsread1 credit / call

    Returns jurisdiction filter options for member directory search.

  • Language Filter Options

    act_azbar_org_member_search_filter_languagesread1 credit / call

    Returns spoken-language filter options for member directory search.

  • Law School Filter Options

    act_azbar_org_member_search_filter_law_schoolsread1 credit / call

    Returns law school filter options for member directory search.

  • Member Details

    act_azbar_org_member_detailread1 credit / call

    Returns a full attorney profile by entity number with status, contact, and practice areas.

    entity_number
    string · required
  • Member Directory Page

    act_azbar_org_member_directory_page_ssrread1 credit / call

    Returns the member directory landing page with search configuration.

  • Section Filter Options

    act_azbar_org_member_search_filter_sectionsread1 credit / call

    Returns bar section filter options for member directory search.

  • Specialization Filter Options

    act_azbar_org_member_search_filter_specializationsread1 credit / call

    Returns practice specialization filter options for member directory search.

  • State Filter Options

    act_azbar_org_member_search_filter_statesread1 credit / call

    Returns US state filter options for member directory search.

Write

Write actions change state on azbar.org and run as the account you connect.

  • Member Search

    act_azbar_org_member_search_listingwrite2 credits / call

    Searches bar members by name with optional location or practice filters and returns paginated listings.

    last_name
    string · required
    first_name
    string
    page
    string
    page_size
    string
    firm_name
    string
    city
    string
    state_code
    string
    zip
    string
    county
    string
    language_code
    string
    section
    string
    legal_need
    string
    specialization
    string
    jurisdiction_code
    string
    law_school
    string

Arizona State Bar API questions

Is there an API for Arizona State Bar?
Arizona State Bar does not offer a public data API for this, but Anakin Wire provides 13 maintained endpoints for azbar.org. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Arizona State Bar data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when azbar.org changes its markup, Anakin updates the action.
Do I need a Arizona State Bar account?
No. Every Arizona State Bar action listed here runs anonymously — no account and no credentials required.
What does the Arizona State Bar API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Government Legal APIs

All Government Legal sites