---
title: "Published article by id"
method: GET
path: "/api/articles/{id}"
tags: ["articles"]
---

# Published article by id

`GET /api/articles/{id}`

This endpoint allows the client to retrieve a single published article given its unique numerical `id`.

### Integration Tip:
- Returns the complete serialized article object including its HTML/markdown representation, tags, and author profile details.
- To retrieve an article using its URL path structure instead of its numeric ID, use the `/api/articles/{username}/{slug}` endpoint.

## Path parameters

- `id` integer, required

## Response `200`

An Article

- object

## Other responses

- `404` — Article Not Found

## Changes

- **2026-08-17** (v1) `32364ddfcc63` — 2 info
  - added the optional property `items/ai_disclosure_label` to the response with the `200` status
  - added the optional property `items/ai_disclosure_level` to the response with the `200` status
- **2026-07-13** (v1) `189b62b952ea` — 1 breaking
  - removed the media type `application/json` for the response with the status `404`
- **2026-07-13** (v1) `7db6ba099285` — 1 breaking
  - removed the media type `application/json` for the response with the status `404`
- **2026-05-28** (v1) `6550ad7be94f` — 1 info
  - added the media type `application/json` for the response with the status `404`
- **2026-03-03** (v1) `c9e7662755c2` — 1 breaking
  - removed the media type `application/json` for the response with the status `404`

[Full history](https://skmtc.dev/forem/apis/forem-api-v1/changes/api/articles/:id/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)
