GET infos/sources

Html.Raw(Transl.Api.Documentation.ReturnTodayPrayerTimes)

Html.Raw(Transl.Api.Documentation.ResourceURL)

https://v2.api.forex/infos/currencies.json

Parameters

{format}typeoptionaldefaultdecription
{beautify}stringOptionaltrueFormats a CSS files with the chosen indentation level for optimal readability.
https://v2.api.forex/infos/currency/usd.json?beautify=true
{lang}intOptionaltrue

Html.Raw(Transl.Api.Documentation.HigerLatDescription)
Default = en
https://v2.api.forex/infos/currency/usd.json?lang=fr

Lang codeLang codeLang
EnglishenDefault
Frenchfr

Parameters

{format}typeoptionaldecription
{key}stringNoHtml.Raw(Transl.Api.Documentation.WeUseKey)
{city}stringNoHtml.Raw(Transl.Api.Documentation.DocsDescriptionCity)
{school}intYes

Html.Raw(Transl.Api.Documentation.EachCountiesDefaultSchool)

IdHtml.Raw(Transl.Api.Documentation.Name)Html.Raw(Transl.Shared.Fajr)Html.Raw(Transl.Shared.Isha)
{day}stringYesHtml.Raw(Transl.Api.Documentation.WeUseKey)
{month-year}stringYesHtml.Raw(Transl.Api.Documentation.WeUseKey)

Example Request

https://v2.api.forex/infos/currency/usd.json?lang=fr

Example Result

{
  "USD": {
    "currency_code": "USD",
    "name": "Dollar américain",
    "symbol": "$",
    "country_code": "US",
    "central_bank": "http://www.federalreserve.gov",
    "country_name": "États Unis",
    "using_countries": [
      "Timor oriental",
      "Equateur",
      "Le Salvador",
      "Iles Marshall",
      "États fédérés de Micronésie",
      "Palau",
      "Panama",
      "Zimbabwe"
    ]
  }
}