You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# подставьте свои значения
export KLADR_TOKEN=***
export KLADR_KEY=***
# результат без дроби имеется
curl -q 'http://kladr-api.ru/api.php?streetId=54000001000066600&token='$KLADR_TOKEN'&key='$KALDR_KEY'&contentType=building&parentType=street&parentId=54000001000066600&withParent=false&limit=5&query=173'
{"searchContext":{"contentType":"building","streetId":"54000001000066600","query":"173","withParent":"false","limit":5},"result":[{"id":"5400000100006660039","name":"173","zip":630049,"type":"\u0434\u043e\u043c","typeShort":"\u0434","okato":"50401372000","contentType":"building","parents":[{"id":"5400000000000","name":"\u041d\u043e\u0432\u043e\u0441\u0438\u0431\u0438\u0440\u0441\u043a\u0430\u044f","zip":630000,"type":"\u041e\u0431\u043b\u0430\u0441\u0442\u044c","typeShort":"\u043e\u0431\u043b","okato":"50000000000","contentType":"region"},{"id":"5400000100000","name":"\u041d\u043e\u0432\u043e\u0441\u0438\u0431\u0438\u0440\u0441\u043a","zip":630000,"type":"\u0413\u043e\u0440\u043e\u0434","typeShort":"\u0433","okato":"50401000000","contentType":"city"},{"id":"54000001000066600","name":"\u041a\u0440\u0430\u0441\u043d\u044b\u0439","zip":630007,"type":"\u041f\u0440\u043e\u0441\u043f\u0435\u043a\u0442","typeShort":"\u043f\u0440-\u043a\u0442","okato":null,"contentType":"street"}]},{"id":"5400000100006660039","name":"173\/1","zip":630049,"type":"\u0434\u043e\u043c","typeShort":"\u0434","okato":"50401372000","contentType":"building","parents":[{"id":"5400000000000","name":"\u041d\u043e\u0432\u043e\u0441\u0438\u0431\u0438\u0440\u0441\u043a\u0430\u044f","zip":630000,"type":"\u041e\u0431\u043b\u0430\u0441\u0442\u044c","typeShort":"\u043e\u0431\u043b","okato":"50000000000","contentType":"region"},{"id":"5400000100000","name":"\u041d\u043e\u0432\u043e\u0441\u0438\u0431\u0438\u0440\u0441\u043a","zip":630000,"type":"\u0413\u043e\u0440\u043e\u0434","typeShort":"\u0433","okato":"50401000000","contentType":"city"},{"id":"54000001000066600","name":"\u041a\u0440\u0430\u0441\u043d\u044b\u0439","zip":630007,"type":"\u041f\u0440\u043e\u0441\u043f\u0435\u043a\u0442","typeShort":"\u043f\u0440-\u043a\u0442","okato":null,"contentType":"street"}]},{"id":"5400000100006660039","name":"173\/3","zip":630049,"type":"\u0434\u043e\u043c","typeShort":"\u0434","okato":"50401372000","contentType":"building","parents":[{"id":"5400000000000","name":"\u041d\u043e\u0432\u043e\u0441\u0438\u0431\u0438\u0440\u0441\u043a\u0430\u044f","zip":630000,"type":"\u041e\u0431\u043b\u0430\u0441\u0442\u044c","typeShort":"\u043e\u0431\u043b","okato":"50000000000","contentType":"region"},{"id":"5400000100000","name":"\u041d\u043e\u0432\u043e\u0441\u0438\u0431\u0438\u0440\u0441\u043a","zip":630000,"type":"\u0413\u043e\u0440\u043e\u0434","typeShort":"\u0433","okato":"50401000000","contentType":"city"},{"id":"54000001000066600","name":"\u041a\u0440\u0430\u0441\u043d\u044b\u0439","zip":630007,"type":"\u041f\u0440\u043e\u0441\u043f\u0435\u043a\u0442","typeShort":"\u043f\u0440-\u043a\u0442","okato":null,"contentType":"street"}]},{"id":"5400000100006660039","name":"173\u0410","zip":630049,"type":"\u0434\u043e\u043c","typeShort":"\u0434","okato":"50401372000","contentType":"building","parents":[{"id":"5400000000000","name":"\u041d\u043e\u0432\u043e\u0441\u0438\u0431\u0438\u0440\u0441\u043a\u0430\u044f","zip":630000,"type":"\u041e\u0431\u043b\u0430\u0441\u0442\u044c","typeShort":"\u043e\u0431\u043b","okato":"50000000000","contentType":"region"},{"id":"5400000100000","name":"\u041d\u043e\u0432\u043e\u0441\u0438\u0431\u0438\u0440\u0441\u043a","zip":630000,"type":"\u0413\u043e\u0440\u043e\u0434","typeShort":"\u0433","okato":"50401000000","contentType":"city"},{"id":"54000001000066600","name":"\u041a\u0440\u0430\u0441\u043d\u044b\u0439","zip":630007,"type":"\u041f\u0440\u043e\u0441\u043f\u0435\u043a\u0442","typeShort":"\u043f\u0440-\u043a\u0442","okato":null,"contentType":"street"}]}]}
# а с дробью нет
curl -q 'http://kladr-api.ru/api.php?streetIilding&parentType=street&parentId=54000001000066600&withParent=false&limit=5&query=173/1'
{"searchContext":{"contentType":"building","streetId":"54000001000066600","query":"173\/1","withParent":"false","limit":5},"result":[]}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: