{**a, **b, **c}
result = []
for c in collections:
inced = 0
for n, collection in enumerate(result):
if collection["href"] == c["href"]:
result[n]["wait"] += c["wait"]
inced = 1
if inced == 0: result.append(c)
result = []
for c in collections:
for n, collection in enumerate(result):
if collection["href"] == c["href"]:
result[n]["wait"] += c["wait"]
break
else: result.append(c)
city | region | country | id