Get Article
get_articleFetch full article content from DEV.to by ID (e.g., "12345"). Returns title, author, markdown body, tags, reactions, comments, and published date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric article ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Article numeric ID | |
| url | Yes | Article URL | |
| tags | Yes | List of tags associated with article | |
| title | Yes | Article title | |
| author | Yes | Article author information | |
| comments | Yes | Count of comments | |
| reactions | Yes | Count of public reactions | |
| description | Yes | Article description or excerpt | |
| organization | Yes | Publishing organization information | |
| published_at | Yes | Publication timestamp (ISO 8601 format) | |
| body_markdown | Yes | Full article content in markdown format | |
| reading_time_minutes | Yes | Estimated reading time in minutes |