Environment
Onomondo app: Network Lists
Onomondo API: GET/network-whitelists
Question
How can I export my Network Lists?
Is there a way to export a whitelist from the app?
Can I export Network Lists from the app?
Is it possible to download my Network list as a CSV file?
Answer
No, but you can do this with the Onomondo API.
Create a new API key or use an existing one that has access to the network List being retrieved
Pull the whitelist via the API using this GET request.
Convert the JSON output into a CSV file. The list will consist of MCC and MNC values that can be later concatenated into MCCMNC strings.
Download the full Network List from our Coverage Page.
Place both files in a spreadsheet editor (Excel, Google Sheets, etc.).
Use the full network list to map network names, countries, and any other information you are interested in to your whitelist, using MCCMNC values in a VLOOKUP formula.