---
title: "Organizations"
method: GET
path: "/api/organizations"
tags: ["organizations"]
---

# Organizations

`GET /api/organizations`

This endpoint allows the client to retrieve a list of Dev organizations.

  It supports pagination, each page will contain 10 tags by default.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

A list of all organizations

- Organization[]
  - `type_of` string
  - `username` string
  - `name` string
  - `summary` string
  - `twitter_username` string
  - `github_username` string
  - `url` string
  - `location` string
  - `joined_at` string
  - `tech_stack` string
  - `tag_line` string, nullable
  - `story` string, nullable

## Changes

> 59 revisions in range; 8 could not be searched.

- **2023-07-19** (v1) `0b33fcd32ccb` — 1 info
  - endpoint added
- **2023-01-10** (v1) `754f8b25f815` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/forem/apis/forem-api-v1/changes/api/organizations/get.md)

---

[API](https://skmtc.dev/forem/apis/forem-api-v1.md) · [All operations](https://skmtc.dev/forem/apis/forem-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forem/forem-api-v1/revisions/1f64f71fc2a7/schema)
