Results -9 to 0 of 1

Threaded View

  1. #1
    Player
    Mockingbird's Avatar
    Join Date
    Feb 2015
    Location
    Gridania
    Posts
    30
    Character
    Tequila Mockingbird
    World
    Zodiark
    Main Class
    Botanist Lv 80

    Any news about a web API?

    I'm a developer and I'd love to be able to hook in to some of the data stored on the Lodestone. There have been a couple of discussions about this, dating back to 2011:

    Currently if I wanted to make an application which allowed users to pull their in-game achievements, I'd have to:
    1. Look up their character's ID by parsing the entire search results page and matching it against their world.
    2. Parse the entire character page for the resulting character, pulling the achievements HTML.
    3. Parse that into a usable format for my application to read.

    This is highly inefficient and expensive for both my own application and the Lodestone server. It's also incredibly bad practice.

    Can we get a web API for this simple information?
    (1)
    Last edited by Mockingbird; 02-12-2015 at 11:34 PM.