v1
latestOpenAPI 3.0.02026-08-0417295208.0 KBmirrors
Get list of mirrors
get/mirrors
Query parameters
offsetinteger
the offset of the result set
limitinteger
the number of results in the result set
sortstring[]
property to sort mirrors (may be comma-separated)
Response
ok
Example response
{
"mirrors": [
{
"source_root": "https://conda.anaconda.org/mewtwo"
}
]
}