Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author berkux

    (@berkux)

    Hi,

    this can be done by the PRo-version only ():the JSON is such that the free can’t handle it):
    see
    https://api.json-content-importer.com/api-api-opendota-com/

    Bernhard

    Thread Starter polarbjorn

    (@polarbjorn)

    Hello again, I upgraded to the pro version some time ago, and I’m back trying out this.
    Trying to get matches working. So here is my code, what am I doing wrong?

    [jsoncontentimporterpro url= https://api.opendota.com/api/proMatches parser=twig]
    {% for match in _context %}{{match_id}} {{duration}} {{start_time}} {{radiant_team_id}} {{radiant_name}} {{dire_team_id}} {{dire_name}} {{leagueid}} {{league_name}} {{series_id}} {{series_type}} {{radiant_win}}
    {% endfor %}
    [/jsoncontentimporterpro]
    • This reply was modified 7 years, 5 months ago by polarbjorn.
    Thread Starter polarbjorn

    (@polarbjorn)

    Any quick fix for this?

    Plugin Author berkux

    (@berkux)

    see other post: add “match.”

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem understanding how to read correct’ is closed to new replies.