---
title: "List institutions"
method: GET
path: "/institutions/all/{offset}/{limit}"
tags: ["IPEDS Data"]
---

# List institutions

`GET /institutions/all/{offset}/{limit}`

Lists all institutions with pagination.

## Path parameters

- `datarun` '2025.2' | '2025.1' | '2024.4' | '2024.3' | '2024.2', required
- `offset` integer, required
- `limit` integer, required

## Response `200`

OK

- object
  - `rows` object[]
    - `id` integer
    - `insitutionName` string
    - `address` string
    - `city` string
    - `stateAbbr` string
    - `zip9` string
    - `telephone` string
    - `webAddr` string
    - `zipId` integer
    - `stateFips` integer
    - `countyId` integer
    - `sector` integer
    - `sectorDescription` string
    - `control` integer
    - `latitude` number
    - `longitude` number
    - `current` string
  - `errors` string[]
  - `timings` string[]

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
