-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
537 lines (487 loc) ยท 23.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/Aqua_icon.png" type="image/x-icon">
<title>AquaScript | Free JSON APIs for Developers</title>
<script src="https://kit.fontawesome.com/69b7050fd6.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="global.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RF2WV794XB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RF2WV794XB');
</script>
<!-- MS Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "r61ug1ab6x");
</script>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-ultra shadow-lg">
<div class="container">
<a class="navbar-brand" href="#">
<img src="assets/background-removed.png" alt="Logo">
</a>
<button class="navbar-toggler text-white" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="docs.html">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<div class="dropdown ms-2">
<button class="btn btn-primary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
Support
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item">Action</a></li>
<li><a class="dropdown-item">Another action</a></li>
<li><a class="dropdown-item">Something else here</a></li>
</ul>
</div>
</div>
</div>
</nav>
<header class="hero-section text-white">
<div class="container py-5 text-center">
<h1 class="display-3 fw-bold mb-4">Free JSON APIs for Developers</h1>
<p class="lead mb-5" style="max-width: 700px; margin: 0 auto;">
High-quality, reliable JSON data APIs for your projects.
Easy to integrate, free to use, and constantly updated.
</p>
<div class="row mt-5">
<div class="col-md-4">
<div class="api-card">
<div class="api-icon">
<i class="fas fa-book"></i>
</div>
<h3>Books API</h3>
<p>Comprehensive book data including titles, authors, genres, and more.</p>
<a href="book.html" class="btn btn-api">Explore</a>
</div>
</div>
<div class="col-md-4">
<div class="api-card">
<div class="api-icon">
<i class="fas fa-book-open"></i>
</div>
<h3>Books++ API</h3>
<p>Discover an enhanced collection of books with rich metadata.</p>
<a href="books++.html" class="btn btn-api">Explore More</a>
</div>
</div>
<div class="col-md-4">
<div class="api-card">
<div class="api-icon">
<i class="fas fa-film"></i>
</div>
<h3>Movies API</h3>
<p>Detailed movie information, ratings, cast, and streaming availability.</p>
<a href="moviedata.html" class="btn btn-api">Explore</a>
</div>
</div>
<div class="col-md-4">
<div class="api-card">
<div class="api-icon">
<i class="fas fa-clapperboard"></i>
</div>
<h3>Movies++ API</h3>
<p>Explore an enhanced movie experience with rich details, names, tags, and images.</p>
<a href="moviesdata++.html" class="btn btn-api">Dive In</a>
</div>
</div>
<div class="col-md-4">
<div class="api-card">
<div class="api-icon">
<i class="fas fa-quote-right"></i>
</div>
<h3>Quotes API</h3>
<p>Thousands of inspirational, funny, and motivational quotes.</p>
<a href="#quotes" class="btn btn-api">Explore</a>
</div>
</div>
<div class="col-md-4">
<div class="api-card">
<div class="api-icon">
<i class="fas fa-quote-left"></i>
</div>
<h3>Quotes++</h3>
<p>Curated quotes to uplift, enlighten from timeless minds and aspiring thinkers.</p>
<a href="#quotes" class="btn btn-api">Explore Wisdom</a>
</div>
</div>
</div>
<div class="row mt-3">
<div class="col-md-4">
<div class="api-card">
<div class="api-icon">
<i class="fas fa-laugh-squint"></i>
</div>
<h3>Jokes API</h3>
<p>Clean, funny jokes for all audiences. Perfect for entertainment apps.</p>
<a href="#jokes" class="btn btn-api">Explore</a>
</div>
</div>
<div class="col-md-4">
<div class="api-card">
<div class="api-icon">
<i class="fas fa-users"></i>
</div>
<h3>Users API</h3>
<p>Fake user data for testing and development purposes.</p>
<a href="#users" class="btn btn-api">Explore</a>
</div>
</div>
<div class="col-md-4">
<div class="api-card">
<div class="api-icon">
<i class="fas fa-laugh-beam"></i>
</div>
<h3>Programming Jokes API</h3>
<p>Inject some fun into your code! Get developer jokes that only true geeks will understand.</p>
<a href="#programming-jokes" class="btn btn-api">Laugh Now</a>
</div>
</div>
<div class="col-md-4">
<div class="api-card">
<div class="api-icon">
<i class="fas fa-book-open"></i>
</div>
<h3>Developers Books API</h3>
<p>A curated shelf of must-read programming books from beginner guides to deep dives into software craftsmanship.</p>
<a href="#developers-books" class="btn btn-api">Start Reading</a>
</div>
</div>
</div>
</div>
</header>
<!-- Testimonials Section -->
<section class="testimonials-section py-5 bg-light">
<div class="container">
<h2 class="text-center mb-5 quote">What Developers Say About Our API</h2>
<div id="testimonialCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"AquaScript's JSON APIs have been a game-changer for our development process. The documentation is clear, and the response times are incredibly fast."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Michael Chen</h5>
<p class="author-title">Senior Developer, TechSolutions Inc.</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"I've used many free APIs, but AquaScript stands out with its reliability and consistent updates. The Movies++ API saved us weeks of development time."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Sarah Johnson</h5>
<p class="author-title">Frontend Lead, StreamVision</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"The Books API integration was seamless. We were able to implement it in our educational app within hours, thanks to the excellent documentation."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">David Rodriguez</h5>
<p class="author-title">CTO, EduTech Startup</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"As a solo developer, having access to free, high-quality APIs like AquaScript's Quotes++ has allowed me to build professional apps without backend overhead."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Emma Wilson</h5>
<p class="author-title">Independent App Developer</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"The rate limits are generous, and we've never experienced downtime. AquaScript has become our go-to for mock data in development and testing."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/men/81.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">James Peterson</h5>
<p class="author-title">QA Lead, Enterprise Software Co.</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"Our students love working with AquaScript APIs in our coding bootcamp. The consistent structure across different endpoints makes them perfect for teaching API integration."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/women/33.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Dr. Lisa Wong</h5>
<p class="author-title">Lead Instructor, Code Academy</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"The programming jokes API brought personality to our internal tools. It's amazing how small touches like this improve developer experience."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/men/22.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Robert Kim</h5>
<p class="author-title">DevOps Engineer, CloudScale</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"We evaluated several free API providers before choosing AquaScript. The decision came down to data quality and their responsive support team."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/women/51.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Natalie Smith</h5>
<p class="author-title">Product Manager, AppVenture</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text"><span>"</span>The rich metadata in the Books++ API allowed us to create advanced search and recommendation features we couldn't have built with other free alternatives.<span>"</span></p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/men/45.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Thomas Baker</h5>
<p class="author-title">Backend Developer, ReadWell</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text"><span>"</span>AquaScript's APIs have the perfect balance between simplicity and functionality. We've integrated three different endpoints in our new project with zero issues.<span>"</span></p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/women/29.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Olivia Martinez</h5>
<p class="author-title">Full Stack Developer, DigitalNest</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text"><span>"</span>For a free service, the uptime and performance are exceptional. We're using the Users API for our staging environment and it works flawlessly.<span>"</span></p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/men/67.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Daniel Brown</h5>
<p class="author-title">Technical Lead, FinTech Startup</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"The consistent API design across all endpoints reduced our learning curve significantly. New team members can start integrating immediately."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/women/76.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Sophia Lee</h5>
<p class="author-title">Engineering Manager, DevHouse</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"We use the Quotes API to power daily inspiration in our team Slack channel. It's become a beloved ritual that boosts morale every morning."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/men/53.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Kevin Taylor</h5>
<p class="author-title">Director of Engineering, PeopleFirst</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"The Developers Books API helped us create a recommended reading section in our learning platform. The categorization by skill level is particularly useful."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/women/62.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Rachel Green</h5>
<p class="author-title">Founder, CodeLearners</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-card mx-auto">
<div class="testimonial-content">
<p class="testimonial-text">"What impressed me most was how quickly the team added new features based on community feedback. AquaScript truly listens to its users."</p>
<div class="testimonial-author">
<img src="https://randomuser.me/api/portraits/men/38.jpg" alt="Developer" class="author-img">
<div>
<h5 class="author-name">Mark Williams</h5>
<p class="author-title">Open Source Contributor</p>
</div>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#testimonialCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#testimonialCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<footer class="footer-section">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="footer-brand d-flex align-items-center mb-3">
<img src="assets/background-removed.png" alt="AquaScript Logo" height="40">
</div>
<p class="footer-text text-start">Providing high-quality JSON APIs for developers worldwide. Fast, reliable, and free to use.</p>
<div class="social-links">
<a href="https://github.com/yourusername"
class="social-icon"
target="_blank"
rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/yourhandle"
class="social-icon"
target="_blank"
rel="noopener noreferrer">
<i class="fab fa-twitter"></i>
</a>
<a href="https://discord.gg/yourinvite"
class="social-icon"
target="_blank"
rel="noopener noreferrer">
<i class="fab fa-discord"></i>
</a>
<a href="https://linkedin.com/in/yourprofile"
class="social-icon"
target="_blank"
rel="noopener noreferrer">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
<div class="col-lg-2 col-md-4 mb-4 mb-md-0 text-start">
<h5 class="footer-heading">Resources</h5>
<ul class="footer-links">
<li><a href="docs.html">Documentation</a></li>
<li><a href="#">API Status</a></li>
<li><a href="https://dev.to/aquascript">Blog</a></li>
<li><a href="#">Tutorials</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-4">
<h5 class="footer-heading">Subscribe to our Newsletter</h5>
<p class="footer-text">Get updates on new APIs and features</p>
<form class="newsletter-form" onsubmit="handleSubscription(event)">
<div class="input-group mb-3">
<input type="email" class="form-control" placeholder="Your email" required>
<button class="btn btn-subscribe" type="submit">Subscribe</button>
</div>
<div id="toast-message" class="mt-1 text-success" style="display: none;">Thanks for subscribing!</div>
</form>
</div>
</div>
<div class="footer-bottom">
<div class="row">
<div class="fw-bold text-center ">
<p class="copyright">© 2025-2026 AquaScript. All rights reserved</p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://widget.cxgenie.ai/widget.js" data-aid="c75a2b2d-3906-48ac-940a-8a647eed9f8f" data-lang="en"></script>
<script src="contact/Contact.js"></script>
<script src="nav/nav.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script>
$(document).ready(function () {
$('.nav-link').hover(function () {
$(this).css('text-shadow', '0 0 15px #ff6ec4');
}, function () {
$(this).css('text-shadow', 'none');
});
});
</script>
</body>
</html>