List countries (cached)
GET
/api/v1/reference/countries
const url = 'http://localhost:8080/api/v1/reference/countries?fresh=false';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'http://localhost:8080/api/v1/reference/countries?fresh=false'Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” fresh
boolean
Responses
Section titled “ Responses ”OK
Media type */*
object
time
string
total
integer format: int32
results
Array<object>
object
title
string
count
integer format: int32