Open Mecklenburg

Open Data Portal · Mecklenburg County GIS
Mecklenburg County believes in the power of open data and the ingenuity of its citizens. Welcome to Open Mecklenburg.

Browsing Posts in API

Description

Elected officials for a given district type and district.

Service Arguments

PARAMETER DESCRIPTION
district_type The type of district. Valid arguments are board_of_education,
charlotte_city_council, county_commissioners, national_congressional,
national_senate, state_house, state_senate. At-large are returned when
available, and items with no district, such as National Senate, will ignore
the district argument.
district The district to be returned.
format Format for the output. Value is either ‘xml’ for xml output or
‘json’ for JSON output.

Service Output

PARAMETER DESCRIPTION
district District.
representative Name and party of the representative.

Sample Output

Sample XML Output

	<rows total-rows="1">
	<row>
	<column name="district">40</column>
	<column name="representative">Malcolm Graham (D)</column>
	</row>
	</rows>

Sample JSON Output

	{"total_rows":"1","rows":[{"row":{"district":"40","representative":"Malcolm Graham (D)"}}]}
VN:F [1.9.14_1148]
Rating: 0.0/10 (0 votes cast)

Description

The CAMA Photo web service returns a URL to a house photo if one is available.

Service Arguments

PARAMETER DESCRIPTION
pid Eight character parcel ID. Example: 12312312.
pidtype Type of pid. Value is either ‘tax’ or ‘common’. ‘common’ refers
to a common pid, such as for a condo common area. In most cases
you’ll probably use ‘tax’.
format Format for the output. Value is either ‘xml’ for xml output or
‘json’ for JSON output.

Service Output

PARAMETER DESCRIPTION
house_photo URL to the house photo if available.

Sample Output

Sample XML Output

	<rows total-rows="1">
	<row>
	<column name="house_photo">

http://meckcama.co.mecklenburg.nc.us/mvideo/20000527/PR113423.JPG

	</column>
	</row>
	</rows>

Sample JSON Output

{"total_rows":"1","rows":[{"row":
	{"house_photo":
        "http://meckcama.co.mecklenburg.nc.us/mvideo/20000527/PR113423.JPG"}}]}
VN:D [1.9.14_1148]
Rating: 10.0/10 (2 votes cast)