-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.json
More file actions
66 lines (66 loc) · 2.25 KB
/
Copy pathapis.json
File metadata and controls
66 lines (66 loc) · 2.25 KB
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
{
"aid": "com.unirateapi",
"name": "UniRate API",
"type": "Index",
"description": "The UniRate API provides current foreign-exchange rates, currency conversion, a list of supported currencies, and country VAT rates over a simple REST interface. Current-rate endpoints are available on a free, self-serve tier (get a key at https://unirateapi.com); historical endpoints require a Pro subscription. Open-source client libraries are published for Python, Node/TypeScript, Go, Rust, Ruby, PHP, Java, Swift, .NET and more.",
"image": "https://raw.githubusercontent.com/UniRate-API/unirate-mcp/main/assets/logo.png",
"tags": [
"Currency",
"Exchange Rates",
"Foreign Exchange",
"Forex",
"Currency Conversion",
"VAT",
"Finance",
"Financial Data"
],
"created": "2026-09-16",
"modified": "2026-09-16",
"url": "https://raw.githubusercontent.com/UniRate-API/openapi/main/apis.json",
"specificationVersion": "0.18",
"apis": [
{
"aid": "com.unirateapi.api",
"name": "UniRate API",
"description": "Current foreign-exchange rates, currency conversion, supported-currency listing, and country VAT rates. Authentication is via an api_key query parameter; every request should send an Accept: application/json header. Free, self-serve tier available.",
"image": "https://raw.githubusercontent.com/UniRate-API/unirate-mcp/main/assets/logo.png",
"humanURL": "https://unirateapi.com",
"baseURL": "https://api.unirateapi.com",
"tags": [
"Currency",
"Exchange Rates",
"Currency Conversion",
"VAT",
"Finance"
],
"properties": [
{
"type": "OpenAPI",
"url": "https://raw.githubusercontent.com/UniRate-API/openapi/main/openapi.yaml"
},
{
"type": "Documentation",
"url": "https://unirateapi.com"
},
{
"type": "Portal",
"url": "https://unirateapi.com"
},
{
"type": "SignUp",
"url": "https://unirateapi.com"
},
{
"type": "X-source-code",
"url": "https://github.com/UniRate-API"
}
]
}
],
"maintainers": [
{
"FN": "UniRate Team",
"url": "https://unirateapi.com"
}
]
}