Till senaste kommentaren
Detta inlägg är gammalt och kan innehålla inaktuell information.

API-anrop för SL restidsdata fungerar inte längre

hejsan!

sedan några år ( ca 2012 ) hämtar vi restidsdata för SL ungefär var sjätte månad ( och i början av februari fungerade det fortfarande bra ) men nu får vi inte något relevant svar via: https://api.sl.se/api2/TravelplannerV2/trip.json
våran key är: 482948921bcf4792921e06f9b9ba1c9b
det svar vi får är följande:
"Message" -> "This api is currently not available for keys with priority above 0"
"StatusCode" -> "1004"

mvh mange

Kommentarer

  • Hej,
    Det API ni anropar stängdes ner för drygt tre månader sedan och är ersatt av ett nytt API - SL Reseplanerare 3. Information om detta har förmedlats upprepade gånger via Trafiklabs kanaler och berörda projekts kontaktuppgifter sedan hösten 2017.

    Information om det nya API:et finns på sidan https://www.trafiklab.se/api/sl-reseplanerare-3
  • hej!
    tack för svar. undrar ifall eran kontakt hos oss är christina bogestam? hon gick i pension för ett år sedan. när jag uppdaterar request till att säga V3 istället får jag

    "StatusCode" -> "1005"
    "Message" -> "Invalid api for key"

    dvs från urlen https://api.sl.se/api2/TravelplannerV3/trip.json med samma parametrar som vid tidigare försök (om jag såg rätt i docs verkade parameternamn vara desamma? )

  • Hej Magnus,
    Du behöver ansöka om en ny nyckel för det nya reseplanerar-API:et.
  • Hello  
          I'm new in SL Travel Planner 3.1 API. I have made a project and got an API key, when I sent the request via this API call I always get this error {"Status Code": 1002, "Message": "Key is invalid"}. 
    I'm using the below url request I've got from the SL Travel 3.1 API documentation page  https://api.sl.se/api2/TravelplannerV3_1/journeydetail.json?key=<API_KEY> & id = 1 | 3598 | 0 | 74 | 13062017
     Kindly tell me what's the issue in my request?
  • Hi,

    Your request contains several spaces. Remove them, and your invalid key error is solved. Right now you're sending a space at the end of your key, which causes key validation to fail.

    Another issue is that you are using the API endpoint which gives an update for a planned journey from A to B. It takes the ID of a previously planned journey to give up to date data. You copied an old id from the documentation, which is from 2017 and can't be found any longer online.

    If you wand to plan a journey from A to B, or if you want to get journey ID, you need to use the routeplanner (trips) endpoint. Plan a trip from A to B using the trips endpoint:

    https://api.sl.se/api2/TravelplannerV3_1/trip.json?key=<YOUR_API_KEY>&originExtId=9001&destExtId=9192

    where 9001 and 9192 are site IDs for the origin and destination. You can find them in the SL platsuppslag API.

    In that response, you will find
     
    "JourneyDetailRef": {
    "ref": "1|7445|0|74|10052019"
     },


    This reference is the ID that you can use to refresh the journey, by making a request with the following format:

    https://api.sl.se/api2/TravelplannerV3_1/journeydetail.json?key=<YOUR_API_KEY>&id=1|52632|0|74|10052019

    If you have further questions, you can search this forum (for example using the API name as search key) or create a new topic. Right now you commented on someone elses topic, which can get a bit confusing for us to follow.

    Greets,
    Bert
    Team Trafiklab
  • Hi ,
    I'm currently student of ITHS school, now I'm creating new API project for Software automation Testing through Postman, I would like to create the SL lines and stops API request by Site ID,request was created successfully but no data available,kindly help me please where I was made mistake . kindly find the below mentioned attachment.

  • Hi ,
    I'm currently student of ITHS school, now I'm creating new API project for Software automation Testing through Postman, I would like to creation and Updation of the SL Travel Planner API request by Site name,getting internal error and also Journey details is not getting,kindly help me please ,kindly find the below mentioned attachments.

    Thanks and regards

Kommentera eller skriv ett nytt inlägg

Ditt namn och inlägg kan ses av alla. Din e-post visas aldrig publikt.