openapi.model.MostreadArticle

November 22, 2023 ยท View on GitHub

Load the model package

import 'package:wikipedia_api/api.dart';

Properties

NameTypeDescriptionNotes
titleStringArticle title in a form of DB key
normalizedtitleStringArticle title as it should be presented to the user
viewsintNumber of views on the requested day
rankintPosition in the list of most viewed articles
thumbnailThumbnail[optional]
descriptionStringWikidata description of the article[optional]
extractStringFirst several sentences of an article in plain text[optional]

[Back to Model list] [Back to API list] [Back to README]