My Smart City REST API

Authenticated REST surface consumed by the My Smart City citizen web app at app.mysmart.city. The web client's own JavaScript bundle names the base path /api/msc/rest/smartcitymanager/, and the same origin proxies through to the Forcelink application (an unmapped path under /api/msc returns the Forcelink Tomcat error page), confirming My Smart City runs on the Forcelink back end. Anonymous requests to the REST tree return HTTP 401; there is no public reference or spec.

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/my-smart-city-rest-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: My Smart City REST API
description: Authenticated REST surface consumed by the My Smart City citizen web app at app.mysmart.city.
  The web client's own JavaScript bundle names the base path /api/msc/rest/smartcitymanager/, and the
  same origin proxies through to the Forcelink application (an unmapped path under /api/msc returns the
  Forcelink Tomcat error page), confirming My Smart City runs on the Forcelink back end. Anonymous requests
  to the REST tree return HTTP 401; there is no public reference or spec.
humanURL: https://www.mysmart.city/
baseURL: https://app.mysmart.city/api/msc/rest
tags:
- Smart Cities
- Local Government
- Mobile
tags_raw:
- smart-cities
- local-government
- mobile
x-access: gated
x-access-evidence:
- url: https://app.mysmart.city/api/msc/rest/
  status: 401
  note: '{"error":"No authentication method supplied"}'
- url: https://app.mysmart.city/api/msc/v2/api-docs
  status: 404
  note: Returns the Forcelink application 404 page, evidencing the shared back end.
properties:
- type: Login
  url: https://app.mysmart.city/