Skip to content

xantari/Ipdb.Database

Repository files navigation

Ipdb.Database Build status NuGet tag

Ipdb Database in .json format.

IPDB doesn't offer an open API so in order to allow for lookups / information querying in pinball related programs this was created to have more information then the current .csv files various programs have.

Also there is no indication as to when those databases were last updated. This project aims to solve that and provide a more robust file format for interaction with IPDB data.

This approach lessens the load on IPDB servers versus doing on the fly parsing of IPDB data from the website in real-time.

Database set to refresh monthly automatically.

Latest Database

IPDB Database (.json)

Loading the database (C#)

Grab the nuget package (Ipdb.Models).

var data = JsonConvert.DeserializeObject<IpdbDatabase>(File.ReadAllText(@"{pathToJson}\\ipdbdatabase.json"));

About

Ipdb Database for Offline Viewing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published