ConsoleCatalog
Sign in
JAMB iBASS logo

JAMB iBASS

ibass.jamb.gov.ngEducationno auth

Nigerian higher-education institutions with accreditation and type metadata.

Institution Listing

ASYNCWRITENo auth

Returns a paginated directory of institutions with names, states, and accreditation status.

ParametersFormJSON

Results page number for the institution directory

Institution type filter ID from the taxonomy endpoint (null for no filter)

Institution category filter ID (null for no filter)

Free-text search string matched against institution names in the brochure

Alias for inst_search - same brochure search term sent in the POST body

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_ibass_jamb_institution_listing",
    "params": {
      "page": "1"
    }
  }'