KNVB Dataservice API

Hello everybody,

This is the first time i work with xibo or API’s.
And i can’t figure it out how it works?
I want to use the knvbdataservice api to connect with xibo.
This is for my footballclub so that the result automatically will appear on tv.

Sorry for my bad english

Greetings,
JP

JP wat wil je precies tonen? ik heb het ook werkend voor de voetbal. Echter gebruik ik.

http://home.wedstrijdprogramma.com/

Dit maakt ook gebruik van de KNVB api. Anders moet je zelf een web pagina maken en deze toevoegen als webpage.

It’s not possible to just plugin an API into the CMS. An API is just a set of scripts you can talk to and it will respond with what you requested.

See also: http://en.wikipedia.org/wiki/Application_programming_interface for what an API is.

GodZZila is right, use the existing URL he provides, or build (let someone build) a webpage for you on top of the KNVB API and include that in the CMS.

If you need help, just send me a message. (I can respond in Dutch if you like.)

Both the replies are correct - expanding on them, you have 3 options:

  1. Write a webpage that consumes the API and use that in Xibo
  2. Write a module for Xibo that consumes the API
  3. Write an API extension (beta) for Xibo that converts the data into a data set for consumption with Xibo’s standard modules

This is an example what is possible with wedstrijdprogramma.com

http://www.wedstrijdprogramma.com/standen2.php?referer=www.voetbalverenigingvevo.nl&teamid=159186&no_store=1&no_stats=1&print=3

if wou buy an account at wedstrijdprogramma you get discount at the knvb api.

KNVB DATASERVICE.
RGPO Wedstrijdprogramma heeft sinds het seizoen van 2013 / 2014 een officiële overeenkomst waarbij zowel bestaande als nieuwe klanten €100 korting ontvangen op alle producten van KNVB Dataservice.
KNVB Dataservice biedt 3 verschillende abonnementsvormen aan. Ga voor meer informatie naar KNVB Dataservice.

Hey,

We willen graag een lichtkrant in de kantine hebben met de realtime uitslagen enzo.
Nu heb ik gekeken naar betaalde opties maar deze zijn te duur voor onze club (200 leden).
Is het mogelijk om dit zelf te maken voor iemand die er niet al te veel verstand van heeft?

Alvast bedankt.
JP

How can i write a webpage with the api?

Greetings
JP

I have sent you a message. You can not just use the API from the KNVB. You will need a subscription with them.

I am sure this is obvious, but just in case anyone has any doubts when reading this topic - Xibo doesn’t have any affiliation with KNVB or Wedstrijd - or many other API providers (that is really the point of an API, linking two separate applications without them having to know about each other).

What Xibo does do is allow you to:

  • Create a Xibo module which consumes an API via PHP (modules are written in PHP)
  • Write a separate application using your language of choice that interfaces with an API and the Xibo API (beta)

:smiley: