A point (or "token" or "credit") is a cost associated with each API endpoint. You can see how many points are required to make a request - which also depends on how you set the parameters - in the documentation of each endpoint. If you exceed your daily point limit, you will be charged for each additional point used.
A request is a single API call and is used to measure the number of requests per second and concurrent requests. Concurrent requests are requests that you started and that are running in parallel. For example, let's assume your plan allows for two concurrent requests and you run two searches in quick succession and they both take three seconds to respond then you have two concurrent requests. If you try calling the API with another request during that time you will receive an error until at least one of the requests finished.
You can learn more about this in the rate limiting documentation.
The history limit is how far back in time you can query the news database. The free plan lets you look back 1 month, while the paid plans go back until 1st of January 2022.
The uptime guarantee is the amount of time the API is available. We guarantee 99.9% uptime for all plans.
The support level is the level of support you receive. The free plan only includes support on our Discord server, while the paid plans include email or scheduled phone support.
You can subscribe to paid plans using Stripe which allows you to pay via Credit Card. For custom plans or the "Editor" plan, custom payment options can be negotiated. You do not have to provide payment information to get started on the free plan.
The Front Pages feature is a feature that allows you to get the front pages of 6,000 newspapers from 125 countries.
The backlink requirement is a link to worldnewsapi.com on your website or application. This is required for the free plan, but not for the paid plans. You can copy the link template below:
<a href="https://worldnewsapi.com/">World News API<a>