CINXE.COM

- OpenData API

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title> - OpenData API</title> <link rel="stylesheet" href="/css/site.css" asp-append-version="true" /> <link rel="stylesheet" href="/themes/base/jquery-ui.css" asp-append-version="true" /> </head> <body> <div class="container"> <main role="main" class="pb-3"> <div id="body"> <section class="featured"> <div class="content-wrapper"> <hgroup class="title"> <h1>Welcome to the NPR OpenData Web API.</h1> </hgroup> </div> </section> <section class="content-wrapper main-content clear-fix"> <h3>This web site offers a Web API interface that implements the <i>Standards for Publishing Dynamic Parking Data</i> as described by the Werkgroep SPDP.</h3> <p> To get a list of known parking facilities and the location (URL's) of the associated static and dynamic data: <a href="/parkingdata/v2/" title="Parking facilities V2">Parking facilities V2</a>. </p> </section> </div> </main> </div> <footer class="border-top footer text-muted"> <div class="container"> &copy; 2024 - WebApplication4 - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a> </div> </footer> <script src="/lib/jquery/dist/jquery.min.js"></script> <script src="/lib/jquery/dist/jquery.min.js"></script> <script src="/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script> <script src="/js/site.js" asp-append-version="true"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10