Feed article object
Transcluded page fragment: This page contains a partial table that is transcluded within the response schema table in the Feed API reference docs (API reference/Feed/Featured content and API reference/Feed/On this day). It uses table opening and closing syntax and table styles from those pages.
| style="width: 30%;"|type
string
| Type of article:
standard
: Encyclopedia articledisambiguation
: Page that links to articles covering topics with similar titlesno-extract
: Article without an extractmainpage
: A wiki's homepage
|-
|title
deprecated
| Deprecated. Use titles.canonical
instead.
|-
|displaytitle
deprecated
| Deprecated. Use titles.display
instead.
|-
|namespace
object
| Article namespace
id
integer |
Namespace identifier |
text
string |
Localized name of the namespace |
|-
|wikibase_item
string
| Wikidata identifier
|-
|titles
object
| Article title in multiple formats
canonical
string |
Article title in URL-friendly format |
normalized
string |
Article title with underscores replaced with spaces |
display
string |
Article title in reading-friendly format |
|-
|pageid
integer
| Article identifier
|-
|thumbnail
object
| Reduced-size version of the article's lead image
source
string |
Image URL |
width
integer |
Image width in pixels |
height
integer |
Image height in pixels |
|-
|originalimage
object
| Original-size version of the article's lead image
source
string |
Image URL |
width
integer |
Image width in pixels |
height
integer |
Image height in pixels |
|-
|lang
string
| Language code for the language of the article
|-
|dir
string
| Language direction: ltr
for left-to-right languages or rtl
for right-to-left languages
|-
|revision
string
| Revision identifier for the latest revision
|-
| tid
string
| Time-based UUID used for rendering content changes
|-
|timestamp
string
| Time when the article was last edited in ISO 8601 format
|-
|description
string
| Short summary of the article
|-
|description_source
string
| Source of the description: local
for descriptions maintained within the page or central
for descriptions imported from Wikidata
|-
|content_urls
object
| Article URLs
desktop
object |
Article URLs for desktop viewing
Properties
| ||||||||
mobile
object |
Article URLs for mobile viewing
Properties
|
|-
|extract
string
| First several sentences of the article in plain text
|-
|extract_html
string
| First several sentences of the article in simplified HTML
|-
|normalizedtitle
deprecated
| Deprecated. Use titles.normalized
instead.