Git Product home page Git Product logo

fias's Introduction

address

Indices


1. houses

retrieve house array

Endpoint:

Method: GET
Type: RAW
URL: {{url}}/list/houses

Query params:

Key Value Description
zip {{zip}}
street {{street}}

Responses:

Status: houses | Code: 200

{
    "hs": [
        {
            "bn": "",
            "cn": "",
            "div": "0",
            "hn": "5",
            "sn": ""
        },
        {
            "bn": "",
            "cn": "",
            "div": "0",
            "hn": "27",
            "sn": ""
        },
        {
            "bn": "",
            "cn": "",
            "div": "0",
            "hn": "16",
            "sn": ""
        },
        {
            "bn": "",
            "cn": "",
            "div": "0",
            "hn": "21",
            "sn": ""
        },
        {
            "bn": "",
            "cn": "",
            "div": "0",
            "hn": "2",
            "sn": ""
        },
        {
            "bn": "",
            "cn": "",
            "div": "0",
            "hn": "16/3",
            "sn": ""
        }
    ]
}

2. territory

retrieve streets array

Endpoint:

Method: GET
Type: RAW
URL: {{url}}/list/territory

Query params:

Key Value Description
zip {{zip}}

Responses:

Status: territory | Code: 200

{
    "city": "г.Новосибирск",
    "streets": [
        "проезд.Пожарского",
        "рзд.Иня 12 км",
        "ул.Артема",
        "ул.Белая",
        "ул.Героев Революции",
        "ул.Заречная",
        "ул.Зеркальная",
        "ул.Красный Факел",
        "ул.Марата",
        "ул.Молодогвардейская",
        "ул.Первомайская",
        "ул.Перова",
        "ул.Подольская",
        "ул.Пожарского",
        "ул.Поленова",
        "ул.Прохладная",
        "ул.Радиаторная",
        "ул.Серебристая",
        "ул.Столбовая",
        "ул.Чапаева",
        "ул.Электровозная",
        "ш.Бердское"
    ]
}

3. streets

retrieve streets array

Endpoint:

Method: GET
Type: RAW
URL: {{url}}/list/streets

Query params:

Key Value Description
reg {{reg}}
city {{city}}

Responses:

Status: streets | Code: 200

{
    "streets": [
        "ул.Загородная",
        "ул.Закавказская",
        "ул.Закарпатская",
        "ул.Залесского",
        "ул.Заобская",
        "ул.Заозерная",
        "ул.Западная",
        "ул.Зареченская",
        "ул.Заречная",
        "ул.Заслонова",
        "ул.Затонная",
        "ул.Звездная",
        "ул.Звенигородская",
        "ул.Здвинская",
        "ул.Зейская",
        "ул.Зеленая",
        "ул.Зеленая (п Озерный)",
        "ул.Зеленая Горка",
        "ул.Зеленодолинская",
        "ул.Зеленхозовская",
        "ул.Земнухова",
        "ул.Зенитная",
        "ул.Зеркальная",
        "ул.Зимняя",
        "ул.Златоустовская",
        "ул.Знаменская",
        "ул.Зои Космодемьянской",
        "ул.Золотодолинская",
        "ул.Золоторожская",
        "ул.Зональная",
        "ул.Зоологическая",
        "ул.Зорге",
        "ул.Зыряновская",
        "ул.Иванова",
        "ул.Ивлева",
        "ул.Игарская",
        ...
  
    
    ]
}

4. regions

retrieve regions array

Endpoint:

Method: GET
Type: RAW
URL: {{url}}/list/regions

Responses:

Status: regions | Code: 200

{
    "regions": [
        "01",
        "02",
        "03",
        "04",
        "05",
        "06",
        ...
    ]
}

5. cities

retrieve cities array

Endpoint:

Method: GET
Type: RAW
URL: {{url}}/list/cities

Query params:

Key Value Description
reg {{reg}}

Responses:

Status: cities | Code: 200

{
    "cities": [
        "г.Барабинск",
        "г.Бердск",
        "г.Болотное",
        "г.Искитим",
        "г.Карасук",
        "г.Каргат",
        "г.Куйбышев",
        "г.Купино",
        "г.Новосибирск",
        "г.Обь",
        "г.Татарск",
        "г.Тогучин",
        "г.Черепаново",
        "г.Чулым",
        "г.Чулым-3"
    ]
}

Back to top

fias's People

Contributors

springbach avatar

Stargazers

Yuriy A Taranov avatar

Watchers

James Cloos avatar  avatar

Forkers

rulweb enyakerch

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.