The simplist thing to to do is to check out the
URL Reload anchor that is
at the top of each page constructed by the server. Be ware though, that
URL's have a limit of 256 characters. If you need to do retrievals requiring
more that 256 characters to specify, you'll need to use the POST method
(instead of GET). Here is a brief rundown of the tags recognized by the
server:
http://parep2.lbl.gov/mpub/cdrom/lookup/TAG=VALUE/TAG=VALUE/. . .
CMD:
LIST -- returns a list of sub-areas in an area. Requires
these tags: F##, SEL, DB, LEV.
RET_OPTS -- returns a menu of options for retrieval.
Requires these tags: F##, SEL, DB, LEV, and the T
tag is optional.
RET -- retrives data and returns is in the format
specified by the FMT tag. Requires these tags:
F##, SEL, DB, LEV, T, FMT.
RET_ALL -- retrieves a list of all sub-areas in an area,
and then lists a menu (just like the RET_OPTS tag). This
command is a combination of the LIST and RET_OPTS
tags. Requires F##, SEL, LEV, DB.
EDIT -- returns a form allowing the user to edit
his/her selections.
SHOW_MAP -- returns a map of the selected area. Requires
these tags: F##, SEL, DB, LEV.
TABLES -- returns a menu of tables to be selected. Requires
these tags: DB, LEV
F##:
F0, F2, F3, ...,
as required. Their values are field names used by the
DBUTIL retrieval engine.
Please see the examples below for some possible field names.
SEL:
VALUE,VALUE,VALUE,
..., where
each value in sequence corresonds to the field names described by the
F## tags. When RETrieving, you can use any number
of SEL tags (to specify any number of geographic areas). When
LISTing, you should use only one SEL tag.
DB:
C90STF3A
C90STF1A
C90STF3C1
C90STF3C2
C90STF1C
LEV:
T:
RETrieved. It is used only when RETrieving
data. You can specify any number of T tags. Table names
are made up of a P or H, an integer number, and a possible sub-table
letter. Eg: "P38"
FMT:
RETrieved data.
Recognized values are:
To get the race breakdown (table P9) of Alameda County (001), CA (06), use the
following URL:
http://parep2.lbl.gov/mpub/cdrom/lookup/DB=C90STF3A/CMD=RET/LEV=COUNTY90/F0=FIPS.STATE/F1=FIPS.COUNTY90/SEL=06,001/T=P9
To get a listing of states:
http://parep2.lbl.gov/mpub/cdrom/lookup/CMD=LIST/DB=C90STF1C/F0=NATION/F0=NATION/F1=STUB.GEO/LEV=STATE/SEL=USA,United+States
To get a map of Washington, DC:
http://parep2.lbl.gov/mpub/cdrom/lookup/CMD=SHOW_MAP/DB=C90STF1C/F0=FIPS.STATE/F1=STUB.GEO/LEV=STATE/SEL=11,District+of+Columbia
To get the male/female ratio and marital status in Berkeley, CA:
http://parep2.lbl.gov/mpub/cdrom/lookup/CMD=RET/DB=C90STF3A/F0=FIPS.STATE/F1=FIPS.PLACE90/F2=STUB.GEO/FMT=HTML/LEV=PLACE90/SEL=06,06000,Berkeley+city/T=P7/T=P27/T=P38