시뮬레이션결과 (제공)

국6 디지털트윈 시뮬레이션 목록과 결과를 제공합니다. 자율차 혼재 시 교통상황 분석 등에 활용할 수 있습니다.

1. 시뮬레이션 목록 조회 API (GetTrafficSimulationList)

요청 URL

https://service.mqnicrnd5.com/api/v1/simul/offer/gtsl

연계 주기

요청 시

프로토콜

HTTPS

HTTP 메서드

GET

데이터 포맷

참고사항

API를 요청할 때 다음 예와 같이 HTTP 요청 헤더에 접근 토큰(Access Token) 을 추가해야 합니다. 접근 토큰 앞에 "Bearer " 문자열을 추가해야 한다는 점에 주의하세요.

> GET /api/v1/simul/offer/gtsl?mixRatio=50&predictionYear=2024&predictionStartTime=9&predictionEndTime=18 HTTP/2
> Host: service.mqnicrnd5.com
> User-Agent: curl/7.64.1
> Accept: */*
> Authorization: Bearer <접근 토큰>

요청 예시

curl --location 'https://service.mqnicrnd5.com/api/v1/simul/offer/gtsl?mixRatio=50&predictionYear=2024&predictionStartTime=9&predictionEndTime=18'\
--header 'Authorization: Bearer <접근 토큰>'

응답 예시

{
    "SimulationList": [
        {
            "SimulationID": "SIM20250722001",
            "SimulationName": "자율차 혼재율 30% 시나리오",
            "SimulationInfo": {
                "MixRatio": 30,
                "PredictionYear": 2026,
                "PredictionStartTime": 1000,
                "PredictionEndTime": 3000,
                "SimulationArea": "127.0200, 37.5000, 127.0400, 37.5200"
            }
        }
    ]
}

2. 시뮬레이션 결과 조회 API (GetTrafficSimulationData)

요청 URL

https://service.mqnicrnd5.com/api/v1/simul/offer/gtsd

연계 주기

요청 시

프로토콜

HTTPS

HTTP 메서드

GET

데이터 포맷

참고사항

API를 요청할 때 다음 예와 같이 HTTP 요청 헤더에 접근 토큰(Access Token) 을 추가해야 합니다. 접근 토큰 앞에 "Bearer " 문자열을 추가해야 한다는 점에 주의하세요.

> GET /api/v1/simul/offer/gtsd?simulationID=SIM20250722001 HTTP/2
> Host: service.mqnicrnd5.com
> User-Agent: curl/7.64.1
> Accept: */*
> Authorization: Bearer <접근 토큰>

요청 예시

curl --location 'https://service.mqnicrnd5.com/api/v1/simul/offer/gtsd?simulationID=SIM20250722001' \
--header 'Authorization: Bearer <접근 토큰>'

응답 예시

11MB
Open

Last updated