GodsDevProject commited on
Commit
4dde11d
·
verified ·
1 Parent(s): dd28010

Create data/foia_sources.json

Browse files
Files changed (1) hide show
  1. data/foia_sources.json +33 -0
data/foia_sources.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "agency": "CIA",
4
+ "name": "CIA FOIA Reading Room",
5
+ "url": "https://www.cia.gov/readingroom/",
6
+ "license": "Public Domain",
7
+ "notes": "Previously released, unclassified"
8
+ },
9
+ {
10
+ "agency": "FBI",
11
+ "name": "FBI Vault",
12
+ "url": "https://vault.fbi.gov/",
13
+ "license": "Public Domain"
14
+ },
15
+ {
16
+ "agency": "DoD",
17
+ "name": "DoD FOIA Library",
18
+ "url": "https://open.defense.gov/Transparency/FOIA/",
19
+ "license": "Public Domain"
20
+ },
21
+ {
22
+ "agency": "NSA",
23
+ "name": "NSA FOIA Electronic Reading Room",
24
+ "url": "https://www.nsa.gov/resources/everyone/foia/",
25
+ "license": "Public Domain"
26
+ },
27
+ {
28
+ "agency": "NARA",
29
+ "name": "National Archives FOIA",
30
+ "url": "https://www.archives.gov/foia",
31
+ "license": "Public Domain"
32
+ }
33
+ ]