Skip to main content
The World News API plugin syncs data locally. Use corsair.worldnewsapi.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Articles

Path: worldnewsapi.db.articles.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Extracted Articles

Path: worldnewsapi.db.extractedArticles.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Geo Coordinates

Path: worldnewsapi.db.geoCoordinates.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Sources

Path: worldnewsapi.db.sources.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.