Skip to content

Commit 31a2e71

Browse files
fix sync api ids with table (#581)
* fix sync api ids with table * add bored api
1 parent f3ceca6 commit 31a2e71

File tree

1 file changed

+71
-65
lines changed

1 file changed

+71
-65
lines changed

src/db/api.json

Lines changed: 71 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -121,154 +121,154 @@
121121
},
122122
{
123123
"id": 21,
124-
"name": "OpenAI API",
125-
"link": "https://platform.openai.com/docs/overview",
126-
"ctg": "AI"
124+
"name": "PayPal API",
125+
"link": "https://developer.paypal.com/api/rest/",
126+
"ctg": "Payments"
127127
},
128128
{
129129
"id": 22,
130-
"name": "Zoom API",
131-
"link": "https://developers.zoom.us/docs/api/",
132-
"ctg": "Communication"
130+
"name": "SendGrid API",
131+
"link": "https://www.twilio.com/docs/sendgrid",
132+
"ctg": "Email"
133133
},
134134
{
135135
"id": 23,
136-
"name": "NewsAPI",
137-
"link": "https://newsapi.org/docs/get-started",
138-
"ctg": "News"
139-
},
140-
{
141-
"id": 24,
142-
"name": "Marvel API",
143-
"link": "https://developer.marvel.com/",
144-
"ctg": "Entertainment"
145-
},
146-
{
147-
"id": 25,
148136
"name": "Twilio API",
149137
"link": "https://www.twilio.com/docs/usage/api",
150138
"ctg": "Communication"
151139
},
152140
{
153-
"id": 26,
154-
"name": "PayPal API",
155-
"link": "https://developer.paypal.com/api/rest/",
156-
"ctg": "Payments"
157-
},
158-
{
159-
"id": 27,
160-
"name": "SendGrid API",
161-
"link": "https://www.twilio.com/docs/sendgrid",
162-
"ctg": "Email"
141+
"id": 24,
142+
"name": "OpenAI API",
143+
"link": "https://platform.openai.com/docs/overview",
144+
"ctg": "AI"
163145
},
164146
{
165-
"id": 28,
147+
"id": 25,
166148
"name": "Google Cloud Vision API",
167149
"link": "https://cloud.google.com/vision/docs",
168150
"ctg": "AI"
169151
},
170152
{
171-
"id": 29,
153+
"id": 26,
172154
"name": "Firebase API",
173155
"link": "https://firebase.google.com/docs",
174156
"ctg": "Development"
175157
},
176158
{
177-
"id": 30,
159+
"id": 27,
178160
"name": "Slack API",
179161
"link": "https://api.slack.com/",
180162
"ctg": "Communication"
181163
},
182164
{
183-
"id": 31,
184-
"name": "Imgur API",
185-
"link": "https://apidocs.imgur.com/",
186-
"ctg": "Images"
187-
},
188-
{
189-
"id": 32,
190-
"name": "NumbersAPI",
191-
"link": "https://numbersapi.com/",
192-
"ctg": "Trivia"
193-
},
194-
{
195-
"id": 33,
196-
"name": "WeatherAPI",
197-
"link": "https://www.weatherapi.com/",
198-
"ctg": "Weather"
165+
"id": 28,
166+
"name": "Zoom API",
167+
"link": "https://developers.zoom.us/docs/api/",
168+
"ctg": "Communication"
199169
},
200170
{
201-
"id": 34,
171+
"id": 29,
202172
"name": "Dropbox API",
203173
"link": "https://www.dropbox.com/developers/documentation",
204174
"ctg": "Storage"
205175
},
206176
{
207-
"id": 35,
208-
"name": "Agify API",
209-
"link": "https://agify.io/",
210-
"ctg": "Demographics"
177+
"id": 30,
178+
"name": "Imgur API",
179+
"link": "https://apidocs.imgur.com/",
180+
"ctg": "Images"
211181
},
212182
{
213-
"id": 36,
183+
"id": 31,
214184
"name": "Clarifai API",
215185
"link": "https://docs.clarifai.com/",
216186
"ctg": "AI"
217187
},
218188
{
219-
"id": 37,
189+
"id": 32,
190+
"name": "NewsAPI",
191+
"link": "https://newsapi.org/docs/get-started",
192+
"ctg": "News"
193+
},
194+
{
195+
"id": 33,
220196
"name": "Eventbrite API",
221197
"link": "https://www.eventbrite.com/platform/api",
222198
"ctg": "Events"
223199
},
224200
{
225-
"id": 38,
201+
"id": 34,
226202
"name": "Last.fm API",
227203
"link": "https://www.last.fm/api",
228204
"ctg": "Music"
229205
},
230206
{
231-
"id": 39,
207+
"id": 35,
232208
"name": "TMDb API",
233209
"link": "https://developers.themoviedb.org/3/getting-started/introduction",
234210
"ctg": "Video"
235211
},
236212
{
237-
"id": 40,
238-
"name": "OpenLibrary API",
239-
"link": "https://openlibrary.org/developers/api",
240-
"ctg": "Books"
213+
"id": 36,
214+
"name": "Marvel API",
215+
"link": "https://developer.marvel.com/",
216+
"ctg": "Entertainment"
241217
},
242218
{
243-
"id": 41,
219+
"id": 37,
244220
"name": "OpenCage Geocoding API",
245221
"link": "https://opencagedata.com/api",
246222
"ctg": "Mapping"
247223
},
248224
{
249-
"id": 42,
225+
"id": 38,
226+
"name": "OpenLibrary API",
227+
"link": "https://openlibrary.org/developers/api",
228+
"ctg": "Books"
229+
},
230+
{
231+
"id": 39,
250232
"name": "Jikan API",
251233
"link": "https://jikan.moe/",
252234
"ctg": "Anime"
253235
},
254236
{
255-
"id": 43,
237+
"id": 40,
238+
"name": "WeatherAPI",
239+
"link": "https://www.weatherapi.com/",
240+
"ctg": "Weather"
241+
},
242+
{
243+
"id": 41,
256244
"name": "IPinfo API",
257245
"link": "https://ipinfo.io/developers",
258246
"ctg": "IP/Location"
259247
},
260248
{
261-
"id": 44,
249+
"id": 42,
262250
"name": "IEX Cloud API",
263251
"link": "https://iexcloud.io/docs/api/",
264252
"ctg": "Financial"
265253
},
266254
{
267-
"id": 45,
255+
"id": 43,
268256
"name": "Alpha Vantage API",
269257
"link": "https://www.alphavantage.co/documentation/",
270258
"ctg": "Financial"
271259
},
260+
{
261+
"id": 44,
262+
"name": "Bored API",
263+
"link": "https://www.boredapi.com/",
264+
"ctg": "Fun"
265+
},
266+
{
267+
"id": 45,
268+
"name": "Agify API",
269+
"link": "https://agify.io/",
270+
"ctg": "Demographics"
271+
},
272272
{
273273
"id": 46,
274274
"name": "Genderize API",
@@ -280,5 +280,11 @@
280280
"name": "Nationalize API",
281281
"link": "https://nationalize.io/",
282282
"ctg": "Demographics"
283+
},
284+
{
285+
"id": 48,
286+
"name": "NumbersAPI",
287+
"link": "https://numbersapi.com/",
288+
"ctg": "Trivia"
283289
}
284290
]

0 commit comments

Comments
 (0)