---
title: "GET /v1/mods/{modId}/description"
method: GET
path: "/v1/mods/{modId}/description"
tags: ["Mods"]
---

# GET /v1/mods/{modId}/description

`GET /v1/mods/{modId}/description`

Get the full description of a mod in HTML format.

## Path parameters

- `modId` integer, required

## Query parameters

- `raw` boolean
- `stripped` boolean
- `markup` boolean
- `lang` string

## Response `200`

- StringResponse
  - `data` string — The response data

## Other responses

- `404`
- `500`

---

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