---
title: "Get a list of filtered articles"
method: GET
path: "/api/articles/search"
---

# Get a list of filtered articles

`GET /api/articles/search`

## Query parameters

- `q` string
- `page` integer
- `per_page` integer
- `top` string

## Response `200`

OK

## Changes

- **2023-04-27** `7d4078f788e9` — 3 breaking
  - the `organization/profile_image` response's property type/format changed from `string`/`:url` to `string`/`url` for status `200`
  - the `organization/profile_image_90` response's property type/format changed from `string`/`:url` to `string`/`url` for status `200`
  - the `user/website_url` response's property type/format changed from `string`/`:url` to `string`/`url` for status `200`
- **2023-04-27** `96dd2f9caf25` — 3 breaking
  - the `organization/profile_image` response's property type/format changed from `string`/`url` to `string`/`:url` for status `200`
  - the `organization/profile_image_90` response's property type/format changed from `string`/`url` to `string`/`:url` for status `200`
  - the `user/website_url` response's property type/format changed from `string`/`url` to `string`/`:url` for status `200`

[Change history](https://skmtc.dev/forem/apis/dev-community/changes/api/articles/search/get.md)

---

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