Help for this page

Select Code to Download


  1. or download this
    curl -X GET --header 'Accept: application/json' 'https://ptabdata.uspt
    +o.gov/ptab-api/documents'
    
  2. or download this
    use LWP::UserAgent;
    
    ...
     
    my $response = $ua->get( "$url/documents", 'Accept' => 'application/js
    +on' );
    print $response->content;
    
  3. or download this
    Can't connect to ptabdata.uspto.gov:443
    
    Connection reset by peer at /System/Library/Perl/Extras/5.18/LWP/Proto
    +col/http.pm line 51.