|  | @@ -2,7 +2,7 @@ import json
 | 
	
		
			
			| 2 | 2 |  from requests import get
 | 
	
		
			
			| 3 | 3 |  from urllib import urlencode
 | 
	
		
			
			| 4 | 4 |  
 | 
	
		
			
			| 5 |  | -resultCount=2
 | 
	
		
			
			|  | 5 | +resultCount=1
 | 
	
		
			
			| 6 | 6 |  urlSearch = 'https://www.wikidata.org/w/api.php?action=query&list=search&format=json&srnamespace=0&srprop=sectiontitle&{query}'
 | 
	
		
			
			| 7 | 7 |  urlDetail = 'https://www.wikidata.org/w/api.php?action=wbgetentities&format=json&props=labels%7Cinfo%7Csitelinks%7Csitelinks%2Furls%7Cdescriptions%7Cclaims&{query}'
 | 
	
		
			
			| 8 | 8 |  urlMap = 'https://www.openstreetmap.org/?lat={latitude}&lon={longitude}&zoom={zoom}&layers=M'
 |