\n
```
The Articles API is a central place to gather all information and take actions on your articles. Articles can live within collections and sections, or alternatively they can stand alone.
For collections and sections you should refer to the [Help Center endpoint](/docs/references/2.6/rest-api/help-center/the-collection-section-models).
### Article Object
| Key | Type | Description |
| --- | --- | --- |
| type | String | The type of object - `article`. |
| id | String | The unique identifier for the article which is given by Intercom. |
| workspace_id | String | The id of the workspace which the article belongs to. |
| title | String | The title of the article. For multilingual articles, this will be the title of the default language's content. |
| description | String | The description of the article. For multilingual articles, this will be the description of the default language's content. |
| body | String | The body of the article in HTML. For multilingual articles, this will be the body of the default language's content.See more on what we accept in the [Supported HTML](#supported-html) table below. |
| author_id | String | The id of the author of the article. For multilingual articles, this will be the id of the author of the default language's content. Must be a teammate on the help center's workspace. |
| state | String | Whether the article is published or is a draft. For multilingual articles, this will be the state of the default language's content. |
| created_at | Timestamp | The time when the article was created. For multilingual articles, this will be the timestamp of creation of the default language's content. |
| updated_at | Timestamp | The time when the article was last updated. For multilingual articles, this will be the timestamp of last update of the default language's content. |
| url | String | The URL of the article. For multilingual articles, this will be the URL of the default language's content. |
| parent_id | String | The id of the article's parent collection or section. An article without this field stands alone. |
| parent_type | String | The type of parent, which can either be a `collection` or `section`. |
| default_locale | String | The default locale of the help center. This field is only returned for multilingual help centers. |
| translated_content | Object | An [Article Translated Content Object](#article-translated-content-object) for multilingual articles. This field is only returned for multilingual help centers. |
### Article Translated Content Object
| Key | Type | Writeable? | Description |
| --- | --- | --- | --- |
| type | String | No | The type of object - `article_translated_content`. |
| `ar`, `bg`, `bs`, `ca`, `cs`, `da`, `de`, `'de-form'`, `el`, `en`, `es`, `et`, `fi`, `fr`, `he`, `hr`, `hu`, `id`, `it`, `ja`, `ko`, `lt`, `lv`, `mn`, `nb`, `nl`, `pl`, `'pt-BR'`, `pt`, `ro`, `ru`, `sl`, `sr`, `sv`, `tr`, `vi`, `'zh-CN'`, `'zh-TW'` | Object | Yes | An [Article Content Object](#article-content-object) for each supported locale of the multilingual help center.The default locale's content and information will be contained in the initial [Article Object](#article-object).If there's no content for a locale, the value will be `nil`. |
### Article Content Object
| Key | Type | Writeable? | Description |
| --- | --- | --- | --- |
| type | String | No | The type of object - `article_content`. |
| title | String | Yes | The title of the article. |
| description | String | Yes | The description of the article. |
| body | String | Yes | The body of the article in HTML. |
| author | String | Yes | The id of the author of the article. |
| state | String | Yes | Whether the article is `published` or is a `draft`. |
| created_at | Timestamp | No | The time when the article was created. |
| updated_at | Timestamp | No | The time when the article was last updated. |
| url | String | No | The URL of the article. |
### Article Statistics Object
| Key | Type | Writeable? | Description |
| --- | --- | --- | --- |
| type | String | No | The type of object - `article_statistics`. |
| views | Integer | No | The number of total views the article has received. |
| conversations | Integer | No | The number of conversations started from the article. |
| reactions | Integer | No | The number of total reactions the article has received. |
| happy_reaction_percentage | Integer | No | The percentage of happy reactions the article has received against other types of reaction. |
| neutral_reaction_percentage | Integer | No | The percentage of neutral reactions the article has received against other types of reaction. |
| sad_reaction_percentage | Integer | No | The percentage of sad reactions the article has received against other types of reaction. |
### Supported HTML
The table below defines the subset of HTML accepted when [creating](/docs/references/2.6/rest-api/articles/create-an-article) or [updating](/docs/references/2.6/rest-api/articles/update-an-article) an Article. Over time we may add support for new HTML elements and attributes, since this will not constitute a breaking change, we advise any client code to support the full HTML specification when reading article content.
Removing element support, or otherwise changing the API in a way that causes previously supported HTML to become unsupported will be considered a breaking change.
| Tag | What does it do? | Additional Details |
| --- | --- | --- |
| `
` | Paragraph | All text must be placed within paragraph tags. |
| ` ` | Line break | Supported in-line. |
| `
` | Horizontal rule | NA |
| `
` `
` | Heading | Only these two header tags are supported. All others will be replaced with `