Programming Posts
This a simple programming-related posts api, it servers back a bunch of posts from different blogs and website, which include a title, description, blog name, post link.You will get posts by amount or by searching a keyword, about different topics/languages (html, css, javascript swift and more...).
Programming Posts endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get posts by the amount you need / |
You can specify amount you want by: - amount=**limit** returns **1000** posts. - amount=**123** returns **123** posts. *parameter accepts only numbers and "limit" word, if number… |
| GET |
Searching through posts / |
You can specify a keyword to search - search=**keyword** returns posts that are talking about **keyword** or they just contain the **keyword** it self. - keyword accepts both… |
Programming Posts pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1000 / minute |
|
| PRO Recommended | $5 / month | 5000 / hour |
|
| ULTRA | $10 / month | 1000 / minute |
|
| MEGA | $15 / month | — |
|