Skip to content

Commit 88bc45e

Browse files
committed
Fix Grafana test and more details on RapidAPI hosted option
1 parent 21f9faa commit 88bc45e

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/api.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,14 @@ Click `Execute` to verify results and copy Markdown or desired format.
5858
### 2. Production-Ready Commercial API on RapidAPI
5959

6060
Subscribe to the commercial API on RapidAPI for higher rate limits, guaranteed performance, or advanced features:
61-
- [LastVersion API on RapidAPI](https://rapidapi.com/ciapnz/api/lastversion)
61+
[lastversion API on RapidAPI](https://rapidapi.com/ciapnz/api/lastversion)
6262

63-
For **production** use, higher rate limits, guaranteed performance, or advanced features, check out our hosted API on RapidAPI:
64-
- Flexible Endpoints: Fetch just the `version`, list of `assets`, or full release details via different routes.
65-
- Scalable Billing Plans: **Start free**, upgrade as your usage grows.
63+
Users of the lastversion API on RapidAPI benefit from:
6664

67-
**Why RapidAPI?**
68-
- Easier Integration: The platform handles billing, usage metrics, and rate limiting in a clear manner.
69-
- Global Infrastructure: Your requests route quickly from anywhere in the world.
70-
- Stable for Production: More robust than the free endpoint, guaranteed uptime, and no 2-hour forced cache if you need fresh data.
65+
* Higher rate limits and guaranteed performance
66+
* Flexible Endpoints: Fetch just the `version`, list of `assets`, or full release details via different routes.
67+
* Scalable Billing Plans: **Start free**, upgrade as your usage grows.
68+
* Stability for Production: guaranteed uptime and no 2-hour forced cache if you need fresh data.
7169

7270
Secure your requests with API Keys provided by RapidAPI.
7371

@@ -85,7 +83,7 @@ The `project_id` can be a single identifier like `linux` or `nginx` or a GitHub
8583

8684
**Example Requests**:
8785

88-
Fetch Nginx Latest Version (GET):
86+
Fetch NGINX Latest Version (GET):
8987

9088
```
9189
curl -X GET "https://lastversion.p.rapidapi.com/release?project=nginx" \
@@ -138,7 +136,7 @@ curl -X GET "https://lastversion.p.rapidapi.com/release?project=WordPress/WordPr
138136

139137
Response will include `version:` field as well as a lot of other useful information about the latest release.
140138

141-
Fetch downoad URL of latest WordPress:
139+
Fetch the downoad URL of latest WordPress:
142140

143141
```
144142
curl -X GET "https://lastversion.p.rapidapi.com/source?project=WordPress/WordPress" \

0 commit comments

Comments
 (0)