{
	"dataset": "US state statutory source machine-readability audit",
	"measured_quantity": "whether an identified, non-JavaScript HTTP client can retrieve the text of one specific citable statutory section from a US jurisdiction's official online source on a single request",
	"retrieved_at": "2026-08-15T22:00:43-04:00",
	"method": {
		"userAgent": "LawyerLandAuthorityBot/1.0 (+https://www.lawyerland.com/company/press/)",
		"timeoutMs": 25000,
		"delayBetweenRequestsMs": 5000,
		"minTextChars": 400,
		"stages": [
			"section URL",
			"scheme+host origin derived from the section URL",
			"robots.txt on that host"
		],
		"pdfPolicy": "PDF responses are recorded as pdf_only and never parsed; a guessed parse that is then pattern-matched can produce a false positive, which is worse here than an honest gap",
		"requestsPerUrl": 1,
		"blockPolicy": "a 403/429 is recorded and never circumvented"
	},
	"controls": {
		"positive": {
			"url": "https://uscode.house.gov/view.xhtml?req=granuleid:USC-prelim-title28-section1332&num=0&edition=prelim",
			"outcome": "machine_readable",
			"httpStatus": 200,
			"textChars": 25796
		},
		"negative": {
			"url": "https://uscode.house.gov/ll-offsite-agent-control-path-that-cannot-exist",
			"outcome": "not_found",
			"httpStatus": 404
		},
		"bothPassed": true
	},
	"counts": {
		"jurisdictionsAttempted": 51,
		"officialSources": 47,
		"nonOfficialExcludedFromTotals": 4,
		"machineReadable": 25,
		"notMachineReadable": 22,
		"failedSectionButOriginReturned200": 15,
		"byOutcome": {
			"section_text_absent": 5,
			"machine_readable": 25,
			"not_fetched_robots_disallow": 1,
			"pdf_only": 5,
			"connection_failed": 5,
			"not_found": 2,
			"js_shell": 3,
			"blocked_by_server": 1
		},
		"byRobotsTxt": {
			"no_wildcard_group": 6,
			"allowed": 26,
			"disallow_all": 1,
			"no_robots_txt": 14
		}
	},
	"limitations": [
		"The section URL for each jurisdiction was selected by the auditor. A different URL may succeed where the audited one failed; the origin stage is included precisely so a failure can be separated from an unreachable host, but it cannot rule out a better URL existing.",
		"This measures single-request retrieval by a non-JavaScript client. It is not a measure of whether the law is publicly available, whether a human using a browser can find it, or the quality of any state website. A human with a browser can reach all 51.",
		"PDF-only sources are not parsed and are counted as not machine-readable for this purpose. The text is public and readable by a person; it is the automated single-request retrieval that fails.",
		"robots.txt is recorded as an observation and honoured. A disallow is a publisher's legitimate choice and is not scored as a defect.",
		"Four jurisdictions (AR, GA, MS, NJ) had no official source URL available to the auditor and are recorded against a third-party source. They are excluded from every total.",
		"A single reading on a single date. Sites change, and a host that timed out may be healthy an hour later."
	],
	"rows": [
		{
			"stateCode": "AL",
			"state": "Alabama",
			"statuteSection": "Ala. Code § 6-2-38",
			"sourceClass": "official_primary",
			"sectionUrl": "https://alison.legislature.state.al.us/code-of-alabama",
			"host": "alison.legislature.state.al.us",
			"section": {
				"outcome": "section_text_absent",
				"detail": "HTTP 200 with 1894 chars of text, but \"6-2-38\" is absent",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 59401,
				"textChars": 1894,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://alison.legislature.state.al.us/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 68005,
				"textChars": 2091
			},
			"robotsTxt": "no_wildcard_group",
			"retrievedAt": "2026-08-15T21:47:32-04:00"
		},
		{
			"stateCode": "AK",
			"state": "Alaska",
			"statuteSection": "Alaska Stat. § 09.10.070",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.akleg.gov/basis/statutes.asp",
			"host": "www.akleg.gov",
			"section": {
				"outcome": "section_text_absent",
				"detail": "HTTP 200 with 2003 chars of text, but \"09.10.070\" is absent",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 15283,
				"textChars": 2003,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.akleg.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 73743,
				"textChars": 4898
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:47:49-04:00"
		},
		{
			"stateCode": "AZ",
			"state": "Arizona",
			"statuteSection": "A.R.S. § 12-542",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.azleg.gov/ars/12/00542.htm",
			"host": "www.azleg.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"12-542\" present in 1156 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 1527,
				"textChars": 1156,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.azleg.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 102939,
				"textChars": 11457
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:48:06-04:00"
		},
		{
			"stateCode": "AR",
			"state": "Arkansas",
			"statuteSection": "Ark. Code § 16-56-105",
			"sourceClass": "third_party_NOT_OFFICIAL",
			"sectionUrl": "https://law.justia.com/codes/arkansas/title-16/subtitle-5/chapter-56/subchapter-1/section-16-56-105/",
			"host": "law.justia.com",
			"section": {
				"outcome": "blocked_by_server",
				"detail": "HTTP 403",
				"httpStatus": 403,
				"contentType": "text/html",
				"bytes": 5891,
				"textChars": 58,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://law.justia.com/",
				"outcome": "blocked_by_server",
				"httpStatus": 403,
				"bytes": 5575,
				"textChars": 58
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:48:22-04:00"
		},
		{
			"stateCode": "CA",
			"state": "California",
			"statuteSection": "Cal. Civ. Proc. Code § 335.1",
			"sourceClass": "official_primary",
			"sectionUrl": "https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=CCP&sectionNum=335.1",
			"host": "leginfo.legislature.ca.gov",
			"section": {
				"outcome": "not_fetched_robots_disallow",
				"detail": "robots.txt on leginfo.legislature.ca.gov returns disallow_all for /faces/codes_displaySection.xhtml; not requested",
				"httpStatus": null,
				"contentType": "",
				"bytes": 0,
				"textChars": 0,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://leginfo.legislature.ca.gov/",
				"outcome": "not_fetched_robots_disallow",
				"httpStatus": null,
				"bytes": 0,
				"textChars": 0
			},
			"robotsTxt": "disallow_all",
			"retrievedAt": "2026-08-15T21:48:32-04:00"
		},
		{
			"stateCode": "CO",
			"state": "Colorado",
			"statuteSection": "C.R.S. § 13-80-102",
			"sourceClass": "official_primary",
			"sectionUrl": "https://leg.colorado.gov/sites/default/files/images/olls/crs2023-title-13.pdf",
			"host": "leg.colorado.gov",
			"section": {
				"outcome": "pdf_only",
				"detail": "response is a PDF; not parsed by design",
				"httpStatus": 200,
				"contentType": "application/pdf",
				"bytes": 5440596,
				"textChars": 0,
				"redirectedTo": "https://content.leg.colorado.gov/sites/default/files/images/olls/crs2023-title-13.pdf"
			},
			"origin": {
				"url": "https://leg.colorado.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 55434,
				"textChars": 3926
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:48:50-04:00"
		},
		{
			"stateCode": "CT",
			"state": "Connecticut",
			"statuteSection": "Conn. Gen. Stat. § 52-584",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.cga.ct.gov/current/pub/chap_926.htm",
			"host": "www.cga.ct.gov",
			"section": {
				"outcome": "connection_failed",
				"detail": "fetch failed",
				"httpStatus": 0,
				"contentType": "",
				"bytes": 0,
				"textChars": 0,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.cga.ct.gov/",
				"outcome": "connection_failed",
				"httpStatus": 0,
				"bytes": 0,
				"textChars": 0
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:49:06-04:00"
		},
		{
			"stateCode": "DE",
			"state": "Delaware",
			"statuteSection": "10 Del. C. § 8119",
			"sourceClass": "official_primary",
			"sectionUrl": "https://delcode.delaware.gov/title10/c081/index.html",
			"host": "delcode.delaware.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"8119\" present in 52185 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 84678,
				"textChars": 52185,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://delcode.delaware.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 20943,
				"textChars": 3018
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:49:21-04:00"
		},
		{
			"stateCode": "DC",
			"state": "District of Columbia",
			"statuteSection": "D.C. Code § 12-301",
			"sourceClass": "official_primary",
			"sectionUrl": "https://code.dccouncil.gov/us/dc/council/code/sections/12-301",
			"host": "code.dccouncil.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"12-301\" present in 5009 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 20844,
				"textChars": 5009,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://code.dccouncil.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 8690,
				"textChars": 474
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:49:37-04:00"
		},
		{
			"stateCode": "FL",
			"state": "Florida",
			"statuteSection": "Fla. Stat. § 95.11",
			"sourceClass": "official_primary",
			"sectionUrl": "http://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0095/Sections/0095.11.html",
			"host": "www.leg.state.fl.us",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"95.11\" present in 16321 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 41008,
				"textChars": 16321,
				"redirectedTo": "https://www.leg.state.fl.us/statutes/index.cfm?App_mode=Display_Statute&URL=0000-0099/0095/Sections/0095.11.html"
			},
			"origin": {
				"url": "http://www.leg.state.fl.us/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 15631,
				"textChars": 1320
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:49:53-04:00"
		},
		{
			"stateCode": "GA",
			"state": "Georgia",
			"statuteSection": "O.C.G.A. § 9-3-33",
			"sourceClass": "third_party_NOT_OFFICIAL",
			"sectionUrl": "https://law.justia.com/codes/georgia/title-9/chapter-3/article-2/section-9-3-33/",
			"host": "law.justia.com",
			"section": {
				"outcome": "blocked_by_server",
				"detail": "HTTP 403",
				"httpStatus": 403,
				"contentType": "text/html",
				"bytes": 5832,
				"textChars": 58,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://law.justia.com/",
				"outcome": "blocked_by_server",
				"httpStatus": 403,
				"bytes": 5597,
				"textChars": 58
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:50:04-04:00"
		},
		{
			"stateCode": "HI",
			"state": "Hawaii",
			"statuteSection": "Haw. Rev. Stat. § 657-7",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.capitol.hawaii.gov/hrscurrent/Vol13_Ch0601-0676/HRS0657/HRS_0657-0007.htm",
			"host": "www.capitol.hawaii.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"657-7\" present in 17423 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 21304,
				"textChars": 17423,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.capitol.hawaii.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 109827,
				"textChars": 14041
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:50:19-04:00"
		},
		{
			"stateCode": "ID",
			"state": "Idaho",
			"statuteSection": "Idaho Code § 5-219",
			"sourceClass": "official_primary",
			"sectionUrl": "https://legislature.idaho.gov/statutesrules/idstat/Title5/T5CH2/SECT5-219/",
			"host": "legislature.idaho.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"5-219\" present in 7003 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 95269,
				"textChars": 7003,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://legislature.idaho.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 189744,
				"textChars": 14590
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:50:37-04:00"
		},
		{
			"stateCode": "IL",
			"state": "Illinois",
			"statuteSection": "735 ILCS 5/13-202",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.ilga.gov/legislation/ilcs/fulltext.asp?DocName=073500050K13-202",
			"host": "www.ilga.gov",
			"section": {
				"outcome": "not_found",
				"detail": "HTTP 404",
				"httpStatus": 404,
				"contentType": "text/html",
				"bytes": 53715,
				"textChars": 3410,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.ilga.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 63479,
				"textChars": 3953
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:50:53-04:00"
		},
		{
			"stateCode": "IN",
			"state": "Indiana",
			"statuteSection": "Ind. Code § 34-11-2-4",
			"sourceClass": "official_primary",
			"sectionUrl": "https://iga.in.gov/laws/2023/ic/titles/34",
			"host": "iga.in.gov",
			"section": {
				"outcome": "js_shell",
				"detail": "HTTP 200 but only 71 chars of text after markup strip",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 691,
				"textChars": 71,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://iga.in.gov/",
				"outcome": "js_shell",
				"httpStatus": 200,
				"bytes": 691,
				"textChars": 71
			},
			"robotsTxt": "no_wildcard_group",
			"retrievedAt": "2026-08-15T21:51:08-04:00"
		},
		{
			"stateCode": "IA",
			"state": "Iowa",
			"statuteSection": "Iowa Code § 614.1",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.legis.iowa.gov/docs/code/614.1.pdf",
			"host": "www.legis.iowa.gov",
			"section": {
				"outcome": "pdf_only",
				"detail": "response is a PDF; not parsed by design",
				"httpStatus": 200,
				"contentType": "application/pdf",
				"bytes": 53318,
				"textChars": 0,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.legis.iowa.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 18063,
				"textChars": 1874
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:51:24-04:00"
		},
		{
			"stateCode": "KS",
			"state": "Kansas",
			"statuteSection": "K.S.A. § 60-513",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.ksrevisor.gov/statutes/chapters/ch60/060_005_0013.html",
			"host": "www.ksrevisor.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"60-513\" present in 100837 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 132836,
				"textChars": 100837,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.ksrevisor.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 11273,
				"textChars": 1430
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:51:41-04:00"
		},
		{
			"stateCode": "KY",
			"state": "Kentucky",
			"statuteSection": "KRS § 413.140",
			"sourceClass": "official_primary",
			"sectionUrl": "https://apps.legislature.ky.gov/law/statutes/statute.aspx?id=51298",
			"host": "apps.legislature.ky.gov",
			"section": {
				"outcome": "js_shell",
				"detail": "HTTP 200 but only 352 chars of text after markup strip",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 1660,
				"textChars": 352,
				"redirectedTo": "https://apps.legislature.ky.gov/law/statutes/InvalidStatute.aspx?statute=15.753&statuteRsn=54544"
			},
			"origin": {
				"url": "https://apps.legislature.ky.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 63621,
				"textChars": 3500
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:51:57-04:00"
		},
		{
			"stateCode": "LA",
			"state": "Louisiana",
			"statuteSection": "La. Civ. Code art. 3492 (now 3493.1)",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.legis.la.gov/legis/Law.aspx?d=1354644",
			"host": "www.legis.la.gov",
			"section": {
				"outcome": "section_text_absent",
				"detail": "HTTP 200 with 625 chars of text, but \"3493\" is absent",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 19233,
				"textChars": 625,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.legis.la.gov/",
				"outcome": "js_shell",
				"httpStatus": 200,
				"bytes": 492,
				"textChars": 102
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:52:13-04:00"
		},
		{
			"stateCode": "ME",
			"state": "Maine",
			"statuteSection": "14 M.R.S. § 752",
			"sourceClass": "official_primary",
			"sectionUrl": "https://legislature.maine.gov/statutes/14/title14sec752.html",
			"host": "legislature.maine.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"752\" present in 1248 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 9409,
				"textChars": 1248,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://legislature.maine.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 38855,
				"textChars": 5653
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:52:29-04:00"
		},
		{
			"stateCode": "MD",
			"state": "Maryland",
			"statuteSection": "Md. Cts. & Jud. Proc. § 5-101",
			"sourceClass": "official_primary",
			"sectionUrl": "https://mgaleg.maryland.gov/mgawebsite/Laws/StatuteText?article=gcj&section=5-101",
			"host": "mgaleg.maryland.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"5-101\" present in 3367 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 61333,
				"textChars": 3367,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://mgaleg.maryland.gov/",
				"outcome": "js_shell",
				"httpStatus": 200,
				"bytes": 99,
				"textChars": 0
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:52:44-04:00"
		},
		{
			"stateCode": "MA",
			"state": "Massachusetts",
			"statuteSection": "Mass. Gen. Laws ch. 260, § 2A",
			"sourceClass": "official_primary",
			"sectionUrl": "https://malegislature.gov/Laws/GeneralLaws/PartIII/TitleV/Chapter260/Section2A",
			"host": "malegislature.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"2A\" present in 4908 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 73612,
				"textChars": 4908,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://malegislature.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 106051,
				"textChars": 8073
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:53:00-04:00"
		},
		{
			"stateCode": "MI",
			"state": "Michigan",
			"statuteSection": "MCL § 600.5805",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.legislature.mi.gov/Laws/MCL?objectName=MCL-600-5805",
			"host": "www.legislature.mi.gov",
			"section": {
				"outcome": "connection_failed",
				"detail": "fetch failed",
				"httpStatus": 0,
				"contentType": "",
				"bytes": 0,
				"textChars": 0,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.legislature.mi.gov/",
				"outcome": "connection_failed",
				"httpStatus": 0,
				"bytes": 0,
				"textChars": 0
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:53:15-04:00"
		},
		{
			"stateCode": "MN",
			"state": "Minnesota",
			"statuteSection": "Minn. Stat. § 541.07",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.revisor.mn.gov/statutes/cite/541.07",
			"host": "www.revisor.mn.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"541.07\" present in 8073 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 66166,
				"textChars": 8073,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.revisor.mn.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 77767,
				"textChars": 6592
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:53:31-04:00"
		},
		{
			"stateCode": "MS",
			"state": "Mississippi",
			"statuteSection": "Miss. Code § 15-1-49",
			"sourceClass": "third_party_NOT_OFFICIAL",
			"sectionUrl": "https://law.justia.com/codes/mississippi/title-15/chapter-1/section-15-1-49/",
			"host": "law.justia.com",
			"section": {
				"outcome": "blocked_by_server",
				"detail": "HTTP 403",
				"httpStatus": 403,
				"contentType": "text/html",
				"bytes": 5798,
				"textChars": 58,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://law.justia.com/",
				"outcome": "blocked_by_server",
				"httpStatus": 403,
				"bytes": 5597,
				"textChars": 58
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:53:41-04:00"
		},
		{
			"stateCode": "MO",
			"state": "Missouri",
			"statuteSection": "Mo. Rev. Stat. § 516.120",
			"sourceClass": "official_primary",
			"sectionUrl": "https://revisor.mo.gov/main/OneSection.aspx?section=516.120",
			"host": "revisor.mo.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"516.120\" present in 6461 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 33803,
				"textChars": 6461,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://revisor.mo.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 311364,
				"textChars": 39679
			},
			"robotsTxt": "no_wildcard_group",
			"retrievedAt": "2026-08-15T21:53:58-04:00"
		},
		{
			"stateCode": "MT",
			"state": "Montana",
			"statuteSection": "Mont. Code § 27-2-204",
			"sourceClass": "official_primary",
			"sectionUrl": "https://archive.legmt.gov/bills/mca/title_0270/chapter_0020/part_0020/section_0040/0270-0020-0020-0040.html",
			"host": "archive.legmt.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"27-2-204\" present in 2888 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 13088,
				"textChars": 2888,
				"redirectedTo": "https://mca.legmt.gov/bills/mca/title_0270/chapter_0020/part_0020/section_0040/0270-0020-0020-0040.html"
			},
			"origin": {
				"url": "https://archive.legmt.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 1994403,
				"textChars": 6842
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:54:26-04:00"
		},
		{
			"stateCode": "NE",
			"state": "Nebraska",
			"statuteSection": "Neb. Rev. Stat. § 25-207",
			"sourceClass": "official_primary",
			"sectionUrl": "https://nebraskalegislature.gov/laws/statutes.php?statute=25-207",
			"host": "nebraskalegislature.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"25-207\" present in 26152 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 50796,
				"textChars": 26152,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://nebraskalegislature.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 53255,
				"textChars": 5216
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:54:43-04:00"
		},
		{
			"stateCode": "NV",
			"state": "Nevada",
			"statuteSection": "NRS § 11.190",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.leg.state.nv.us/nrs/NRS-011.html",
			"host": "www.leg.state.nv.us",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"11.190\" present in 52813 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 100140,
				"textChars": 52813,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.leg.state.nv.us/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 59668,
				"textChars": 6157
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:54:58-04:00"
		},
		{
			"stateCode": "NH",
			"state": "New Hampshire",
			"statuteSection": "N.H. Rev. Stat. § 508:4",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.gencourt.state.nh.us/rsa/html/LII/508/508-4.htm",
			"host": "www.gencourt.state.nh.us",
			"section": {
				"outcome": "connection_failed",
				"detail": "fetch failed",
				"httpStatus": 0,
				"contentType": "",
				"bytes": 0,
				"textChars": 0,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.gencourt.state.nh.us/",
				"outcome": "connection_failed",
				"httpStatus": 0,
				"bytes": 0,
				"textChars": 0
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:55:13-04:00"
		},
		{
			"stateCode": "NJ",
			"state": "New Jersey",
			"statuteSection": "N.J.S.A. § 2A:14-2",
			"sourceClass": "third_party_NOT_OFFICIAL",
			"sectionUrl": "https://law.justia.com/codes/new-jersey/title-2a/section-2a-14-2/",
			"host": "law.justia.com",
			"section": {
				"outcome": "blocked_by_server",
				"detail": "HTTP 403",
				"httpStatus": 403,
				"contentType": "text/html",
				"bytes": 5766,
				"textChars": 58,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://law.justia.com/",
				"outcome": "blocked_by_server",
				"httpStatus": 403,
				"bytes": 5597,
				"textChars": 58
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:55:24-04:00"
		},
		{
			"stateCode": "NM",
			"state": "New Mexico",
			"statuteSection": "N.M. Stat. § 37-1-8",
			"sourceClass": "official_primary",
			"sectionUrl": "https://nmonesource.com/nmos/nmsa/en/item/4353/index.do",
			"host": "nmonesource.com",
			"section": {
				"outcome": "not_found",
				"detail": "HTTP 404",
				"httpStatus": 404,
				"contentType": "text/html",
				"bytes": 2223,
				"textChars": 407,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://nmonesource.com/",
				"outcome": "js_shell",
				"httpStatus": 200,
				"bytes": 11990,
				"textChars": 128
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:55:40-04:00"
		},
		{
			"stateCode": "NY",
			"state": "New York",
			"statuteSection": "N.Y. C.P.L.R. § 214",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.nysenate.gov/legislation/laws/CVP/214",
			"host": "www.nysenate.gov",
			"section": {
				"outcome": "blocked_by_server",
				"detail": "HTTP 403",
				"httpStatus": 403,
				"contentType": "text/html",
				"bytes": 5714,
				"textChars": 58,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.nysenate.gov/",
				"outcome": "blocked_by_server",
				"httpStatus": 403,
				"bytes": 5620,
				"textChars": 58
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:55:55-04:00"
		},
		{
			"stateCode": "NC",
			"state": "North Carolina",
			"statuteSection": "N.C. Gen. Stat. § 1-52",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.ncleg.gov/EnactedLegislation/Statutes/HTML/BySection/Chapter_1/GS_1-52.html",
			"host": "www.ncleg.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"1-52\" present in 5445 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 7745,
				"textChars": 5445,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.ncleg.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 72764,
				"textChars": 4344
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:56:11-04:00"
		},
		{
			"stateCode": "ND",
			"state": "North Dakota",
			"statuteSection": "N.D. Cent. Code § 28-01-16",
			"sourceClass": "official_primary",
			"sectionUrl": "https://ndlegis.gov/cencode/t28c01.pdf",
			"host": "ndlegis.gov",
			"section": {
				"outcome": "pdf_only",
				"detail": "response is a PDF; not parsed by design",
				"httpStatus": 200,
				"contentType": "application/pdf",
				"bytes": 127634,
				"textChars": 0,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://ndlegis.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 86646,
				"textChars": 7835
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:56:27-04:00"
		},
		{
			"stateCode": "OH",
			"state": "Ohio",
			"statuteSection": "Ohio Rev. Code § 2305.10",
			"sourceClass": "official_primary",
			"sectionUrl": "https://codes.ohio.gov/ohio-revised-code/section-2305.10",
			"host": "codes.ohio.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"2305.10\" present in 8893 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 23176,
				"textChars": 8893,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://codes.ohio.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 14478,
				"textChars": 910
			},
			"robotsTxt": "no_wildcard_group",
			"retrievedAt": "2026-08-15T21:56:43-04:00"
		},
		{
			"stateCode": "OK",
			"state": "Oklahoma",
			"statuteSection": "12 Okla. Stat. § 95",
			"sourceClass": "official_primary",
			"sectionUrl": "https://oksenate.gov/sites/default/files/2019-12/os12.pdf",
			"host": "oksenate.gov",
			"section": {
				"outcome": "pdf_only",
				"detail": "response is a PDF; not parsed by design",
				"httpStatus": 200,
				"contentType": "application/pdf",
				"bytes": 2542801,
				"textChars": 0,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://oksenate.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 237805,
				"textChars": 2798
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:56:59-04:00"
		},
		{
			"stateCode": "OR",
			"state": "Oregon",
			"statuteSection": "Or. Rev. Stat. § 12.110",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.oregonlegislature.gov/bills_laws/ors/ors012.html",
			"host": "www.oregonlegislature.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"12.110\" present in 50278 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 123839,
				"textChars": 50278,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.oregonlegislature.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 210370,
				"textChars": 7637
			},
			"robotsTxt": "no_wildcard_group",
			"retrievedAt": "2026-08-15T21:57:16-04:00"
		},
		{
			"stateCode": "PA",
			"state": "Pennsylvania",
			"statuteSection": "42 Pa. C.S. § 5524",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.legis.state.pa.us/cfdocs/legis/LI/consCheck.cfm?txtType=HTM&ttl=42&div=0&chpt=55&sctn=24&subsctn=0",
			"host": "www.legis.state.pa.us",
			"section": {
				"outcome": "section_text_absent",
				"detail": "HTTP 200 with 1155 chars of text, but \"5524\" is absent",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 21866,
				"textChars": 1155,
				"redirectedTo": "https://www.palegis.us/statutes/consolidated/view-statute?txtType=HTM&ttl=42&div=0&chapter=55&section=24&subsctn=0"
			},
			"origin": {
				"url": "https://www.legis.state.pa.us/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 66439,
				"textChars": 5320
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:57:32-04:00"
		},
		{
			"stateCode": "RI",
			"state": "Rhode Island",
			"statuteSection": "R.I. Gen. Laws § 9-1-14",
			"sourceClass": "official_primary",
			"sectionUrl": "https://webserver.rilegislature.gov/Statutes/TITLE9/9-1/9-1-14.htm",
			"host": "webserver.rilegislature.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"9-1-14\" present in 1557 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 5491,
				"textChars": 1557,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://webserver.rilegislature.gov/",
				"outcome": "not_found",
				"httpStatus": 404,
				"bytes": 0,
				"textChars": 0
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:57:47-04:00"
		},
		{
			"stateCode": "SC",
			"state": "South Carolina",
			"statuteSection": "S.C. Code § 15-3-530",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.scstatehouse.gov/code/t15c003.php",
			"host": "www.scstatehouse.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"15-3-530\" present in 45118 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 71397,
				"textChars": 45118,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.scstatehouse.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 55913,
				"textChars": 9670
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:58:03-04:00"
		},
		{
			"stateCode": "SD",
			"state": "South Dakota",
			"statuteSection": "S.D. Codified Laws § 15-2-14",
			"sourceClass": "official_primary",
			"sectionUrl": "https://sdlegislature.gov/Statutes/15-2-14",
			"host": "sdlegislature.gov",
			"section": {
				"outcome": "js_shell",
				"detail": "HTTP 200 but only 286 chars of text after markup strip",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 5982,
				"textChars": 286,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://sdlegislature.gov/",
				"outcome": "js_shell",
				"httpStatus": 200,
				"bytes": 5982,
				"textChars": 286
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:58:19-04:00"
		},
		{
			"stateCode": "TN",
			"state": "Tennessee",
			"statuteSection": "Tenn. Code § 28-3-104",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.tn.gov/content/dam/tn/tccy/documents/tccy-tca-title-28.pdf",
			"host": "www.tn.gov",
			"section": {
				"outcome": "connection_failed",
				"detail": "fetch failed",
				"httpStatus": 0,
				"contentType": "",
				"bytes": 0,
				"textChars": 0,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.tn.gov/",
				"outcome": "connection_failed",
				"httpStatus": 0,
				"bytes": 0,
				"textChars": 0
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:58:34-04:00"
		},
		{
			"stateCode": "TX",
			"state": "Texas",
			"statuteSection": "Tex. Civ. Prac. & Rem. Code § 16.003",
			"sourceClass": "official_primary",
			"sectionUrl": "https://statutes.capitol.texas.gov/Docs/CP/htm/CP.16.htm",
			"host": "statutes.capitol.texas.gov",
			"section": {
				"outcome": "section_text_absent",
				"detail": "HTTP 200 with 1354 chars of text, but \"16.003\" is absent",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 250874,
				"textChars": 1354,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://statutes.capitol.texas.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 250874,
				"textChars": 1354
			},
			"robotsTxt": "no_wildcard_group",
			"retrievedAt": "2026-08-15T21:58:50-04:00"
		},
		{
			"stateCode": "UT",
			"state": "Utah",
			"statuteSection": "Utah Code § 78B-2-307",
			"sourceClass": "official_primary",
			"sectionUrl": "https://le.utah.gov/xcode/Title78B/Chapter2/78B-2-S307.html",
			"host": "le.utah.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"78B-2-307\" present in 2514 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 26654,
				"textChars": 2514,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://le.utah.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 58648,
				"textChars": 9185
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T21:59:06-04:00"
		},
		{
			"stateCode": "VT",
			"state": "Vermont",
			"statuteSection": "12 V.S.A. § 512",
			"sourceClass": "official_primary",
			"sectionUrl": "https://legislature.vermont.gov/statutes/section/12/023/00512",
			"host": "legislature.vermont.gov",
			"section": {
				"outcome": "connection_failed",
				"detail": "fetch failed",
				"httpStatus": 0,
				"contentType": "",
				"bytes": 0,
				"textChars": 0,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://legislature.vermont.gov/",
				"outcome": "connection_failed",
				"httpStatus": 0,
				"bytes": 0,
				"textChars": 0
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:59:22-04:00"
		},
		{
			"stateCode": "VA",
			"state": "Virginia",
			"statuteSection": "Va. Code § 8.01-243",
			"sourceClass": "official_primary",
			"sectionUrl": "https://law.lis.virginia.gov/vacode/title8.01/chapter4/section8.01-243/",
			"host": "law.lis.virginia.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"8.01-243\" present in 6605 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 34846,
				"textChars": 6605,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://law.lis.virginia.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 17130,
				"textChars": 3011
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:59:38-04:00"
		},
		{
			"stateCode": "WA",
			"state": "Washington",
			"statuteSection": "RCW § 4.16.080",
			"sourceClass": "official_primary",
			"sectionUrl": "https://app.leg.wa.gov/RCW/default.aspx?cite=4.16.080",
			"host": "app.leg.wa.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"4.16.080\" present in 5474 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 110922,
				"textChars": 5474,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://app.leg.wa.gov/",
				"outcome": "blocked_by_server",
				"httpStatus": 403,
				"bytes": 1612,
				"textChars": 181
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T21:59:54-04:00"
		},
		{
			"stateCode": "WV",
			"state": "West Virginia",
			"statuteSection": "W. Va. Code § 55-2-12",
			"sourceClass": "official_primary",
			"sectionUrl": "https://code.wvlegislature.gov/55-2-12/",
			"host": "code.wvlegislature.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"55-2-12\" present in 11297 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 40061,
				"textChars": 11297,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://code.wvlegislature.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 37633,
				"textChars": 10641
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T22:00:11-04:00"
		},
		{
			"stateCode": "WI",
			"state": "Wisconsin",
			"statuteSection": "Wis. Stat. § 893.54",
			"sourceClass": "official_primary",
			"sectionUrl": "https://docs.legis.wisconsin.gov/document/statutes/893.54",
			"host": "docs.legis.wisconsin.gov",
			"section": {
				"outcome": "machine_readable",
				"detail": "cited section \"893.54\" present in 30379 chars of text",
				"httpStatus": 200,
				"contentType": "text/html",
				"bytes": 100020,
				"textChars": 30379,
				"redirectedTo": "https://docs.legis.wisconsin.gov/statutes/statutes/893/v/54"
			},
			"origin": {
				"url": "https://docs.legis.wisconsin.gov/",
				"outcome": "html_ok",
				"httpStatus": 200,
				"bytes": 14545,
				"textChars": 1703
			},
			"robotsTxt": "allowed",
			"retrievedAt": "2026-08-15T22:00:27-04:00"
		},
		{
			"stateCode": "WY",
			"state": "Wyoming",
			"statuteSection": "Wyo. Stat. § 1-3-105",
			"sourceClass": "official_primary",
			"sectionUrl": "https://www.wyoleg.gov/statutes/compress/title01.pdf",
			"host": "www.wyoleg.gov",
			"section": {
				"outcome": "pdf_only",
				"detail": "response is a PDF; not parsed by design",
				"httpStatus": 200,
				"contentType": "application/pdf",
				"bytes": 718511,
				"textChars": 0,
				"redirectedTo": null
			},
			"origin": {
				"url": "https://www.wyoleg.gov/",
				"outcome": "js_shell",
				"httpStatus": 200,
				"bytes": 11028,
				"textChars": 26
			},
			"robotsTxt": "no_robots_txt",
			"retrievedAt": "2026-08-15T22:00:43-04:00"
		}
	]
}
