After fixing a bug, we have channel_maps_list information back for all packages, including hello-world, see:
>>> pp(requests.get('https://search.apps.ubuntu.com/api/v1/snaps/details/hello-world?fields=name,revision,channel_maps_list', headers={'x-ubuntu-series': '16', 'x-ubuntu-architecture': 'all'}).json())
{'_links': {'curies': [{'href': 'https://wiki.ubuntu.com/AppStore/Interfaces/ClickPackageIndex#reltype_{rel}',
'name': 'clickindex',
'templated': True}],
'self': {'href': 'https://search.apps.ubuntu.com/api/v1/snaps/details/hello-world?fields=name,revision,channel_maps_list'}},
'channel_maps_list': [{'map': [{'binary_filesize': 20480,
'channel': 'stable',
'confinement': 'strict',
'epoch': '0',
'info': 'released',
'revision': 27,
'version': '6.3'},
{'binary_filesize': 20480,
'channel': 'candidate',
'confinement': 'strict',
'epoch': '0',
'info': 'released',
'revision': 27,
'version': '6.3'},
{'binary_filesize': 20480,
'channel': 'beta',
'confinement': 'strict',
'epoch': '0',
'info': 'released',
'revision': 27,
'version': '6.3'},
{'binary_filesize': 20480,
'channel': 'edge',
'confinement': 'strict',
'epoch': '0',
'info': 'released',
'revision': 27,
'version': '6.3'}],
'track': 'latest'}],
'name': 'hello-world.canonical',
'package_name': 'hello-world',
'revision': 27}