-
Notifications
You must be signed in to change notification settings - Fork 0
/
apis.json
77 lines (76 loc) · 1.79 KB
/
apis.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
{
"name": "Free url shortener API",
"description": "Ulvis.net offers a powerful API to interact with other sites.",
"image": "http://ulvis.net/logo.jpg",
"tags": [
"web application",
"API",
"News",
"Analysis"
],
"created": "2017-07-07",
"modified": "2019-07-09",
"url": "http://ulvis.net/api.json",
"SpecificationVersion": "0.14",
"apis":
"properties": [
{
"type": "X-apicommonsmanifest",
"url": "/manifest.json"
}
],
"contact": [
{
"FN": "free url shortener API ",
"email": "[email protected]",
"X-twitter": "ulvis_B"
}
]
},
{
"name": "APIs",
"description": "Ulvis.net offers a powerful API to interact with other sites.",
"image": "http://ulvis.net/logo.jpg",
"humanURL": "https://ulvis.net/developer.html",
"baseURL": "http://ulvis.net",
"tags": [
"application programming interface",
"API"
],
"properties": [
{
"type": "disclaimer",
"url": "http://ulvis.net/disclaimer.html"
},
{
"type": "privacy",
"url": "http://ulvis.net/privacy.html"
},
{
"type": "contact",
"url": "https://ulvis.net/contact.html"
}
],
"contact": [
{
"FN": "free url shortener API ",
"email": "[email protected]",
"X-twitter": "Ulvis_B"
}
]
}
],
"include": [
{
"name": "free url shortener API ",
"url": "http://ulvis.net/api.json"
}
],
"maintainers": [
{
"FN": "Kin",
"X-twitter": "ulvis_B",
"email": "[email protected]"
}
]
}