-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
687 lines (687 loc) · 16.2 KB
/
server.json
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
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
{
"cats": [
{
"id": "1",
"imgURL": "https://cdn2.thecatapi.com/images/5rf.jpg",
"name": "Fluffy Jenkins",
"age": "3 years",
"fav": "Eating",
"peave": "Hairballs"
},
{
"id": "2",
"imgURL": "https://cdn2.thecatapi.com/images/5nr.jpg",
"name": "Birdie",
"age": "5 years",
"fav": "Sleeping",
"peave": "Loud noises"
},
{
"id": "3",
"imgURL": "https://cdn2.thecatapi.com/images/edd.jpg",
"name": "Tuna",
"age": "6 months",
"fav": "Playing",
"peave": "Hairballs"
},
{
"id": "4",
"imgURL": "https://cdn2.thecatapi.com/images/2iu.jpg",
"name": "Fluffy Jenkins",
"age": "3 years",
"fav": "Eating",
"peave": "None"
},
{
"id": "5",
"imgURL": "https://cdn2.thecatapi.com/images/eao.jpg",
"name": "Clawdia",
"age": "1 year",
"fav": "Staring",
"peave": "Hairballs"
},
{
"id": "6",
"imgURL": "https://cdn2.thecatapi.com/images/EEf-L2ubj.jpg",
"name": "Catzilla",
"age": "1 year",
"fav": "Meowing",
"peave": "No one listening"
},
{
"id": "7",
"imgURL": "https://cdn2.thecatapi.com/images/57u.jpg",
"name": "Gadget",
"age": "10 months",
"fav": "Hunting",
"peave": "Fast prey"
},
{
"id": "8",
"imgURL": "https://cdn2.thecatapi.com/images/dhl.jpg",
"name": "Sprinkles",
"age": "9 months",
"fav": "Eating",
"peave": "Other cats"
},
{
"id": "9",
"imgURL": "https://cdn2.thecatapi.com/images/btr.jpg",
"name": "Skittles",
"age": "2 years",
"fav": "Playing",
"peave": "Hairballs"
},
{
"id": "10",
"imgURL": "https://cdn2.thecatapi.com/images/oGefY4YoG.jpg",
"name": "FishFinder",
"age": "11 months",
"fav": "Watching Wildlife",
"peave": "Vacuum cleaners"
},
{
"id": "11",
"imgURL": "https://cdn2.thecatapi.com/images/ddf.jpg",
"name": "Longfang",
"age": "6 years",
"fav": "Stretching",
"peave": "Car rides"
},
{
"id": "12",
"imgURL": "https://cdn2.thecatapi.com/images/b41.jpg",
"name": "Tigre",
"age": "4 years",
"fav": "Scratching",
"peave": "Belled collars"
}
],
"cat": [
{
"id": "1",
"imgURL": "https://cdn2.thecatapi.com/images/5rf.jpg",
"name": "Fluffy Jenkins",
"age": "3 years",
"fav": "Eating",
"peave": "Hairballs",
"location": "Search Cat Foundation",
"address": "13 Kiera Lake, Lake Ismael, NY 83183",
"bio": "Enim ea dolorum quia est aut ex debitis recusandae porro. Voluptate a in cum ut accusamus optio consectetur harum deserunt. Non nulla consequatur officiis qui nobis cum dolore reprehenderit. Et nihil vel a itaque doloremque. Eligendi ipsa tenetur exercitationem ipsam ex. At aut enim sequi maxime amet autem veniam ea voluptas.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 0.8
},
{
"type": "Friendly",
"value": 0.45
},
{
"type": "Energetic",
"value": 0.6
}
],
"day": [
{
"type": "Meowing",
"value": 10
},
{
"type": "Hunting",
"value": 20
},
{
"type": "Sleeping",
"value": 30
},
{
"type": "Eating",
"value": 40
}
]
},
{
"id": "2",
"imgURL": "https://cdn2.thecatapi.com/images/5nr.jpg",
"name": "Birdie",
"age": "5 years",
"fav": "Sleeping",
"peave": "Loud noises",
"location": "Siamese Cat Rescue Center",
"address": "4815 Lonely Oak Dr, Mobile, AL 36602",
"bio": "Molestiae nesciunt recusandae animi veniam itaque. Accusantium nesciunt in atque vitae. Eaque qui beatae in.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 0.7
},
{
"type": "Friendly",
"value": 0.35
},
{
"type": "Energetic",
"value": 0.5
}
],
"day": [
{
"type": "Meowing",
"value": 40
},
{
"type": "Hunting",
"value": 30
},
{
"type": "Sleeping",
"value": 20
},
{
"type": "Eating",
"value": 10
}
]
},
{
"id": "3",
"imgURL": "https://cdn2.thecatapi.com/images/edd.jpg",
"name": "Tuna",
"age": "6 months",
"fav": "Playing",
"peave": "Hairballs",
"location": "Dumb Friends League",
"address": "3711 Willow Greene Dr, Lowndesboro, AL 36752",
"bio": "Qui vero illum rerum sit. Maxime quia vel sunt ullam expedita animi corporis quia eius. Soluta omnis sunt rerum inventore. At facilis minus voluptatem in ut ea laboriosam. Amet omnis doloremque repellat eius repellat eos atque amet. Ut sequi sint blanditiis.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 0.3
},
{
"type": "Friendly",
"value": 0.5
},
{
"type": "Energetic",
"value": 0.7
}
],
"day": [
{
"type": "Meowing",
"value": 10
},
{
"type": "Hunting",
"value": 5
},
{
"type": "Sleeping",
"value": 70
},
{
"type": "Eating",
"value": 15
}
]
},
{
"id": "4",
"imgURL": "https://cdn2.thecatapi.com/images/2iu.jpg",
"name": "Nick",
"age": "2 years",
"fav": "Running",
"peave": "Cucumber",
"location": "Humane Society of the US",
"address": "4909 Kooter Lane, Lagunitas, CA 94938",
"bio": "Qui ex quia est. Et a autem et. Sequi iusto suscipit ut quo.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 1
},
{
"type": "Friendly",
"value": 0.65
},
{
"type": "Energetic",
"value": 0.8
}
],
"day": [
{
"type": "Meowing",
"value": 33
},
{
"type": "Hunting",
"value": 33
},
{
"type": "Sleeping",
"value": 15
},
{
"type": "Eating",
"value": 18
}
]
},
{
"id": "5",
"imgURL": "https://cdn2.thecatapi.com/images/eao.jpg",
"name": "Clawdia",
"age": "1 year",
"fav": "Staring",
"peave": "Hairballs",
"location": "Kitten Associates",
"address": "3473 Lakeland Terrace, Southfield, MI 48075",
"bio": "Consequuntur adipisci et. Dolore numquam placeat voluptatibus perferendis voluptatum iste. Odit cum dolorem similique expedita id perferendis quis.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 0.55
},
{
"type": "Friendly",
"value": 0.9
},
{
"type": "Energetic",
"value": 0.7
}
],
"day": [
{
"type": "Meowing",
"value": 12
},
{
"type": "Hunting",
"value": 3
},
{
"type": "Sleeping",
"value": 44
},
{
"type": "Eating",
"value": 41
}
]
},
{
"id": "6",
"imgURL": "https://cdn2.thecatapi.com/images/EEf-L2ubj.jpg",
"name": "Catzilla",
"age": "1 year",
"fav": "Meowing",
"peave": "No one listening",
"location": "Leannon Inc",
"address": "21632 Newland St, Huntington Beach, CA 92646",
"bio": "Catzilla is a spunky cat who likes to know what is going on at all times. He is curious, smart, and personable. He loves to meow, hunt, eat, and sleep. Catzilla also does not get along with other cats, but he likes dogs. Catzilla is in need of a loving, lasting home.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 0.9
},
{
"type": "Friendly",
"value": 0.55
},
{
"type": "Energetic",
"value": 0.7
}
],
"day": [
{
"type": "Meowing",
"value": 25
},
{
"type": "Hunting",
"value": 7
},
{
"type": "Sleeping",
"value": 55
},
{
"type": "Eating",
"value": 13
}
]
},
{
"id": "7",
"imgURL": "https://cdn2.thecatapi.com/images/57u.jpg",
"name": "Gadget",
"age": "10 months",
"fav": "Hunting",
"peave": "Fast prey",
"location": "The Sato Project",
"address": "582 Science Center Dr, Eagle, ID 83642",
"bio": "Dolores in debitis quis non possimus possimus et nemo. Omnis sunt sed magnam accusantium. Iure non quia praesentium est aut dolorem minima nihil.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 0.7
},
{
"type": "Friendly",
"value": 0.55
},
{
"type": "Energetic",
"value": 0.9
}
],
"day": [
{
"type": "Meowing",
"value": 7
},
{
"type": "Hunting",
"value": 25
},
{
"type": "Sleeping",
"value": 55
},
{
"type": "Eating",
"value": 13
}
]
},
{
"id": "8",
"imgURL": "https://cdn2.thecatapi.com/images/dhl.jpg",
"name": "Sprinkles",
"age": "9 months",
"fav": "Eating",
"peave": "Other cats",
"location": "Paws Placement",
"address": "4039 Dennison St, French Camp, CA 95231",
"bio": "Rerum est maxime quod cum officia. Ad nesciunt fugit est dolorum aliquid ea. Corrupti voluptate et et minus optio delectus quos saepe dicta. Omnis adipisci distinctio molestiae ducimus temporibus.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 0.55
},
{
"type": "Friendly",
"value": 0.7
},
{
"type": "Energetic",
"value": 0.9
}
],
"day": [
{
"type": "Meowing",
"value": 13
},
{
"type": "Hunting",
"value": 12
},
{
"type": "Sleeping",
"value": 50
},
{
"type": "Eating",
"value": 25
}
]
},
{
"id": "9",
"imgURL": "https://cdn2.thecatapi.com/images/btr.jpg",
"name": "Skittles",
"age": "2 years",
"fav": "Playing",
"peave": "Hairballs",
"location": "PAWS Humane Society",
"address": "1847 Pike St, San Diego, CA 92109",
"bio": "Deserunt quia non quaerat odio molestias corrupti. Nostrum fuga dolor quia. Sit voluptate sit aliquam sint odio illum. Laudantium enim eos voluptate. Tempora deserunt sed eius voluptas occaecati fugit nemo quaerat qui.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 0.9
},
{
"type": "Friendly",
"value": 0.9
},
{
"type": "Energetic",
"value": 0.9
}
],
"day": [
{
"type": "Meowing",
"value": 30
},
{
"type": "Hunting",
"value": 7
},
{
"type": "Sleeping",
"value": 40
},
{
"type": "Eating",
"value": 23
}
]
},
{
"id": "10",
"imgURL": "https://cdn2.thecatapi.com/images/oGefY4YoG.jpg",
"name": "FishFinder",
"age": "11 months",
"fav": "Watching Wildlife",
"peave": "Vacuum cleaners",
"location": "Pets for the Elderly",
"address": "4824 Radio Park Dr, Augusta, GA 30901",
"bio": "Accusantium et qui perferendis sed voluptates repudiandae sit quam. Facere dolorum dolore autem quod. Aspernatur voluptatem commodi. Ut non exercitationem qui doloremque quo. Voluptates atque in nisi ipsa.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 0.4
},
{
"type": "Friendly",
"value": 0.6
},
{
"type": "Energetic",
"value": 0.8
}
],
"day": [
{
"type": "Meowing",
"value": 20
},
{
"type": "Hunting",
"value": 7
},
{
"type": "Sleeping",
"value": 50
},
{
"type": "Eating",
"value": 23
}
]
},
{
"id": "11",
"imgURL": "https://cdn2.thecatapi.com/images/ddf.jpg",
"name": "Longfang",
"age": "6 years",
"fav": "Stretching",
"peave": "Car rides",
"location": "PetSmart Charities",
"address": "2808 Southern Ave, Mason City, IA 50401",
"bio": "Dolores aut veritatis voluptates omnis quis illum cum. Minus tempora sunt quibusdam autem. Eos illo blanditiis vel. Autem modi explicabo non officia et. Voluptatibus quia quod architecto nihil et est aliquam est. Nihil et dolorem nesciunt harum velit.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 0.9
},
{
"type": "Friendly",
"value": 0.8
},
{
"type": "Energetic",
"value": 0.75
}
],
"day": [
{
"type": "Meowing",
"value": 32
},
{
"type": "Hunting",
"value": 20
},
{
"type": "Sleeping",
"value": 35
},
{
"type": "Eating",
"value": 13
}
]
},
{
"id": "12",
"imgURL": "https://cdn2.thecatapi.com/images/b41.jpg",
"name": "Tigre",
"age": "4 years",
"fav": "Scratching",
"peave": "Belled collars",
"location": "Save-A-Pet",
"address": "916 Stone Lane, Harbor Beach, MI 48441",
"bio": "Velit voluptatem eius aperiam ab consectetur maxime qui modi repudiandae. Quidem dolorem eum alias iure error unde. Laborum error animi laborum aut molestias doloribus error vitae.",
"medicalURL": "/",
"personality": [
{
"type": "Curious",
"value": 0.7
},
{
"type": "Friendly",
"value": 0.8
},
{
"type": "Energetic",
"value": 0.6
}
],
"day": [
{
"type": "Meowing",
"value": 25
},
{
"type": "Hunting",
"value": 7
},
{
"type": "Sleeping",
"value": 55
},
{
"type": "Eating",
"value": 13
}
]
}
],
"posts": [
{
"id": "1",
"title": "How to find the purrrfect pet",
"url": "/"
},
{
"id": "2",
"title": "What to do with your new cat",
"url": "/"
},
{
"id": "3",
"title": "How to potty-train your cat",
"url": "/"
},
{
"id": "4",
"title": "Raw food diets for cats",
"url": "/"
},
{
"id": "5",
"title": "Homemade treat recipes",
"url": "/"
},
{
"id": "6",
"title": "Our favorite litter brands",
"url": "/"
},
{
"id": "7",
"title": "Are cat breeds a thing?",
"url": "/"
},
{
"id": "8",
"title": "Our favorite caturday activities",
"url": "/"
},
{
"id": "9",
"title": "How to travel with your cat",
"url": "/"
},
{
"id": "10",
"title": "How to manage multiple cats",
"url": "/"
},
{
"id": "11",
"title": "The best cat memes, ranked",
"url": "/"
}
]
}