@@ -58,16 +58,14 @@ Click `Execute` to verify results and copy Markdown or desired format.
58
58
### 2. Production-Ready Commercial API on RapidAPI
59
59
60
60
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 )
62
62
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:
66
64
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.
71
69
72
70
Secure your requests with API Keys provided by RapidAPI.
73
71
@@ -85,7 +83,7 @@ The `project_id` can be a single identifier like `linux` or `nginx` or a GitHub
85
83
86
84
** Example Requests** :
87
85
88
- Fetch Nginx Latest Version (GET):
86
+ Fetch NGINX Latest Version (GET):
89
87
90
88
```
91
89
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
138
136
139
137
Response will include ` version: ` field as well as a lot of other useful information about the latest release.
140
138
141
- Fetch downoad URL of latest WordPress:
139
+ Fetch the downoad URL of latest WordPress:
142
140
143
141
```
144
142
curl -X GET "https://lastversion.p.rapidapi.com/source?project=WordPress/WordPress" \
0 commit comments