This query returns a list of for any articles that are receiving an unusual level of edits.
- API endpoint slug
- wikipedia.history_of_article_receives_high_number_of_edits
- Runtime method
- performQuery("wikipedia.history_of_article_receives_high_number_of_edits")
Query fields
- Label
- Minimum edits?
- Helper text
- Minimum number of edits for an article to trend
- Slug
- edits
- Required
- true
- Can have default value
- true
- Label
- Minimum contributors?
- Helper text
- Minimum number of unique contributors for an article to trend
- Slug
- editors
- Required
- true
- Can have default value
- true
- Label
- Title contains
- Helper text
- Only show trending articles where title contains this text
- Slug
- title_contains
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- date
- Filter code
- Wikipedia.historyOfArticleReceivesHighNumberOfEdits.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- title
- Filter code
- Wikipedia.historyOfArticleReceivesHighNumberOfEdits.Title
- Type
- String
- Example
- Coffee
- Slug
- url
- Filter code
- Wikipedia.historyOfArticleReceivesHighNumberOfEdits.Url
- Type
- Web URL
- Example
- https://en.wikipedia.org/wiki/Coffee
- Slug
- edits
- Filter code
- Wikipedia.historyOfArticleReceivesHighNumberOfEdits.NumEdits
- Type
- String
- Example
- 42
- Slug
- editors
- Filter code
- Wikipedia.historyOfArticleReceivesHighNumberOfEdits.NumContributors
- Type
- String
- Example
- 3
- Slug
- thumbURL
- Filter code
- Wikipedia.historyOfArticleReceivesHighNumberOfEdits.Image
- Type
- Image URL
- Example
- ...
- Slug
- since
- Filter code
- Wikipedia.historyOfArticleReceivesHighNumberOfEdits.TrendStart
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00